CVE Catalog

CVE-2026-64493

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

Exploitation Probability (EPSS)

Low risk
0.17%

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

Summary

In the Linux mpl115 pressure sensor driver, a runtime PM reference leak happens on read error because pm_runtime_put_autosuspend() is skipped.

Risk Assessment

The device may never autosuspend, increasing power consumption.

Recommendation

Apply the kernel patch that drops the reference before checking the return value to balance both paths.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115_read_raw() takes a runtime PM reference with pm_runtime_get_sync() before reading the processed pressure or raw temperature, but on the read error path it returns without calling pm_runtime_put_autosuspend(). Each failed read therefore leaks a runtime PM reference and prevents the device from autosuspending. Drop the reference before checking the return value so both the success and error paths are balanced.

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