
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-13350 is a use-after-free (UAF) vulnerability in the Ubuntu Linux 6.8 kernel (Noble Numbat) that enables reliable local privilege escalation (LPE). It arises from an incorrectly backported patch that mixed legacy and new-style garbage collectors for Unix Domain Sockets (AF_UNIX). The vulnerability affects Ubuntu Linux kernel versions from 6.8.0-56.58 before 6.8.0-84.84; upstream mainline kernels and Ubuntu builds that have adopted the new GC stack (commit 4090fa373f0e) are unaffected. It was disclosed on March 5, 2026, by the Ubuntu Security Team. The CVSS v4.0 base score is 7.1 (High) (Red Hat Advisory, OSS-Sec).
The root cause (CWE-416: Use After Free) stems from Ubuntu's 6.8 GA kernel retaining the legacy AF_UNIX garbage collector while also backporting upstream commit 8594d9b85c07 ("af_unix: Don't call skb_get() for OOB skb"). When orphaned MSG_OOB sockets are processed by unix_gc(), the legacy collector calls kfree_skb() assuming OOB SKBs hold two references; however, on the affected Ubuntu kernel, they hold only the queue reference. This causes the socket buffer to be freed while still reachable, and subsequent queue walks dereference the freed memory. Exploitation requires local access with low privileges (PR:L) and high attack complexity (AC:H), with no user interaction needed. Upstream kernels were never affected because they did not cherry-pick partial pieces of the GC transition (OSS-Sec, Red Hat Advisory).
Successful exploitation yields reliable local privilege escalation on affected Ubuntu 6.8 (Noble Numbat) systems, allowing a low-privileged local attacker to gain elevated kernel-level access. The CVSS v4.0 scoring reflects high integrity and availability impact at both the vulnerable and subsequent system scopes, as well as high confidentiality impact at the system scope. This could enable an attacker to read sensitive kernel memory, modify system state, or achieve full system compromise from an unprivileged local account (Red Hat Advisory, OSS-Sec).
uname -r).unix_gc().kfree_skb() to free the socket buffer that still has only one reference (the queue reference), resulting in a use-after-free condition./var/log/kern.log or dmesg output referencing unix_gc(), kfree_skb(), or use-after-free in AF_UNIX socket handling.sudo or su invocation); unusual child processes spawned from low-privileged accounts with root privileges./etc/passwd or /etc/sudoers, or unexpected cron jobs created after a low-privileged user session.Ubuntu has released a patched kernel version; users should upgrade to Ubuntu Linux kernel 6.8.0-84.84 or later to remediate the vulnerability. Systems running upstream mainline kernels or Ubuntu builds that have already adopted the new GC stack (commit 4090fa373f0e) are not affected and require no action. Administrators should apply available Ubuntu Security Updates promptly via apt update && apt upgrade and reboot to load the patched kernel. Restricting local user access and monitoring for privilege escalation attempts can serve as interim mitigations (OSS-Sec, Red Hat Advisory, Tenable Plugin).
The Ubuntu Security Team proactively disclosed the vulnerability via the oss-security mailing list, with Seth Arnold explicitly noting that upstream kernel users are unaffected and that the issue was specific to Ubuntu's backporting approach. The disclosure was described as a transparency measure to "give everyone peace of mind" for those consuming upstream kernels directly. The vulnerability was catalogued in the well-known linux-kernel-exploitation reference repository, indicating recognition within the kernel security research community (OSS-Sec, Linux Kernel Exploitation Repo).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."