目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-26635— Linux kernel 安全漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.24% · P16

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux211ed865108e24697b44bee5daac502ee6bdd4a4< 165ad1e22779685c3ed3dd349c6c4c632309cc62affected
211ed865108e24697b44bee5daac502ee6bdd4a4< b8e8838f82f332ae80c643dbb1ca4418d0628097affected
211ed865108e24697b44bee5daac502ee6bdd4a4< 9ccdef19cf9497c2803b005369668feb91cacdfdaffected
211ed865108e24697b44bee5daac502ee6bdd4a4< c0fe2fe7a5a291dfcf6dc64301732c8d3dc6a828affected
211ed865108e24697b44bee5daac502ee6bdd4a4< 660c3053d992b68fee893a0e9ec9159228cffdc6affected
211ed865108e24697b44bee5daac502ee6bdd4a4< f1f34a515fb1e25e85dee94f781e7869ae351fb8affected
211ed865108e24697b44bee5daac502ee6bdd4a4< df57fc2f2abf548aa889a36ab0bdcc94a75399dcaffected
211ed865108e24697b44bee5daac502ee6bdd4a4< e3f9bed9bee261e3347131764e42aeedf1ffea61affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-26635 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
llc: Drop support for ETH_P_TR_802_2.
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETH_P_TR_802_2. syzbot reported an uninit-value bug below. [0] llc supports ETH_P_802_2 (0x0004) and used to support ETH_P_TR_802_2 (0x0011), and syzbot abused the latter to trigger the bug. write$tun(r0, &(0x7f0000000040)={@val={0x0, 0x11}, @val, @mpls={[], @llc={@snap={0xaa, 0x1, ')', "90e5dd"}}}}, 0x16) llc_conn_handler() initialises local variables {saddr,daddr}.mac based on skb in llc_pdu_decode_sa()/llc_pdu_decode_da() and passes them to __llc_lookup(). However, the initialisation is done only when skb->protocol is htons(ETH_P_802_2), otherwise, __llc_lookup_established() and __llc_lookup_listener() will read garbage. The missing initialisation existed prior to commit 211ed865108e ("net: delete all instances of special processing for token ring"). It removed the part to kick out the token ring stuff but forgot to close the door allowing ETH_P_TR_802_2 packets to sneak into llc_rcv(). Let's remove llc_tr_packet_type and complete the deprecation. [0]: BUG: KMSAN: uninit-value in __llc_lookup_established+0xe9d/0xf90 __llc_lookup_established+0xe9d/0xf90 __llc_lookup net/llc/llc_conn.c:611 [inline] llc_conn_handler+0x4bd/0x1360 net/llc/llc_conn.c:791 llc_rcv+0xfbb/0x14a0 net/llc/llc_input.c:206 __netif_receive_skb_one_core net/core/dev.c:5527 [inline] __netif_receive_skb+0x1a6/0x5a0 net/core/dev.c:5641 netif_receive_skb_internal net/core/dev.c:5727 [inline] netif_receive_skb+0x58/0x660 net/core/dev.c:5786 tun_rx_batched+0x3ee/0x980 drivers/net/tun.c:1555 tun_get_user+0x53af/0x66d0 drivers/net/tun.c:2002 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2020 [inline] new_sync_write fs/read_write.c:491 [inline] vfs_write+0x8ef/0x1490 fs/read_write.c:584 ksys_write+0x20f/0x4c0 fs/read_write.c:637 __do_sys_write fs/read_write.c:649 [inline] __se_sys_write fs/read_write.c:646 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:646 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x44/0x110 arch/x86/entry/common.c:82 entry_SYSCALL_64_after_hwframe+0x63/0x6b Local variable daddr created at: llc_conn_handler+0x53/0x1360 net/llc/llc_conn.c:783 llc_rcv+0xfbb/0x14a0 net/llc/llc_input.c:206 CPU: 1 PID: 5004 Comm: syz-executor994 Not tainted 6.6.0-syzkaller-14500-g1c41041124bd #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/09/2023
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞。目前尚无此漏洞的相关信息,请随时关注CNNVD或厂商公告。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 211ed865108e24697b44bee5daac502ee6bdd4a4 ~ 165ad1e22779685c3ed3dd349c6c4c632309cc62 -
LinuxLinux 3.5 -

二、漏洞 CVE-2024-26635 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-26635 的情报信息

登录查看更多情报信息。

CVE-2024-26635 邮件列表归档 (2)

CVE-2024-26635 其他参考 (8)

同批安全公告 · Linux · 2024-03-18 · 共 21 条

CVE-2023-52616Linux kernel 安全漏洞
CVE-2024-26641Linux kernel 安全漏洞
CVE-2024-26640Linux kernel 安全漏洞
CVE-2023-52619Linux kernel 安全漏洞
CVE-2023-52618Linux kernel 安全漏洞
CVE-2023-52617Linux kernel 安全漏洞
CVE-2024-26638Linux kernel 安全漏洞
CVE-2024-26636Linux kernel 安全漏洞
CVE-2024-26637Linux kernel 安全漏洞
CVE-2024-26634Linux kernel 安全漏洞
CVE-2023-52609Linux kernel 安全漏洞
CVE-2023-52615Linux kernel 安全漏洞
CVE-2023-52614Linux kernel 安全漏洞
CVE-2024-26633Linux kernel 安全漏洞
CVE-2024-26632Linux kernel 安全漏洞
CVE-2024-26631Linux kernel 安全漏洞
CVE-2023-52613Linux kernel 安全漏洞
CVE-2023-52612Linux kernel 安全漏洞
CVE-2023-52611Linux kernel 安全漏洞
CVE-2023-52610Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2024-26635

暂无评论


发表评论