PT-2026-64656 · Linux+1 · Linux Kernel+1
CVE-2026-64435
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
8.2
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
Data races occur in the audit system when multiple readers access
audit queue.qlen via the skb queue len() function without holding the queue lock or using READ ONCE(). Simultaneously, kauditd writes to this field through the skb dequeue() and skb unlink() path using WRITE ONCE() protected by a spinlock. The affected call sites include the wait event freezable() condition in kauditd thread(), the AUDIT GET handler in audit receive msg(), the backlog check in audit receive(), and the backlog check and pr warn() in audit log start().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu