You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
spi security
About this tag
The spi security tag covers Linux kernel vulnerabilities related to the Serial Peripheral Interface (SPI) subsystem, specifically CVE-2026-46148 and CVE-2026-46083. These CVEs highlight hardware-specific bugs in SPI controller drivers and resource cleanup issues during device registration. While not remote code execution flaws, they are security-relevant because SPI is used in embedded systems, edge devices, and Windows-adjacent infrastructure like WSL. The content emphasizes that such bugs can affect trust at the boundary between software and hardware, and administrators should be aware of patched stable branches for Linux-based appliances and industrial systems.
On May 28, 2026, NVD published CVE-2026-46148 for a Linux kernel fix in the Microchip coreQSPI SPI controller driver, after kernel.org reported that the controller’s built-in chip select could be asserted while Linux was communicating with another SPI device. The bug is narrow...
CVE-2026-46083 is a Linux kernel vulnerability published by NVD on May 27, 2026, covering a Serial Peripheral Interface core bug in which failed device registration could skip controller cleanup and leak resources allocated during setup across patched stable branches rather than expose remote...