Impact
A race condition within the Linux kernel's RDS protocol has been discovered. The bug arises when the reset callback releases the transmit lock too early, allowing the send path to re-acquire the RDS_IN_XMIT flag concurrently with a reset operation. This lack of proper synchronization can allow the data structures to be accessed or modified at the same time, potentially corrupting state or causing a crash. The weakness is a classic race condition (CWE‑362) that affects kernel integrity and availability.
Affected Systems
The affected component is the Linux kernel's RDS implementation; the issue is present in all kernel versions that include the RDS module and for which the patch has not been applied. No specific version numbers are supplied in the advisory.
Risk and Exploitability
The CVSS score is not reported, and EPSS is unavailable, so the likelihood of exploitation cannot be quantified. However, because the bug resides in kernel code that can be triggered by normal RDS traffic, an attacker with sufficient privileges or the ability to generate RDS packets could potentially cause the kernel to crash or become unreachable, leading to denial of service. The vector is thus a local or remote kernel exploitation scenario that exploits a concurrency flaw. The vulnerability is not listed in the CISA KEV catalog, indicating no confirmed exploitation in the wild yet, but the bug remains a high‑impact kernel race condition.
OpenCVE Enrichment