CVE-2026-53340 PUBLISHED

i2c: imx: fix clock and pinctrl state inconsistency in runtime PM

Assigner: Linux
Reserved: 09.06.2026 Published: 01.07.2026 Updated: 01.07.2026

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

i2c: imx: fix clock and pinctrl state inconsistency in runtime PM

In i2c_imx_runtime_suspend(), the clock is disabled before switching the pinctrl state to sleep. If pinctrl_pm_select_sleep_state() fails, the runtime suspend is aborted but the clock remains disabled, causing a system crash when the hardware is subsequently accessed.

Fix this by switching the pinctrl state before disabling the clock so that a pinctrl failure leaves the clock enabled and the hardware accessible.

In i2c_imx_runtime_resume(), restore the pinctrl state back to sleep if clk_enable() fails to keep the consistent.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 576eba03c99435380d155e5f71d5d7603b9178f6 to 9fa82cf393bafc7bd7ca15c1d5cbd5b57ab9de1d (excl.)
  • affected from 576eba03c99435380d155e5f71d5d7603b9178f6 to c8f5269c1bf505847bc7dbb92054594790114de6 (excl.)
  • affected from 576eba03c99435380d155e5f71d5d7603b9178f6 to 8783fb8031799f1230997c16df8c8dce9fcd1841 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.14 is affected
  • unaffected from 0 to 6.14 (excl.)
  • unaffected from 6.18.36 to 6.18.* (incl.)
  • unaffected from 7.0.13 to 7.0.* (incl.)
  • unaffected from 7.1 to * (incl.)

References