SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-64278

MEDIUM · CVSS 5.5 EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-07-25 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The vulnerability affects the I2C adapter on certain i.MX platforms within the Linux kernel, where a timing issue during system suspend and resume can lead to I2C transfers being initiated while hardware resources are unavailable. This can result in a system hang, compromising system stability. Organizations using affected Linux systems, particularly those relying on i.MX platforms for critical operations, should prioritize addressing this vulnerability to prevent potential disruptions.

CVE
CVE-2026-64278
Severity
MEDIUM
CVSS
5.5
EPSS
0.15%
Linux

Original NVD 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)