CVE-2023-32269
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-32269 is a use-after-free vulnerability discovered in the Linux kernel before version 6.1.11, specifically in the net/netrom/afnetrom.c file. The vulnerability exists because accept() is allowed for a successfully connected AFNETROM socket, which can lead to a use-after-free condition through complex race conditions (NVD, Ubuntu).

Technical details

The vulnerability occurs when calling listen() and accept() on an already connect()ed AFNETROM socket. When the peer socket sends data to sendmsg, the skb with its own sk stored in the connected socket's sk->skreceivequeue is connected, and nraccept() dequeues the skb waiting in the sk->skreceivequeue. This results in nraccept() allocating and returning a sock with the sk of the parent AFNETROM socket, leading to a use-after-free condition. The vulnerability has been assigned a CVSS v3.1 Base Score of 6.7 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H (NVD).

Impact

The vulnerability can be exploited by a local attacker to cause a denial of service (system crash) or potentially execute arbitrary code. However, exploitation requires either netrom routing to be configured or the attacker must have the CAPNETADMIN capability (Ubuntu).

Mitigation and workarounds

The vulnerability has been fixed in Linux kernel version 6.1.11. The fix involves modifying nrlisten() to return -EINVAL for sockets that have successfully completed nrconnect(). System administrators should update their Linux kernel to version 6.1.11 or later to address this vulnerability (Kernel Changelog, GitHub Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40205HIGH7.8
  • Linux KernelLinux Kernel
  • linux-hwe-6.14
NoYesNov 12, 2025
CVE-2025-40211HIGH7.1
  • Linux KernelLinux Kernel
  • linux-azure-fde-6.14
NoYesNov 21, 2025
CVE-2025-40206MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel
NoYesNov 12, 2025
CVE-2025-40210MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-tools-libs-devel
NoYesNov 21, 2025
CVE-2025-40212N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k
NoYesNov 24, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management