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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-53490— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.11% · P1

影响版本矩阵 11

厂商产品版本范围状态
LinuxLinuxb45d8f5375eda3ddc89fe529b58bb643917bd87b< ded9f5551ce5cafa3c41c794428c27a0d0a00542affected
2a6a870e44dd88f1a6a2893c65ef756a9edfb4c7< b2b4c84eb7149f34c0f25f17042d095ba5357d68affected
2a6a870e44dd88f1a6a2893c65ef756a9edfb4c7< 511b90e39250135a7f900f1c3afbce25543018a2affected
64b66601308dae6105fbde964a339462a29c2a73affected
6.1.27< 6.1.46affected
6.2.13< 6.3affected
6.3affected
< 6.3unaffected
… +3 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2023-53490 基础信息

漏洞信息

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

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

Vulnerability Title
mptcp: fix disconnect vs accept race
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix disconnect vs accept race Despite commit 0ad529d9fd2b ("mptcp: fix possible divide by zero in recvmsg()"), the mptcp protocol is still prone to a race between disconnect() (or shutdown) and accept. The root cause is that the mentioned commit checks the msk-level flag, but mptcp_stream_accept() does acquire the msk-level lock, as it can rely directly on the first subflow lock. As reported by Christoph than can lead to a race where an msk socket is accepted after that mptcp_subflow_queue_clean() releases the listener socket lock and just before it takes destructive actions leading to the following splat: BUG: kernel NULL pointer dereference, address: 0000000000000012 PGD 5a4ca067 P4D 5a4ca067 PUD 37d4c067 PMD 0 Oops: 0000 [#1] PREEMPT SMP CPU: 2 PID: 10955 Comm: syz-executor.5 Not tainted 6.5.0-rc1-gdc7b257ee5dd #37 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.11.0-2.el7 04/01/2014 RIP: 0010:mptcp_stream_accept+0x1ee/0x2f0 include/net/inet_sock.h:330 Code: 0a 09 00 48 8b 1b 4c 39 e3 74 07 e8 bc 7c 7f fe eb a1 e8 b5 7c 7f fe 4c 8b 6c 24 08 eb 05 e8 a9 7c 7f fe 49 8b 85 d8 09 00 00 <0f> b6 40 12 88 44 24 07 0f b6 6c 24 07 bf 07 00 00 00 89 ee e8 89 RSP: 0018:ffffc90000d07dc0 EFLAGS: 00010293 RAX: 0000000000000000 RBX: ffff888037e8d020 RCX: ffff88803b093300 RDX: 0000000000000000 RSI: ffffffff833822c5 RDI: ffffffff8333896a RBP: 0000607f82031520 R08: ffff88803b093300 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000003e83 R12: ffff888037e8d020 R13: ffff888037e8c680 R14: ffff888009af7900 R15: ffff888009af6880 FS: 00007fc26d708640(0000) GS:ffff88807dd00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000000000012 CR3: 0000000066bc5001 CR4: 0000000000370ee0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> do_accept+0x1ae/0x260 net/socket.c:1872 __sys_accept4+0x9b/0x110 net/socket.c:1913 __do_sys_accept4 net/socket.c:1954 [inline] __se_sys_accept4 net/socket.c:1951 [inline] __x64_sys_accept4+0x20/0x30 net/socket.c:1951 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x47/0xa0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x6e/0xd8 Address the issue by temporary removing the pending request socket from the accept queue, so that racing accept() can't touch them. After depleting the msk - the ssk still exists, as plain TCP sockets, re-insert them into the accept queue, so that later inet_csk_listen_stop() will complete the tcp socket disposal.
来源: 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存在安全漏洞,该漏洞源于断开连接和接受连接之间存在竞争条件,可能导致空指针取消引用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b45d8f5375eda3ddc89fe529b58bb643917bd87b ~ ded9f5551ce5cafa3c41c794428c27a0d0a00542 -
LinuxLinux 6.3 -

二、漏洞 CVE-2023-53490 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-53490 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-10-01 · 共 169 条

CVE-2023-535179.8 CRITICALLinux kernel 安全漏洞
CVE-2023-534548.8 HIGHLinux kernel 安全漏洞
CVE-2025-399188.8 HIGHLinux kernel 安全漏洞
CVE-2025-399198.8 HIGHLinux kernel 安全漏洞
CVE-2023-534938.4 HIGHLinux kernel 安全漏洞
CVE-2022-504428.4 HIGHLinux kernel 安全漏洞
CVE-2022-504217.8 HIGHLinux kernel 安全漏洞
CVE-2023-534847.8 HIGHLinux kernel 安全漏洞
CVE-2022-504407.8 HIGHLinux kernel 安全漏洞
CVE-2023-534657.8 HIGHLinux kernel 安全漏洞
CVE-2025-399247.8 HIGHLinux kernel 安全漏洞
CVE-2023-535107.8 HIGHLinux kernel 安全漏洞
CVE-2022-504547.8 HIGHLinux kernel 安全漏洞
CVE-2025-399277.8 HIGHLinux kernel 安全漏洞
CVE-2022-504597.8 HIGHLinux kernel 安全漏洞
CVE-2022-504377.8 HIGHLinux kernel 安全漏洞
CVE-2023-534947.8 HIGHLinux kernel 安全漏洞
CVE-2023-534957.8 HIGHLinux kernel 安全漏洞
CVE-2022-504327.8 HIGHLinux kernel 安全漏洞
CVE-2022-504237.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53490

暂无评论


发表评论