Impact
The vulnerability stems from a missing presence check on an optional OIF attribute in the MPLS routing code. When an unprivileged local user sends an RTM_GETROUTE netlink message for the AF_MPLS family on a kernel built with CONFIG_INET disabled, the function mpls_valid_fib_dump_req() dereferences a null pointer. This causes a general protection fault that brings the entire kernel down, resulting in a denial of service for the host.
Affected Systems
All Linux kernel installations compiled with the IPv4 stack disabled (CONFIG_INET=n) that expose the MPLS routing interface. The advisory does not list specific kernel versions, so any kernel built under these conditions that has not yet incorporated the upstream fix is potentially vulnerable.
Risk and Exploitability
The exploit does not require elevated privileges; the kernel accepts RTM_GETROUTE messages without CAP_NET_ADMIN. Therefore, any local user can trigger the crash. No EPSS score is available and the vulnerability is not in the CISA KEV catalog, but the local denial‑of‑service impact makes it a high‑risk issue for affected systems.
OpenCVE Enrichment