CVE-2026-22988 HIGH

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

Vendor Linux
Product Linux
Published January 23, 2026
Last update May 11, 2026

CVSS base score

7.8/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

January 23, 2026 CVE published
May 11, 2026 Record updated