CVE-2026-97600

Source
https://cve.org/CVERecord?id=CVE-2026-97600
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97600.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97600
Downstream
Published
2026-09-25T10:22:14Z
Modified
2026-09-26T03:48:36Z
Summary
ieee802154: cc2520: fix FIFOP work use-after-free
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97600.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0da6bc8cc3417a5e452efb886ff2c61e72b743d6
Fixed
56a9919d8494fb118eebf167bef0622528fbf2e7
Fixed
c68fd52c73b676aee67020011e98fea125a978f4
Fixed
890a80d516a1447db5c21bf92841a82914ea897d
Fixed
ff5891b266a7fc6a062710836be84f1cc19338b5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97600.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.17.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97600.json"