← Volver al buscador de CVEs

CVE-2026-72133

Linux kernel

Descripción

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devm_request_irq() The driver calls devm_request_irq() before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after devm_request_irq(), 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.

CVSS 8.4EPSS 0.182%Riesgo 0.85
Ver fuente
Publicación
2026-08-15 06:21:30
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-17 06:18:13
Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H