Description
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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The imx‑lpi2c driver on some i.MX platforms schedules periodic work that can trigger I²C transfers while the system is in a no‑IRQ suspend or resume state. During this narrow window the controller’s clock and pin‑control resources may already be disabled or not yet restored. The driver therefore attempts to read or write I²C registers when the hardware is unavailable, which can cause the entire system to lock up. This flaw results in a loss of availability; normal operation cannot resume until the system is rebooted or otherwise recovered. The weakness corresponds to missing safeguards around hardware power state checks, as captured by CWE‑820.

Affected Systems

Linux kernel installations that include the imx‑lpi2c I²C driver are affected. The vulnerability is present in any kernel version before the commit that marks the adapter as suspended and blocks new transfers during no‑IRQ suspend. All i.MX hardware that relies on this driver is potentially impacted, regardless of vendor or device tree configuration. No specific downstream patches are listed, so users should verify whether their kernel contains the fix commit.

Risk and Exploitability

The EPSS score of less than 1% indicates a very low probability of exploitation as of the current analysis. The issue is not recorded in the CISA KEV catalog. Likely exploitation would require a local or privileged attacker to manipulate the system’s suspend/resume cycle while periodic work continues, making it a limited attack surface. However, because the impact is a complete system hang, the risk to availability is significant for any device that experiences the fault. The CVSS score of 5.5 suggests a moderate severity, which balances the moderate risk of exploitation with the severe operational impact of a system lock‑up.

Generated by OpenCVE AI on August 13, 2026 at 19:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit fixing the I²C adapter suspension logic and blocking transfers during no‑IRQ suspend.
  • Configure or reduce the frequency of kernel workqueues that issue I²C requests on i.MX devices so that no I²C activity can be scheduled while the device is suspending.
  • If the kernel cannot be updated immediately, apply a local patch that implements the adapter suspension logic, ensuring I²C transfers are blocked during the no‑IRQ suspend window until a kernel update is available.

Generated by OpenCVE AI on August 13, 2026 at 19:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Sun, 02 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-668

Wed, 29 Jul 2026 00:15:00 +0000


Sun, 26 Jul 2026 03:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-668

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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.
Title i2c: imx-lpi2c: mark I2C adapter when hardware is powered down
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:49:22.535Z

Reserved: 2026-07-19T15:36:31.776Z

Link: CVE-2026-64278

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-25T10:17:08.330

Modified: 2026-08-13T18:27:22.600

Link: CVE-2026-64278

cve-icon Redhat

Severity :

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64278 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T20:00:03Z

Weaknesses