PatchSiren cyber security CVE debrief
CVE-2026-46200 Linux CVE debrief
A use-after-free vulnerability in the Linux kernel's Freescale MPC52xx SPI driver could allow local attackers to cause denial of service or potentially escalate privileges. The flaw occurs because the SPI controller is deregistered after underlying resources (interrupts, GPIOs) have already been disabled and released during driver unbind, creating a race condition where the controller may attempt to access freed memory.
- 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-10
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-06-10
Who should care
Organizations running Linux on Freescale MPC52xx-based embedded systems or industrial controllers utilizing SPI interfaces. Kernel maintainers and distribution security teams should prioritize backporting the stable tree commits.
Technical summary
The mpc52xx_spi driver in the Linux kernel contains a use-after-free vulnerability in its teardown path. When the driver is unbound, the code disables and releases interrupts and GPIOs before deregistering the SPI controller. This ordering creates a window where the SPI core may still hold references to the controller while its underlying hardware resources have been freed. The fix reorders operations to deregister the controller first, ensuring no active references exist before resource cleanup. The vulnerability affects local attack surface only and requires ability to trigger driver unbind operations.
Defensive priority
medium
Recommended defensive actions
- Apply kernel patches from stable branches once available through distribution channels
- Monitor distribution security advisories for updated kernel packages
- Review systems using Freescale MPC52xx-based hardware for SPI controller utilization
- Consider disabling SPI controller hot-unbind if not required until patches are applied
Evidence notes
The vulnerability description is sourced from the official CVE record and NVD entry, both published 2026-05-28. Four kernel.org stable tree commits are referenced as resolution evidence. No CVSS score has been assigned as of the modified date (2026-05-28T13:44:01.663Z). The vendor identification carries low confidence and requires review.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46200 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46200
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46200 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46200
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/0f997fdae819a8c2cc83bd4ff7d935ad76c727c9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/28f28a0f4e327f792c230493a0ea00389ff68ff5
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7fea80d93bfd34051b2ac1cec07766c87d8d28be
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a3669f678d0ee8b686d3eea4c0ed9817c9374945
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.