CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64073

highCVSS 7.8covered by 8 sourcesfirst seen 2026-07-19
In the Linux kernel, the following vulnerability has been resolved: irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT On PREEMPT_RT, non-HARD irq_work runs in per-CPU kthreads via run_irq_workd(), so irq_work_sync() uses rcuwait() to wait for BUSY==0. After irq_work_single() clears BUSY via atomic_cmpxchg(), it still dereferences @work for irq_work_is_hard() and rcuwait_wake_up(). An irq_work_sync() caller on another CPU that enters after BUSY is cleared can observe BUSY==0 immediately, return, and free the work before those accesses complete — causing a use-after-free. Fix this by wrapping run_irq_workd() in guard(rcu)() so that the entire irq_work_single() execution is within an RCU read-side critical section. Then add synchronize_rcu() in irq_work_sync() after rcuwait_wait_event() to ensure the caller waits for the RCU grace period before returning, preventing premature frees.

CSIRTS triage

What
Multiple kernel vulnerabilities across architectures and driver subsystems including AMD processor microarchitectural flaws and cache isolation issues.
Who is affected
NVIDIA BaseOS systems running affected Linux kernel versions.
Urgency
Moderate; privilege escalation and DoS vectors present, primarily requiring local access.
Action
Apply USN-8664-1 kernel security update for NVIDIA BaseOS.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64073

Get an email if CVE-2026-64073 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (8)

External references

NVD record for CVE-2026-64073

CVE.org record

Embed the live status

CVE-2026-64073 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64073 status](https://www.csirts.com/badge/CVE-2026-64073)](https://www.csirts.com/cve/CVE-2026-64073)