CVE-2026-81002
Last modified
CVE-2026-81002 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xdp: fix zero-copy frame layout xdp_convert_zc_to_xdp_frame() clones an XSK packet into an order-0 page and advertises PAGE_SIZE as its frame size. It allows the copied frame to occupy the page tail needed by skb_shared_info and records zero headroom even when metadata separates the frame header from packet data. An AF_XDP zero-copy packet redirected through cpumap can therefore make the skb overlap skb_shared_info or place it beyond the allocated page. Limit the copied layout to SKB_WITH_OVERHEAD(PAGE_SIZE) and include the metadata length in frame headroom. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xdp: fix zero-copy frame layout xdp_convert_zc_to_xdp_frame() clones an XSK packet into an order-0 page and advertises PAGE_SIZE as its frame size. It allows the copied frame to occupy the page tail needed by skb_shared_info and records zero headroom even when metadata separates the frame header from packet data. An AF_XDP zero-copy packet redirected through cpumap can therefore make the skb overlap skb_shared_info or place it beyond the allocated page. Limit the copied layout to SKB_WITH_OVERHEAD(PAGE_SIZE) and include the metadata length in frame headroom. Redirect callers already handle a NULL conversion result. BUG: KASAN: slab-out-of-bounds in skb_gro_receive Write of size 4 at addr ffff88800cf37004 by task cpumap/1/map:1/146 Call Trace: skb_gro_receive (net/core/gro.c:174) udp_gro_receive (net/ipv4/udp_offload.c:812) inet_gro_receive (net/ipv4/af_inet.c:1539) dev_gro_receive (net/core/gro.c:515) gro_receive_skb (net/core/gro.c:633) cpu_map_kthread_run (kernel/bpf/cpumap.c:395) kthread (kernel/kthread.c:436) ret_from_fork (arch/x86/kernel/process.c:164) ret_from_fork_asm (arch/x86/entry/entry_64.S:255) Kernel panic - not syncing: KASAN: panic_on_warn set ...
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < dcb6db9ca6515fcd3e00c93ec5e27dc7a0a7012f; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 22092730129077c302d8c947bbe0876f0280c528; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < ced3e18cd9b9caf630aaa1e1eac305f5192ba896; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 6de17275b3ccdf9887568b07e54da2e3597217cf; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 444216dacdbebd3e52d5e704facafbb230da09e9; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 15d1f3c0dbe7a740f779337deb39f23cd8d002c8; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 68d7cc5512238693670fc19c7a615df631e10edf; >= b0d1beeff2a97a0cf1965ea8f1d13b8973f22582, < 71283aaa6c65b3cec84caf1dc78560985737641f |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81002?
How severe is CVE-2026-81002?
How do I fix CVE-2026-81002?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80997In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80998In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80999In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8100Impact A security issue has been identified in Chef 360 tha…8.6
- CVE-2026-81000In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81001In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81003In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-81004In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81006In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81007In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-81008In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-81002?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
