CVE-2026-23197: i2c: imx: preserve error state in block data length handler
In the Linux kernel, the following vulnerability has been resolved:
i2c: imx: preserve error state in block data length handler
When a block read returns an invalid length, zero or >I2C_SMBUS_BLOCK_MAX,
the length handler sets the state to IMX_I2C_STATE_FAILED. However,
i2c_imx_master_isr() unconditionally overwrites this with
IMX_I2C_STATE_READ_CONTINUE, causing an endless read loop that overruns
buffers and crashes the system.
Guard the state transition to preserve error states set by the length
handler.
Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can turn an invalid I2C/SMBus block-read length into an endless read loop, overrunning buffers and crashing the system. Business impact is mainly reliability and availability on affected Linux systems using the i.MX I2C driver, not confirmed data theft or remote compromise from the supplied sources.
Executive priority
Treat as a targeted availability risk for Linux-powered embedded or hardware-integrated systems. Patch in normal-to-accelerated kernel maintenance windows, faster for critical operational devices where a crash would interrupt service or safety processes.
Technical view
In the i2c-imx driver, the block data length handler marks invalid lengths as failed, but i2c_imx_master_isr() overwrites that state with READ_CONTINUE. The fix preserves the failure state so invalid block lengths stop the transfer instead of continuing into buffer overrun and crash behavior.
Likely exposure
Likely exposed systems are Linux kernels in the affected version set that use the i.MX I2C controller path. The source bundle lists Linux 6.13, 6.18.10, and 6.19-related affected entries, but version-range detail is incomplete. Confirm through distro or kernel vendor advisories.
Exploitation context
The supplied sources do not show active exploitation, and KEV is false. The described trigger is an invalid SMBus block-read length reaching the i2c-imx path, causing denial of service through crash. No public exploit steps are provided in the bundle.
Researcher notes
The record lacks CVSS, CWE, and detailed exploitability constraints. Analysis should stay tied to the stated state-machine bug and crash outcome. Confirm exact version ranges from kernel stable trees or downstream advisories before broad asset scoring.
Mitigation direction
Apply a Linux kernel or distro update containing the referenced stable fixes.
Prioritize i.MX-based embedded, appliance, and industrial systems using I2C/SMBus devices.
Check vendor advisories for exact affected kernel builds and backport status.
Use operational monitoring for kernel crashes until patched.
Avoid inventing local workarounds unless confirmed by the device or OS vendor.
Validation and detection
Inventory Linux kernel versions on i.MX-based systems.
Confirm whether the i2c-imx driver is built, loaded, or used.
Verify installed kernel source or package includes the referenced stable commits.
Review crash logs for I2C or SMBus related kernel faults.
Track vendor advisory status for affected products and backports.
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-2026-23197 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
0ADP providers
3Source 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.
Feb 14, 2026, 16:27 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.