CVE-2026-89934

medium

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

https://git.kernel.org/stable/c/c4f003d8578f5718fe1ec332bc89f9ff69fd205b

https://git.kernel.org/stable/c/c132aef0e757a39036b1d40faf0569f2e343b13e

https://git.kernel.org/stable/c/80e7381e8cccb543397572af153865f34aaf4353

https://git.kernel.org/stable/c/0614928a3eda35bddd8c2f02311e286b59bbe746

Details

Source: Mitre, NVD

Published: 2026-09-16

Updated: 2026-09-16

Risk Information

CVSS v2

Base Score: 5.6

Vector: CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:C

Severity: Medium

CVSS v3

Base Score: 5.5

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Severity: Medium

EPSS

EPSS: 0.002