CVE Catalog

CVE-2026-68463

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, the sdhci-esdhc-imx MMC driver replaces pm_runtime_get_sync() with pm_runtime_resume_and_get() in the suspend path. The new function automatically drops the usage counter on failure, simplifying error handling. If it fails, the device is unclocked and accessing hardware registers would cause a kernel panic, so the error is returned immediately.

Risk Assessment

The vulnerability could lead to a kernel panic during system suspend operations, causing service disruption and potential data loss.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix that replaces pm_runtime_get_sync() with pm_runtime_resume_and_get() in the sdhci-esdhc-imx driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() to simplify error handling. pm_runtime_resume_and_get() automatically drops the usage counter on failure, avoiding the need for a separate pm_runtime_put_noidle() call. If it fails, the device is unclocked and accessing hardware registers would cause a kernel panic, so return the error immediately.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS