Impact
The rxrpc subsystem of the Linux kernel accepts ACKALL packets without verifying that the call is in a state with outstanding transmit buffers. A forged ACKALL can reach a call in the RXRPC_CALL_SERVER_RECV_REQUEST state, where the transmission queue is empty. In that state rxrpc_rotate_tx_window dereferences a NULL txqueue, causing a null-pointer dereference classified as CWE-476. This results in a kernel crash and a denial‑of‑service.
Affected Systems
Linux kernel builds that do not include the patch adding three new client states and the ACKALL state validation are affected. The vulnerability exists in any Linux kernel prior to the commit referenced by the supplied patch URLs. Systems running older kernel releases are vulnerable; newer kernels that incorporate the fix are not.
Risk and Exploitability
The CVSS score of 7.5 reflects the severity of a kernel null‑pointer dereference that can be executed remotely over the network. The EPSS score of <1% indicates a low probability of exploitation in the wild, yet the attack can be triggered by a crafted network packet, making it a remote denial‑of‑service threat. The vulnerability is not listed in CISA KEV, and no public exploit has been reported, but the potential impact and remote nature warrant immediate attention.
OpenCVE Enrichment