Impact
In the Linux kernel, a raw socket bound to IPPROTO_RAW (protocol number 255) can erroneously accept ICMP packets that set the protocol field to 255. A crafted ICMP packet matching this value will be delivered to the socket and can trigger changes in the kernel's FNHE cache. The result is undefined kernel state changes, which may manifest as instability or other erratic behavior. This issue is classified as CWE‑1287 (Improper Access Control).
Affected Systems
All Linux kernel implementations are susceptible, as indicated by the CPE entries covering the generic linux_kernel and specific build versions such as 2.6.12 and its release candidates.
Risk and Exploitability
Exploitation is possible by an attacker who can send arbitrary ICMP packets to the target host. The CVSS score of 9.1 indicates high severity, while the EPSS value of < 1% suggests a low but non‑zero likelihood of exploitation. The vulnerability is not listed in CISA's KEV catalog. Attackers could be the external network or any host with the ability to craft ICMP packets directed at the vulnerable system.
OpenCVE Enrichment