PatchSiren cyber security CVE debrief
CVE-2026-46192 Linux CVE debrief
A vulnerability in the Linux kernel's Microchip Core QSPI driver could cause SPI transfer failures during emulated read-only dual/quad operations. The driver incorrectly attempted to transmit garbage data to generate clock cycles, which conflicts with how the QSPI core handles read operations internally. Since QSPI lacks a dedicated master-out line like standard SPI's MOSI, this transmission behavior corrupts transfers. The issue was resolved by preventing the driver from transmitting during these read-only operations, allowing the core to manage clock cycles independently.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-05-28
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-05-28
Who should care
Organizations running Linux systems with Microchip QSPI hardware, embedded systems manufacturers, industrial control system operators, and kernel maintainers responsible for SPI/QSPI subsystem stability
Technical summary
The Microchip Core QSPI driver in the Linux kernel contained a logic error where it attempted to transmit garbage data during emulated read-only dual/quad SPI operations to generate clock cycles. However, the QSPI core already handles read operations by creating clock cycles internally. This redundant transmission is problematic because QSPI does not have a dedicated master-out line (unlike MOSI in standard SPI), causing transfer corruption. The exact failure mechanism—whether from bus contamination or core state desynchronization—is not fully characterized. The fix removes this spurious transmission behavior, allowing the core to properly manage read-only operations.
Defensive priority
medium
Recommended defensive actions
- Review Linux kernel configurations for systems using Microchip Core QSPI driver
- Apply kernel patches from stable tree commits when available for your distribution
- Monitor vendor security advisories for kernel updates addressing this issue
- Verify SPI/QSPI device functionality after kernel updates on affected systems
Evidence notes
The vulnerability description is derived from the official CVE record and kernel commit messages. The fix involves three commits to the Linux kernel stable tree addressing the spi: microchip-core-qspi driver. No CVSS score has been assigned as of the CVE publication date.
Official resources
-
CVE-2026-46192 CVE record
CVE.org
-
CVE-2026-46192 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
The vulnerability was disclosed on 2026-05-28 via the Linux kernel stable tree with patches published to the official kernel.org Git repository. The CVE record was published the same day and subsequently modified approximately 3.5 hours lat