Race condition in Linux kernel - CVE-2026-31741

 

Race condition in Linux kernel - CVE-2026-31741

Published: May 2, 2026


Vulnerability identifier: #VU128960
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-31741
CWE-ID: CWE-362
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper state management in the rz-mtu3-cnt sysfs enable handler when processing repeated writes to the enable file. A local user can write repeated enable or disable values to cause a denial of service.

Writing 0 repeatedly can underflow the runtime PM usage count and lead to register access while clocks are off. Writing 0 while PWM is in progress can stop PWM without the counter owning the underlying MTU3 channel.


How to mitigate CVE-2026-31741

Install security update from vendor's repository.

Sources