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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.25% · P16

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxef20cd4dd1633987bcf46ac34ace2c8af212361f< 24ec8f0da93b8a9fba11600be8a90f0d73fb46f1affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 6f70f0b412458c622a12d4292782c8e92e210c2faffected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 19d7314f2fb9515bdaac9829d4d8eb34edd1fe95affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< c1701ea85ef0ec7be6a1b36c7da69f572ed2fd12affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 3d3a5b31b43515b5752ff282702ca546ec3e48b6affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 888e3524be87f3df9fa3c083484e4b62b3e3bb59affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 0cd331dfd6023640c9669d0592bc0fd491205f87affected
ef20cd4dd1633987bcf46ac34ace2c8af212361f< 3871aa01e1a779d866fa9dfdd5a836f342f4eb87affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() syzbot reported the following general protection fault [1]: general protection fault, probably for non-canonical address 0xdffffc0000000010: 0000 [#1] PREEMPT SMP KASAN KASAN: null-ptr-deref in range [0x0000000000000080-0x0000000000000087] ... RIP: 0010:tipc_udp_is_known_peer+0x9c/0x250 net/tipc/udp_media.c:291 ... Call Trace: <TASK> tipc_udp_nl_bearer_add+0x212/0x2f0 net/tipc/udp_media.c:646 tipc_nl_bearer_add+0x21e/0x360 net/tipc/bearer.c:1089 genl_family_rcv_msg_doit+0x1fc/0x2e0 net/netlink/genetlink.c:972 genl_family_rcv_msg net/netlink/genetlink.c:1052 [inline] genl_rcv_msg+0x561/0x800 net/netlink/genetlink.c:1067 netlink_rcv_skb+0x16b/0x440 net/netlink/af_netlink.c:2544 genl_rcv+0x28/0x40 net/netlink/genetlink.c:1076 netlink_unicast_kernel net/netlink/af_netlink.c:1341 [inline] netlink_unicast+0x53b/0x810 net/netlink/af_netlink.c:1367 netlink_sendmsg+0x8b7/0xd70 net/netlink/af_netlink.c:1909 sock_sendmsg_nosec net/socket.c:730 [inline] __sock_sendmsg+0xd5/0x180 net/socket.c:745 ____sys_sendmsg+0x6ac/0x940 net/socket.c:2584 ___sys_sendmsg+0x135/0x1d0 net/socket.c:2638 __sys_sendmsg+0x117/0x1e0 net/socket.c:2667 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x40/0x110 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b The cause of this issue is that when tipc_nl_bearer_add() is called with the TIPC_NLA_BEARER_UDP_OPTS attribute, tipc_udp_nl_bearer_add() is called even if the bearer is not UDP. tipc_udp_is_known_peer() called by tipc_udp_nl_bearer_add() assumes that the media_ptr field of the tipc_bearer has an udp_bearer type object, so the function goes crazy for non-UDP bearers. This patch fixes the issue by checking the bearer type before calling tipc_udp_nl_bearer_add() in tipc_nl_bearer_add().
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于tipc_udp_nl_bear_add()存在安全漏洞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ef20cd4dd1633987bcf46ac34ace2c8af212361f ~ 24ec8f0da93b8a9fba11600be8a90f0d73fb46f1 -
LinuxLinux 4.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · Linux · 2024-04-02 · 共 35 条

CVE-2024-266659.1 CRITICALLinux kernel 安全漏洞
CVE-2023-526368.2 HIGHLinux kernel 安全漏洞
CVE-2024-266567.8 HIGHLinux kernel 安全漏洞
CVE-2024-266597.8 HIGHLinux kernel 安全漏洞
CVE-2024-266647.8 HIGHLinux kernel 安全漏洞
CVE-2024-266667.1 HIGHLinux kernel 安全漏洞
CVE-2024-266607.0 HIGHLinux kernel 安全漏洞
CVE-2024-26673Linux kernel 安全漏洞
CVE-2023-52634Linux kernel 安全漏洞
CVE-2024-26674Linux kernel 安全漏洞
CVE-2024-26675Linux kernel 安全漏洞
CVE-2024-26676Linux kernel 安全漏洞
CVE-2024-26677Linux kernel 安全漏洞
CVE-2024-26678Linux kernel 安全漏洞
CVE-2024-26679Linux kernel 安全漏洞
CVE-2024-26680Linux kernel 安全漏洞
CVE-2024-26681Linux kernel 安全漏洞
CVE-2024-26682Linux kernel 安全漏洞
CVE-2024-26683Linux kernel 安全漏洞
CVE-2024-26684Linux kernel 安全漏洞

显示前 20 条,共 35 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-26663

暂无评论


发表评论