CVE-2026-23011
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/01/2026
Last modified:
06/02/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ipv4: ip_gre: make ipgre_header() robust<br />
<br />
Analog to commit db5b4e39c4e6 ("ip6_gre: make ip6gre_header() robust")<br />
<br />
Over the years, syzbot found many ways to crash the kernel<br />
in ipgre_header() [1].<br />
<br />
This involves team or bonding drivers ability to dynamically<br />
change their dev->needed_headroom and/or dev->hard_header_len<br />
<br />
In this particular crash mld_newpack() allocated an skb<br />
with a too small reserve/headroom, and by the time mld_sendpack()<br />
was called, syzbot managed to attach an ipgre device.<br />
<br />
[1]<br />
skbuff: skb_under_panic: text:ffffffff89ea3cb7 len:2030915468 put:2030915372 head:ffff888058b43000 data:ffff887fdfa6e194 tail:0x120 end:0x6c0 dev:team0<br />
kernel BUG at net/core/skbuff.c:213 !<br />
Oops: invalid opcode: 0000 [#1] SMP KASAN PTI<br />
CPU: 1 UID: 0 PID: 1322 Comm: kworker/1:9 Not tainted syzkaller #0 PREEMPT(full)<br />
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/25/2025<br />
Workqueue: mld mld_ifc_work<br />
RIP: 0010:skb_panic+0x157/0x160 net/core/skbuff.c:213<br />
Call Trace:<br />
<br />
skb_under_panic net/core/skbuff.c:223 [inline]<br />
skb_push+0xc3/0xe0 net/core/skbuff.c:2641<br />
ipgre_header+0x67/0x290 net/ipv4/ip_gre.c:897<br />
dev_hard_header include/linux/netdevice.h:3436 [inline]<br />
neigh_connected_output+0x286/0x460 net/core/neighbour.c:1618<br />
NF_HOOK_COND include/linux/netfilter.h:307 [inline]<br />
ip6_output+0x340/0x550 net/ipv6/ip6_output.c:247<br />
NF_HOOK+0x9e/0x380 include/linux/netfilter.h:318<br />
mld_sendpack+0x8d4/0xe60 net/ipv6/mcast.c:1855<br />
mld_send_cr net/ipv6/mcast.c:2154 [inline]<br />
mld_ifc_work+0x83e/0xd60 net/ipv6/mcast.c:2693<br />
process_one_work kernel/workqueue.c:3257 [inline]<br />
process_scheduled_works+0xad1/0x1770 kernel/workqueue.c:3340<br />
worker_thread+0x8a0/0xda0 kernel/workqueue.c:3421<br />
kthread+0x711/0x8a0 kernel/kthread.c:463<br />
ret_from_fork+0x510/0xa50 arch/x86/kernel/process.c:158<br />
ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:246
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/06fe0801396a36cab865b34f666de1d65bc5ce8e
- https://git.kernel.org/stable/c/2ecf0aa7cc262472a9599cc51ba02ada0897a17a
- https://git.kernel.org/stable/c/554201ed0a8f4d32e719f42caeaeb2735a9ed6ca
- https://git.kernel.org/stable/c/8d5b6b2d79c1c22a5b0db1187a6439dff375a022
- https://git.kernel.org/stable/c/aa57bfea4674e6da8104fa3a37760a6f5f255dad
- https://git.kernel.org/stable/c/e67c577d89894811ce4dcd1a9ed29d8b63476667
- https://git.kernel.org/stable/c/eeb9a521de40c6fadccc12fa5205e5a1b364d5a8



