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 devmrequestirq(), the handler may execute before init_completion().
This may result in calling complete() on an uninitialized completion, causing undefined behavior. This has been observed with KASAN.
Fix this by initializing the completion before registering the IRQ.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72133.json"
}