NONE · 0

CVE-2026-89934

In the Linux kernel, the following vulnerability has been resolved: iio: light: ltrf216a: fix runtime PM reference leak in error path ltrf216a_get_lux() acquires a runtime PM reference by calling lt...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: iio: light: ltrf216a: fix runtime PM reference leak in error path ltrf216a_get_lux() acquires a runtime PM reference by calling ltrf216a_set_power_state(data, true). However, if ltrf216a_read_data() fails, the function returns immediately without dropping the reference. This leaves the runtime PM usage count unbalanced, preventing the device from autosuspending after a failed read. Fix this by releasing the runtime PM reference before returning from the error path.

References

FAQ

What is CVE-2026-89934?

CVE-2026-89934 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: iio: light: ltrf216a: fix runtime PM reference leak in error path ltrf216a_get_lux() acquires a runtime PM reference by calling lt...

How severe is CVE-2026-89934?

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

Is there a patch for CVE-2026-89934?

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