Impact
The flaw is in the Linux kernel's IPv6 address configuration code. A function can return a sentinel entry whose fib6_table pointer is NULL, and cleanup_prefix_route() attempts to use that pointer without validation. This results in a null pointer dereference, causing a general protection fault and a kernel crash, which equates to a denial‑of‑service condition for the affected host.
Affected Systems
Any Linux kernel that implements IPv6 address configuration before the patch series referencing commit 07d9a0870a178843cea44cfd58c27445dc94cf5f remains vulnerable. The update is present in the mainline kernel starting with that commit, so all Linux derivatives that have not applied the change are at risk.
Risk and Exploitability
No CVSS or EPSS score is publicly available, and the vulnerability is not listed in CISA’s KEV catalog, indicating limited known exploitation data. Achieving the fault requires interaction with IPv6 address configuration functions, which could be triggered by external traffic or local system activity. While it does not enable arbitrary code execution, the resulting system crash presents a serious availability risk, especially for services requiring high uptime.
OpenCVE Enrichment