๐Ÿ” CVE Alert

CVE-2026-46148

UNKNOWN 0.0

spi: microchip-core-qspi: control built-in cs manually

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically operated by the hardware - set low when the transmit buffer first gets written to and set high when the number of bytes written to the TOTALBYTES field of the FRAMES register have been sent on the bus. Additional devices must use GPIOs for their chip selects. It was reported to me that if there are two devices attached to this QSPI controller that the in-built chip select is set low while linux tries to access the device attached to the GPIO. This went undetected as the boards that connected multiple devices to the SPI controller all exclusively used GPIOs for chip selects, not relying on the built-in chip select at all. It turns out that this was because the built-in chip select, when controlled automagically, is set low when active and high when inactive, thereby ruling out its use for active-high devices or devices that need to transmit with the chip select disabled. Modify the driver so that it controls chip select directly, retaining the behaviour for mem_ops of setting the chip select active for the entire duration of the transfer in the exec_op callback. For regular transfers, implement the set_cs callback for the core to use. As part of this, the existing setup callback, mchp_coreqspi_setup_op(), is removed. Modifying the CLKIDLE field is not safe to do during operation when there are multiple devices, so this code is removed entirely. Setting the MASTER and ENABLE fields is something that can be done once at probe, it doesn't need to be re-run for each device. Instead the new setup callback sets the built-in chip select to its inactive state for active-low devices, as the reset value of the chip select in software controlled mode is low.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 28, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
8596124c4c1bc7561454cee0463c16eca70b5d25 < 998f43196d732f20f9b71eb6ebd973736c9fa911 8596124c4c1bc7561454cee0463c16eca70b5d25 < ee3c99aa102212ad59dc2c19595515c4a6729307 8596124c4c1bc7561454cee0463c16eca70b5d25 < 7672749e1496215e8683ce57cf323119033954cf
Linux / Linux
6.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/998f43196d732f20f9b71eb6ebd973736c9fa911 git.kernel.org: https://git.kernel.org/stable/c/ee3c99aa102212ad59dc2c19595515c4a6729307 git.kernel.org: https://git.kernel.org/stable/c/7672749e1496215e8683ce57cf323119033954cf