Impact
In the Linux kernel a recent change caused dev_hard_header() to modify skb->head, breaking the assumption in arp_create() that the head remains unchanged. The consequence is that processing ARP packets could corrupt kernel memory and crash the kernel, resulting in a denial of service. Based on the description it is inferred that an attacker able to send crafted ARP packets could trigger this fault.
Affected Systems
Linux kernel releases 6.1.160, 6.6.120, 6.19 rc4, and other 6.x versions that have not yet adopted the fix are affected. Any distribution embedding the upstream kernel without the patch remains vulnerable.
Risk and Exploitability
The vulnerability carries a CVSS score of 7.8, indicating high severity, and an EPSS score below 1%, suggesting a low likelihood of exploitation. It is not listed in the CISA KEV catalog. The risk is primarily local to the machine receiving the ARP packet; a network adversary who can inject crafted ARP traffic can force a kernel crash, interrupting services. No public exploit is known, but the potential for memory corruption means the issue should be remediated promptly.
OpenCVE Enrichment