2 matches found
DEBIAN-CVE-2026-72133
In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...
8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References1
CVE-2026-72133
CVE-2026-72133 concerns the Linux kernel SPI uniphier driver. The vulnerability arises because devm_request_irq() could be called before init_completion(), allowing an interrupt to occur and the handler to call complete() on an uninitialized completion, causing undefined behavior (observed with K...
8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References8
20