Vulnerability Database

319,561

Total vulnerabilities in the database

CVE-2026-22988

In the Linux kernel, the following vulnerability has been resolved:

arp: do not assume dev_hard_header() does not change skb->head

arp_create() is the only dev_hard_header() caller making assumption about skb->head being unchanged.

A recent commit broke this assumption.

Initialize @arp pointer after dev_hard_header() call.

No technical information available.

No CWE or OWASP classifications available.