Impact
A null‑pointer dereference is triggered when the UDP Lite socket initialization fails, leaving udp_sk->udp_prod_queue unset. The subsequent __udp_enqueue_schedule_skb call dereferences this null pointer, causing KASAN to report a fault and the kernel to panic. Based on the KASAN log excerpt, the fault would result in a kernel crash that requires a reboot, thereby providing a local denial‑of‑service effect.
Affected Systems
The vulnerability exists in the Linux kernel’s udplite subsystem across both IPv4 and IPv6. All kernel releases that have not incorporated the fixing commit are affected, covering all distributions, cloud images, and embedded devices shipping the unpatched upstream source. No specific version range is provided by the CNA, so the risk applies to any kernel prior to the patch.
Risk and Exploitability
The CVSS score of 7.5 indicates high severity. The EPSS score of 0.00017 (<1%) and the vulnerability is not listed in the CISA KEV catalog, implying no confirmed public exploitation. The likely attack vector is sending specially crafted UDP Lite traffic that forces the enqueue routine to execute while the socket is in a failed state. Based on the description, it is inferred that the resulting kernel crash would lead to service disruption in affected environments.
OpenCVE Enrichment