Back to overview

CVE-2026-64503

Description
In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error kxsd9_write_raw() takes a runtime PM reference with pm_runtime_get_sync() but returns -EINVAL directly when a scale with a non-zero integer part is requested, skipping the matching pm_runtime_put_autosuspend(). This leaks a runtime PM usage-counter reference on every such write, after which the device can no longer autosuspend. Set the error code and fall through to the existing put instead of returning early.

Metadata

CVE ID
CVE-2026-64503
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:51 UTC
Last updated
2026-07-25 08:51 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 9a9a369d6178dd4e263c49085ce1b37e1e8f63a0 < a93fd69c1ab0854ac4f5b8439c26dfadb25dfd20, 9a9a369d6178dd4e263c49085ce1b37e1e8f63a0 < eeece4a85ece6f3837c75ef26a9b2bf5a1d0fcfc, 9a9a369d6178dd4e263c49085ce1b37e1e8f63a0 < 191fcfeb729ededd8dd2a999c6bf351ddfa0cec7, 9a9a369d6178dd4e263c49085ce1b37e1e8f63a0 < 36154171385a8a2444a4b3c6eaa0c5294cb02478 …
Linux Linux 4.9, 0 < 4.9, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview