3 matches found
ROOT-OS-DEBIAN-12-CVE-2026-64435 CVE-2026-64435 in linux - Patched by Root
Root has patched CVE-2026-64435 in the linux package for Root:Debian:12. Multiple fixed versions available...
CVE-2026-64435
creationtimestamp| type| source ---|---|--- 2026-08-06 04:51:45+00:00| seen| https://www.hkcert.org/security-bulletin/debian-linux-kernel-multiple-vulnerabilities20260806 2026-09-15 12:46:43+00:00| seen| https://vulnerability.circl.lu/bundle/0993320a-8372-47e9-a37e-158a64a4e0dc...
CVE-2026-64435
CVE-2026-64435 documents a data race in the Linux kernel where multiple readers access audit_queue.qlen via skb_queue_len() without proper synchronization while kauditd writes through skb_dequeue()/__skb_unlink() under WRITE_ONCE() with a spinlock. The race is demonstrated by a conflicting access...