In the Linux kernel, the following vulnerability has been resolved:
iio: pressure: mpl115: fix runtime PM leak on read error
mpl115readraw() takes a runtime PM reference with pmruntimegetsync() before reading the processed pressure or raw temperature, but on the read error path it returns without calling pmruntimeputautosuspend(). 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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64493.json",
"cna_assigner": "Linux"
}