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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-23 16:15
Updated : 2026-06-17 10:20
NVD link : CVE-2026-22988
Mitre link : CVE-2026-22988
CVE.ORG link : CVE-2026-22988
JSON object : View
Products Affected
linux
- linux_kernel
CWE
