Improper Initialization in Linux kernel - CVE-2026-43087
Published: May 7, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper initialization in the mcp23s08 interrupt handling during device probe when probing a chip with interrupt-on-change enabled on some pins. A local user can trigger device initialization in this state to cause a denial of service.
The issue occurs because interrupts may be generated for pins that do not yet have a registered nested handler, leading to a kernel crash.