Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

msrc логотип

CVE-2026-64503

Опубликовано: 26 июл. 2026
Источник: msrc
CVSS3: 7.1
EPSS Низкий

Описание

iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error

EPSS

Процентиль: 7%
0.00177
Низкий

7.1 High

CVSS3

Связанные уязвимости

ubuntu
7 дней назад

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.

redhat
7 дней назад

A flaw was found in the Linux kernel's iio subsystem, specifically in the kxsd9 accelerometer driver. A local user could exploit this by requesting a scale with a non-zero integer part through the `kxsd9_write_raw()` function. This action causes a runtime Power Management (PM) usage-counter reference to leak, preventing the device from entering autosuspend mode. The consequence is increased power consumption and a denial of service for the device's power management capabilities.

nvd
7 дней назад

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.

debian
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: i ...

github
7 дней назад

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.

EPSS

Процентиль: 7%
0.00177
Низкий

7.1 High

CVSS3