CVE-2025-68773: spi: fsl-cpm: Check length parity before switching to 16 bit mode
In the Linux kernel, the following vulnerability has been resolved:
spi: fsl-cpm: Check length parity before switching to 16 bit mode
Commit fc96ec826bce ("spi: fsl-cpm: Use 16 bit mode for large transfers
with even size") failed to make sure that the size is really even
before switching to 16 bit mode. Until recently the problem went
unnoticed because kernfs uses a pre-allocated bounce buffer of size
PAGE_SIZE for reading EEPROM.
But commit 8ad6249c51d0 ("eeprom: at25: convert to spi-mem API")
introduced an additional dynamically allocated bounce buffer whose size
is exactly the size of the transfer, leading to a buffer overrun in
the fsl-cpm driver when that size is odd.
Add the missing length parity verification and remain in 8 bit mode
when the length is not even.
Security readout for executives and security teams
Plain-English summary
A Linux kernel SPI driver can overrun a buffer during certain odd-length transfers. The issue appears specific to systems using the Freescale CPM SPI driver path, common in embedded environments. Public sources do not provide CVSS, CWE, or confirmed exploitation.
Executive priority
Treat as a targeted embedded and industrial Linux kernel issue. Prioritize asset identification and vendor patch tracking over emergency enterprise-wide response unless affected hardware is confirmed.
Technical view
The fsl-cpm SPI driver switched to 16-bit transfer mode without verifying even transfer length. After the at25 EEPROM driver moved to the spi-mem API, exact-size dynamic bounce buffers could be overrun on odd-length transfers. Stable kernel commits add the missing parity check and keep odd lengths in 8-bit mode.
Likely exposure
Likely exposure is embedded Linux systems using the fsl-cpm SPI driver, especially at25 EEPROM access through spi-mem. General-purpose Linux servers are unlikely to be affected unless this hardware and driver path are present. Siemens has a related advisory, so industrial deployments should check vendor product status.
Exploitation context
The provided sources do not report active exploitation, public exploit code, or KEV listing. The issue is a kernel buffer overrun, but reachable conditions appear hardware-driver specific and tied to odd-length SPI transfers.
Researcher notes
Evidence supports a length-parity bug leading to driver-side buffer overrun. Exploitability details, privilege requirements, and impact severity are not established in the supplied sources. Avoid assuming remote reachability or broad Linux exposure.
Mitigation direction
Apply the relevant Linux stable kernel fix for your maintained branch.
Check Siemens SSA-019113 for affected industrial products and vendor-specific guidance.
Prioritize embedded systems using Freescale CPM SPI or at25 EEPROM components.
If patching is delayed, consult vendor guidance for supported compensating controls.
Validation and detection
Inventory kernels and identify systems loading or building the fsl-cpm SPI driver.
Check whether at25 EEPROM devices use the spi-mem API on affected systems.
Verify the relevant stable fix commit is present in deployed kernel sources.
Review Siemens product advisories for matching product names and versions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-68773 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
1ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jan 13, 2026, 15:28 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.