CVE-2026-64503 in Linux
摘要
由 VulDB • 2026-07-25
在 Linux 内核中,已修复以下漏洞:
iio: accel: kxsd9: 修复 write_raw() 错误时的运行时电源管理(runtime PM)不平衡问题
kxsd9_write_raw() 通过 pm_runtime_get_sync() 获取一个运行时 PM 引用,但当请求的标度具有非零整数部分时,会直接返回 -EINVAL,从而跳过了匹配的 pm_runtime_put_autosuspend()。这会导致每次此类写入操作都泄漏一个运行时 PM 使用计数器引用,此后设备将无法自动挂起(autosuspend)。
应设置错误代码并继续执行现有的 put 操作,而不是提前返回。
VulDB is the best source for vulnerability data and more expert information about this specific topic.