Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Ubuntu Linux 6.8 contains AppArmor SAUCE patches which fail to acquire a lock when modifying a linked list. An unprivileged local user could trigger the race condition that can lead to a use-after-free (UAF) and, theoretically, arbitrary code execution.
AnalysisAI
Local privilege escalation in Ubuntu Linux 6.8 kernel stems from an AppArmor SAUCE patch that omits proper locking when modifying a linked list, enabling a race condition that can be exploited by an unprivileged local user. Successful exploitation leads to a use-after-free condition with theoretical arbitrary code execution in kernel context. No public exploit identified at time of analysis, and the issue is not present on the CISA KEV list.
Technical ContextAI
The flaw resides in Canonical's downstream 'SAUCE' (Stable Release Updates patches that are Ubuntu-specific Concrete Enhancements) modifications to AppArmor, the Linux Security Module that mediates capability and resource access on Ubuntu systems. The defect class is CWE-416 (Use After Free): a linked-list mutation is performed without holding the required lock, so a concurrent thread can free or unlink a node while another reference is still live, leaving a dangling pointer that the kernel later dereferences. According to the supplied CPE, the affected product is cpe:2.3:a:canonical:ubuntu_linux, specifically the 6.8 kernel series used by Ubuntu 24.04 'Noble Numbat' as referenced by the launchpad patch URL.
RemediationAI
Upstream fix available (commit 5e5cd4759b63363373faf1ce15d1cab3606d6ec8 in the Ubuntu noble kernel tree); a released patched version is reported available from the vendor but the exact Ubuntu kernel package version is not enumerated in the provided data, so administrators should consult the Ubuntu Security Notice index and apply the latest linux-image-generic update for Noble (6.8) via 'apt update && apt upgrade' followed by a reboot. The patch URL is https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble/commit/?id=5e5cd4759b63363373faf1ce15d1cab3606d6ec8. As a compensating control on hosts that cannot be promptly rebooted, restrict local shell access to trusted users (the bug requires an unprivileged local account), disable creation of unprivileged user namespaces via sysctl kernel.unprivileged_userns_clone=0 to reduce kernel attack surface (note: this can break container tools such as rootless Podman, snap confinement, and Chromium sandboxing), and consider temporarily disabling the AppArmor LSM via 'aa-teardown' or kernel parameter apparmor=0 to remove the vulnerable code path entirely (note: this disables all AppArmor profile enforcement and significantly weakens the system's default MAC posture, so it is only appropriate as a short-term measure on tightly controlled hosts).
More in Ubuntu Linux
View allOracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
The (1) EPHEMERAL, (2) HTTPS, (3) MVG, (4) MSL, (5) TEXT, (6) SHOW, (7) WIN, and (8) PLT coders in ImageMagick before 6.
When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTT
Remote code execution is possible with Apache Tomcat before 6.0.48, 7.x before 7.0.73, 8.x before 8.0.39, 8.5.x before 8
GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of
The (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do not properly handle Heartbeat Extension packe
Race condition in mm/gup.c in the Linux kernel 2.x through 4.x before 4.8.3 allows local users to gain privileges by lev
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 17 and earlier, and
Local privilege escalation in the GNU C Library (glibc) dynamic loader ld.so allows unprivileged local users on affected
Same weakness CWE-416 – Use After Free
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32986
GHSA-2qg4-q443-hfg6