PT-2026-64720 · Linux · Linux

CVE-2026-64499

·

Published

2026-07-25

·

Updated

2026-07-25

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ti-ads1119: fix PM reference leak in buffer preenable
ads1119 triggered buffer preenable() resumes the device with pm runtime resume and get() before starting a conversion.
If i2c smbus write byte() fails, the function returns the error directly and leaves the runtime PM usage counter elevated. The matching postdisable callback is not called when preenable fails, so the reference is leaked and the device may remain runtime-active indefinitely.
Store the I2C transfer result in ret and drop the runtime PM reference on failure before returning the error.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64499

Affected Products

Linux