CVE-2026-64073
Last modified
CVE-2026-64073 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 810979682ccc98dbd83f341c18a2e556c30a7164, < 2dc79362302922cb18f35e262712b5e58de65442; >= 810979682ccc98dbd83f341c18a2e556c30a7164, < eef4f71b46a9929ac33e968538c9dd5d96a02460; >= 810979682ccc98dbd83f341c18a2e556c30a7164, < 684a78183c54c23e70d1cba320f7fc184604210b; >= 810979682ccc98dbd83f341c18a2e556c30a7164, < 18c0456ea2615b1a743a6db739c74411c3b42bc6; >= 810979682ccc98dbd83f341c18a2e556c30a7164, < 81b582784518196eff1050212a046bc29d3a05dd; >= 810979682ccc98dbd83f341c18a2e556c30a7164, < 91840be8f710370607f949a627e070896faeddb8 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64073?
How severe is CVE-2026-64073?
How do I fix CVE-2026-64073?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64067In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64068In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64069In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64070In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64076In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64077In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64078In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64079In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64073?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
