Off-by-one in Linux kernel - CVE-2026-90160

 

Off-by-one in Linux kernel - CVE-2026-90160

Published: September 19, 2026


Vulnerability identifier: #VU151319
CSH Severity: Low
CVSS v4: 4.6 [CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-90160
CWE-ID: CWE-193
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local privileged user to cause a denial of service.

The vulnerability exists due to an off-by-one headroom validation error in the lwt_bpf bpf_xmit() path when an LWT_XMIT BPF program modifies skb headroom. A local privileged user can call bpf_skb_change_head() to leave insufficient headroom and cause a denial of service.

On Ethernet, cached hardware-header output requires 16 bytes of headroom although the device hard-header length is 14 bytes.


Affected software

Linux kernel

How to mitigate CVE-2026-90160

Install security update from vendor's repository.


External References

Related Security Bulletins