Race condition in Linux kernel - CVE-2026-90081

 

Race condition in Linux kernel - CVE-2026-90081

Published: September 19, 2026


Vulnerability identifier: #VU151402
CSH Severity: Low
CVSS v4: 2 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-90081
CWE-ID: CWE-362
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

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

The vulnerability exists due to improper synchronization in rds_cong_map_updated() when handling congestion map updates. A local user can race congestion map updates with waiter registration to cause a denial of service.

A sender waiting on a congested port can remain blocked until another congestion update arrives or a signal is delivered, and poll() waiters can miss map-update notifications.


Affected software

Linux kernel

How to mitigate CVE-2026-90081

Install security update from vendor's repository.


External References

Related Security Bulletins