In the Linux kernel, the following vulnerability has been resolved: ip6_gre: make ip6gre_header() robust Over the years, syzbot found many
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
별도 긴급 패치 불필요 — 정기 시스템 업그레이드 주기에 맞춰 조치
CVSS 벡터 · 메트릭
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H약점 (CWE)
- CWE-476
NULL 포인터 역참조 — NULL 참조로 서비스 충돌(DoS) 유발.
상세 설명
In the Linux kernel, the following vulnerability has been resolved:
ip6_gre: make ip6gre_header() robust
Over the years, syzbot found many ways to crash the kernel
in ip6gre_header() [1].
This involves team or bonding drivers ability to dynamically
change their dev->needed_headroom and/or dev->hard_header_len
In this particular crash mld_newpack() allocated an skb
with a too small reserve/headroom, and by the time mld_sendpack()
was called, syzbot managed to attach an ip6gre device.
[1]
skbuff: skb_under_panic: text:ffffffff8a1d69a8 len:136 put:40 head:ffff888059bc7000 data:ffff888059bc6fe8 tail:0x70 end:0x6c0 dev:team0
------------[ cut here ]------------
kernel BUG at net/core/skbuff.c:213 !
<TASK>
skb_under_panic net/core/skbuff.c:223 [inline]
skb_push+0xc3/0xe0 net/core/skbuff.c:2641
ip6gre_header+0xc8/0x790 net/ipv6/ip6_gre.c:1371
dev_hard_header include/linux/netdevice.h:3436 [inline]
neigh_connected_output+0x286/0x460 net/core/neighbour.c:1618
neigh_output include/net/neighbour.h:556 [inline]
ip6_finish_output2+0xfb3/0x1480 net/ipv6/ip6_output.c:136
__ip6_finish_output net/ipv6/ip6_output.c:-1 [inline]
ip6_finish_output+0x234/0x7d0 net/ipv6/ip6_output.c:220
NF_HOOK_COND include/linux/netfilter.h:307 [inline]
ip6_output+0x340/0x550 net/ipv6/ip6_output.c:247
NF_HOOK+0x9e/0x380 include/linux/netfilter.h:318
mld_sendpack+0x8d4/0xe60 net/ipv6/mcast.c:1855
mld_send_cr net/ipv6/mcast.c:2154 [inline]
mld_ifc_work+0x83e/0xd60 net/ipv6/mcast.c:2693
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- linux linux_kernel3.7.1 - 5.10.248linux
- linux linux_kernel5.11 - 5.15.198linux
- linux linux_kernel5.16 - 6.1.160linux
- linux linux_kernel6.2 - 6.6.120linux
- linux linux_kernel6.7 - 6.12.64linux
- linux linux_kernel6.13 - 6.18.4linux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
- linux linux_kernellinux
영향받는 구성 (CPE) 10
- linux linux_kernel≥ 3.7.1 < 5.10.248cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- linux linux_kernel 3.7cpe:2.3:o:linux:linux_kernel:3.7:-:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*
- linux linux_kernel 6.19cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:*
참고 자료 8
링크 내용 불러오는 중…