CVE Catalog

CVE-2026-68465

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's sdhci-esdhc-imx driver, there is an issue in esdhc_change_pinstate(): it checks for pins_100mhz and pins_200mhz at the top and returns an error if either is missing, preventing the default pin state from being restored. The fix moves the checks into their respective switch cases.

Risk Assessment

Devices with a sleep state but without high-speed pin states cannot restore default pin configuration, potentially causing malfunction after wake-up.

Recommendation

Apply the Linux kernel update containing the fix for CVE-2026-68465. Ensure systems with i.MX eSDHC controller have the updated kernel.

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: fix esdhc_change_pinstate() to allow default state restore esdhc_change_pinstate() checks for pins_100mhz and pins_200mhz at the top of the function and returns -EINVAL if either is not defined. This prevents the default case from ever being reached, which means devices with a sleep pinctrl state but without high-speed pin states (100mhz/ 200mhz) can never restore their default pin configuration. Move the IS_ERR checks for pins_100mhz and pins_200mhz into their respective switch cases.

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