2 matches found
EUVD-2026-82071
In the Linux kernel, the following vulnerability has been resolved: spi: davinci: switch to managed controller allocation The controller is allocated with the non-managed spiallochost while the interrupt is registered with devmrequestthreadedirq. During removal, spibitbangstop only unregisters th...
SaveExploits0References5
CVE-2026-90410
CVE-2026-90410 is a use-after-free vulnerability in the Linux kernel's davinci SPI driver . The root cause stems from a mismatch between the non-managed controller allocation (spi_alloc_host()) and the managed IRQ registration (devm_request_threaded_irq()). During device removal, the controller a...
SaveExploits0References5
20