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
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-06-11
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-06-11
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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46192 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46192
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46192 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46192
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/67184f361ab4d9fac6d2b8d5fed6649d496038a4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/eb56deaabf127e8985fc91fa6c97bf8a3b062844
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ec9d0ddbde6003c303fa5e1d5cd48952852984d8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.