CVE-2026-64278 PUBLISHED

i2c: imx-lpi2c: mark I2C adapter when hardware is powered down

Assigner: Linux
Reserved: 19.07.2026 Published: 25.07.2026 Updated: 25.07.2026

In the Linux kernel, the following vulnerability has been resolved:

i2c: imx-lpi2c: mark I2C adapter when hardware is powered down

On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers.

During system suspend/resume, there exists a time window between: - suspend_noirq and the system entering suspend - the system starting to resume and resume_noirq

In this window, the I2C controller resources such as clock and pinctrl may already be disabled or not yet restored.

If a workqueue triggers an I2C transfer in this period, the driver attempts to access I2C registers while the hardware resources are unavailable, which may lead to system hang.

Mark the I2C adapter as suspended during noirq suspend and block new transfers until resume, ensuring that I2C transfers are only issued when hardware resources are available.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1ee867e465c1b0216ec02d4c0d334c4e89919cec to b2523f26979e0b5bd1422772176b2233fcd1f6d0 (excl.)
  • affected from 1ee867e465c1b0216ec02d4c0d334c4e89919cec to 5800647d19d3f1f747fda4dc67e55d6afa6ee119 (excl.)
  • affected from 1ee867e465c1b0216ec02d4c0d334c4e89919cec to 218cfe364b55b2768221629bd4a69ad190b7fbbc (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.14 is affected
  • unaffected from 0 to 6.14 (excl.)
  • unaffected from 6.18.39 to 6.18.* (incl.)
  • unaffected from 7.1.4 to 7.1.* (incl.)
  • unaffected from 7.2-rc1 to * (incl.)

References