5 matches found
DEBIAN-CVE-2026-90410
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...
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...
CVE-2026-90410: Undefined Security Weakness
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...
CVE-2026-80728
This Linux kernel vulnerability affects the DRM/amdgpu driver. The root cause is a devres teardown ordering issue : because devres teardown is LIFO and the aperture devres node was registered after the DRM device node, devres_release_all() unmaps the aperture before the DRM device release callbac...
PT-2026-84926
In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amdgpu: fix aperture mapping leak" devres teardown is LIFO. The aperture devres node was registered after the DRM device node, so devres release all unmaps the aperture before the DRM device release callback fires...