CVE-2026-64080
Last modified
CVE-2026-64080 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Snapshot notifier callbacks under lock Both notification handlers currently look up a notifier callback under notify_lock, drop the lock, and then dereference the returned notifier entry. A concurrent unregister can delete and free that entry in the gap, leaving the handler to dereference stale memory. Copy the callback pointer and callback data while notify_lock is still held and invoke the callback only after the lock is dropped. This keeps the existing callback execution model while removing the use-after-free window in both the framework and non-framework notification paths.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Snapshot notifier callbacks under lock Both notification handlers currently look up a notifier callback under notify_lock, drop the lock, and then dereference the returned notifier entry. A concurrent unregister can delete and free that entry in the gap, leaving the handler to dereference stale memory. Copy the callback pointer and callback data while notify_lock is still held and invoke the callback only after the lock is dropped. This keeps the existing callback execution model while removing the use-after-free window in both the framework and non-framework notification paths.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.15, < 6.18.34 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.11 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64080?
How severe is CVE-2026-64080?
How do I fix CVE-2026-64080?
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-64075In the Linux kernel, the following vulnerability has been re…7.8
- 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…5.5
- CVE-2026-6408Tanium addressed an information disclosure vulnerability in …2.7
- CVE-2026-64081In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64082In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64083In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64084In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64085In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64086In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64080?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
