Impact
In Linux kernels that include the bareudp RFC 2135 driver, a flaw allows a NULL pointer dereference when the driver attempts to resolve a destination address after the interface has been shut down. The driver passes a NULL socket into a lookup routine in the IPv6 path, causing a kernel panic. This is a memory corruption vulnerability that results in a denial‑of‑service by bringing the system down.
Affected Systems
All Linux kernel builds that compile the bareudp driver are potentially affected. The vulnerability applies to kernel versions prior to the commit that added a NULL check in bareudp_fill_metadata_dst(). Exact version ranges are not specified, so any distribution kernel that still contains the buggy code is vulnerable until a patch is applied.
Risk and Exploitability
The EPSS score of < 1% indicates a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalogue, suggesting no known active exploitation. Nevertheless, the bug provides a clear trigger for a kernel crash and is rated medium severity. The most likely attack vector is the execution of a bareudp operation on a device that has been stopped, which could be triggered locally or remotely if the network interface is exposed.
OpenCVE Enrichment