CVE-2026-64435

Source
https://cve.org/CVERecord?id=CVE-2026-64435
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64435.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64435
Downstream
Published
2026-07-25T08:51:09.688Z
Modified
2026-07-28T04:02:54.418626296Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H CVSS Calculator
Summary
audit: Fix data races of skb_queue_len() readers on audit_queue
Details

In the Linux kernel, the following vulnerability has been resolved:

audit: Fix data races of skbqueuelen() readers on audit_queue

Multiple readers access auditqueue.qlen via skbqueuelen() without holding the queue lock or using READONCE(), while kauditd writes to this field via the skb_dequeue() → __skbunlink() path with WRITEONCE() protected by a spinlock. This constitutes data races.

All affected skbqueuelen(&auditqueue) call sites: - kauditdthread() waiteventfreezable() condition - auditreceivemsg() AUDITGET handler (s.backlog assignment) - auditreceive() backlog check - auditlogstart() backlog check and pr_warn()

KCSAN reports the following conflicting access pattern (one example):

BUG: KCSAN: data-race in auditlogstart / skb_dequeue

write (marked) to 0xffffffff8512ee20 of 4 bytes by task 661 on cpu 57: skbdequeue+0x70/0xf0 kauditdsendqueue+0x71/0x220 kauditdthread+0x1cb/0x430 kthread+0x1c2/0x210 retfromfork+0x162/0x1a0 retfromfork_asm+0x1a/0x30

read to 0xffffffff8512ee20 of 4 bytes by task 36586 on cpu 1: auditlogstart+0x2a0/0x6b0 auditcoredumps+0x64/0xa0 docoredump+0x14b/0x1260 getsignal+0xeb2/0xf70 archdosignalorrestart+0x41/0x170 exittousermodeloop+0xa2/0x1c0 dosyscall64+0x1a3/0x1c0 entrySYSCALL64afterhwframe+0x76/0xe0

value changed: 0x00000001 -> 0x00000000

Resolve the race by switching to lockless helper skbqueuelenlockless(), which internally uses READONCE() and properly pairs with the WRITE_ONCE() write accesses already present on the writer side.

[PM: line length tweak]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64435.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3197542482df22c2a131d4a813280bd7c54cedf5
Fixed
69f98fff30bdaa72b0cb0e7e078ab6456a0a59b0
Fixed
b35597bdae1a5d8395da4b9baa993b9b71f74d68
Fixed
e575dabb805252e3113fdc3f56f6ecacfde422d0
Fixed
7ff42312ccde549f8c698723822c7db35107a39b
Fixed
a3d85dec60bb0622360fc176b2a51abdbe2ff0ad
Fixed
fe997a84a385f840b593ead92e575503a5046cee
Fixed
c5186201fa7030289cc4fe23fae87a3fcb566856
Fixed
c9a71daaecb2fb1d8c704545cc0b1c920b9bf5d7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64435.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64435.json"