Impact
The octeon_ep_vf receive function fails to check the return value of napi_build_skb(); when the network stack passes a packet to the driver, the helper can return NULL on an allocation failure. The driver then dereferences this pointer without validation, causing a kernel null pointer dereference that crashes the system. This flaw directly compromises kernel stability.
Affected Systems
The vulnerability resides in the octeon_ep_vf driver that ships with the mainline Linux kernel. Any distribution that includes this driver for Octeon EP virtual functions is affected. Vulnerable kernel builds are those that do not include the patch referenced in the commit logs; specific version numbers are not listed but all pre‑patch releases carry the flaw.
Risk and Exploitability
The CVSS score of 5.5 indicates a medium severity for a NULL pointer dereference that could lead to a kernel crash. With an EPSS score of less than 1% and no listing in CISA KEV, the exploitation likelihood is low, but the impact remains that, based on the description, it is inferred that a remote attacker could trigger a kernel panic by sending crafted packets to the octeon_ep_vf NIC without privileged access. Therefore, the overall risk is moderate, especially for systems exposing these virtual functions.
OpenCVE Enrichment