Impact
The vulnerability exists in the Linux kernel’s IPv6 stack and allows a NULL pointer dereference when __in6_dev_stats_get() is called after the underlying network device has been unregistered, which can trigger a kernel fault that may halt the system or disrupt networking services. This flaw is a classic NULL pointer dereference (CWE-476) and no CVSS score is publicly available.
Affected Systems
All Linux kernel releases that include the __in6_dev_stats_get() function without the added null check are affected. This includes every kernel version built before the commit that introduced the guard. Upgrading to a kernel that contains the null‑check fix resolves the issue for all architectures.
Risk and Exploitability
No CVSS, EPSS, or KEV information is provided, and no public exploits are known for this flaw. Reaching the vulnerable code path likely requires local or privileged execution to cause device unregistration and trigger the IPv6 statistics routine. While the potential impact of a system crash is high, the likelihood of exploitation in the wild appears limited according to the available data.
OpenCVE Enrichment