Impact
In Linux kernel, the rxrpc_verify_data function fails to allocate the rx_dec_buffer when the packet length is zero. This causes skb_copy_bits to attempt a write to a NULL destination, leading to a kernel panic. The result is a system reboot or loss of kernel availability, representing a denial of service attack.
Affected Systems
All Linux kernel implementations that include the rxrpc protocol handler and have not applied the patch that guarantees buffer allocation. The description does not specify versions, so any kernel snapshot preceding the referenced commit may be vulnerable.
Risk and Exploitability
Based on the description, it appears that the flaw could be triggered remotely by sending a crafted rxrpc packet with zero length. EPSS score of < 1% indicates a very low probability of exploitation in the wild. The CVSS score of 7.5 reflects high severity. The network‑based trigger and potential for a complete crash suggest high impact for systems that expose rxrpc services to untrusted networks, and the vulnerability is not listed in CISA KEV.
OpenCVE Enrichment