2 matches found
CVE-2026-97600
The Linux kernel contains a use-after-free vulnerability in the ieee802154 driver within the cc2520 component. The issue arises because the FIFOP interrupt handler queues cc2520_fifop_irqwork , but the cc2520_remove() function only flushes the work instead of disabling it. Consequently, the devm-...
5.8AI score
SaveExploits0References4
EUVD-2026-86731
In the Linux kernel, the following vulnerability has been resolved: ieee802154: cc2520: fix FIFOP work use-after-free The FIFOP interrupt handler queues cc2520fifopirqwork. On removal, cc2520remove only flushes the work. The devm-managed FIFOP IRQ remains active until after -remove returns and ca...
5.8AI score
SaveExploits0References4
20