CVE-2026-97600
Last modified
CVE-2026-97600 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ieee802154: cc2520: fix FIFOP work use-after-free The FIFOP interrupt handler queues cc2520_fifop_irqwork. On removal, cc2520_remove() only flushes the work.
Description
In the Linux kernel, the following vulnerability has been resolved: ieee802154: cc2520: fix FIFOP work use-after-free The FIFOP interrupt handler queues cc2520_fifop_irqwork. On removal, cc2520_remove() only flushes the work. The devm-managed FIFOP IRQ remains active until after ->remove() returns and can queue the work again after that flush, allowing it to run after the private data is released. Disable the work with disable_work_sync() instead of flushing it, so the handler can no longer queue it once removal begins. Destroy the buffer mutex last, since the worker and the stop callback invoked through ieee802154_unregister_hw() both take it. Found by an in-house static analysis tool.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0da6bc8cc3417a5e452efb886ff2c61e72b743d6, < 56a9919d8494fb118eebf167bef0622528fbf2e7; >= 0da6bc8cc3417a5e452efb886ff2c61e72b743d6, < c68fd52c73b676aee67020011e98fea125a978f4; >= 0da6bc8cc3417a5e452efb886ff2c61e72b743d6, < 890a80d516a1447db5c21bf92841a82914ea897d; >= 0da6bc8cc3417a5e452efb886ff2c61e72b743d6, < ff5891b266a7fc6a062710836be84f1cc19338b5 |
| Linux | Linux | 3.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97600?
How severe is CVE-2026-97600?
How do I fix CVE-2026-97600?
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-97594In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97595In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97596In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97597In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97598In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97599In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97601In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97602In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97603In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97606In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97600?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
