Impact
A race condition exists in the Linux kernel’s Sun RPC TLS handshake path when a cancellation request races with the handshake completion callback. The callback’s completion state may not yet be visible to the handshake routine, allowing a corrupt wait queue and a premature connection tear‑down or a second handshake invocation that corrupts internal flags. The result is kernel memory corruption that can be leveraged to crash the system or disrupt services, effectively a denial of service.
Affected Systems
The vulnerability affects the Linux kernel, specifically the Sun RPC (svc_tcp) subsystem that handles TLS handshakes. No specific kernel versions are listed in the advisory, but any kernel containing the current Sun RPC implementation before the patch commit is potentially affected.
Risk and Exploitability
Because the flaw occurs in privileged kernel code and requires a race on the handshake state, it may be difficult for an attacker to reliably trigger. The CVSS score is 9.8, EPSS score is < 1%, and the vulnerability is not listed in the CISA KEV catalog. Nonetheless, the potential for kernel memory corruption and service disruption warrants timely remediation.
OpenCVE Enrichment