NONE · 0

CVE-2026-64494

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux val...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux value, but if gp2ap002_get_lux() fails, it returns directly. This skips the pm_runtime_put_autosuspend() call at the "out" label, permanently leaking a runtime PM reference and preventing the device from autosuspending. Replace the direct return with a "goto out" to ensure the reference is properly dropped on the error path.

References

FAQ

What is CVE-2026-64494?

CVE-2026-64494 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux val...

How severe is CVE-2026-64494?

CVSS scoring is not yet available for CVE-2026-64494. Check NVD for updates.

Is there a patch for CVE-2026-64494?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.