You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
af unix
About this tag
The tag 'af unix' covers Linux kernel vulnerabilities and patches related to AF_UNIX (Unix domain sockets), a high-performance local IPC mechanism used by system daemons, desktop services, container runtimes, and applications. Discussions focus on use-after-free and null-pointer dereference races in the unix_stream_sendpath function, triggered by crafted local socket operations and file-descriptor passing. These flaws can cause kernel oops, crashes, denial-of-service, or support local privilege escalation chains. Patches involve locking corrections to prevent lockless access to peer receive queues, backported by vendors. Microsoft's Azure Linux distribution is noted as potentially affected by one such CVE, with advisory and VEX attestation details provided.
A new Linux-kernel vulnerability tracked as CVE-2023-54082 has been recorded and fixed upstream: a null-pointer / use-after-free race in the AF_UNIX send path rooted in unix_stream_sendpage. The flaw can be triggered by a carefully orchestrated sequence of local socket/file-descriptor passing...
A subtle race in the Linux kernel's AF_UNIX code that allowed a kernel function to follow a freed pointer has been patched — the fix closes a null-pointer / use-after-free window in unix_stream_sendpage that could be triggered by carefully crafted local socket operations and file-descriptor...
The Linux kernel received a targeted fix for a use‑after‑free bug in the AF_UNIX socket handling code — tracked as CVE‑2025‑38236 — and Microsoft’s public advisory confirms that Azure Linux (the Azure Linux Distribution) is a known carrier of the upstream component that contained the bug and is...