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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53357— Linux kernel 安全漏洞

AI 预测 7.8 利用难度: 困难 EPSS 0.17% · P6

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux15f02b91056253e8cdc592888f431da0731337b8< 751de6ec671fe75ad9cf65a0638d2a06b6a5984daffected
15f02b91056253e8cdc592888f431da0731337b8< 407217734835d21d4e0105ebf347860dc1806f88affected
15f02b91056253e8cdc592888f431da0731337b8< 7eebd4c2c86f573af87ff165d08a83432eb0b919affected
15f02b91056253e8cdc592888f431da0731337b8< 5d86d2f1b4d9a508c441d3e45277ae1a73cfed57affected
15f02b91056253e8cdc592888f431da0731337b8< 87c543e2f78d0871f271df92dab98901bbd5b6f5affected
15f02b91056253e8cdc592888f431da0731337b8< added1213395071470a900cc845a042fb51882a6affected
15f02b91056253e8cdc592888f431da0731337b8< a5ca86a6097a8b030ca3226cd300b17ed330f966affected
15f02b91056253e8cdc592888f431da0731337b8< ab1513597c6cf17cd1ad2a21e3b045421b48e022affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-53357 基础信息

漏洞信息

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

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

Vulnerability Title
Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() bt_accept_dequeue() unlinks a not-yet-accepted child from the parent accept queue and release_sock()s it before returning, so the returned sk has no caller reference and is unlocked. l2cap_sock_cleanup_listen() walks these children on listening-socket close. A concurrent HCI disconnect drives hci_rx_work -> l2cap_conn_del() which runs l2cap_chan_del() + l2cap_sock_kill() and frees the child sk and its l2cap_chan; cleanup_listen() then uses both: BUG: KASAN: slab-use-after-free in l2cap_sock_kill l2cap_sock_kill / l2cap_sock_cleanup_listen / __x64_sys_close Freed by: l2cap_conn_del -> l2cap_sock_close_cb -> l2cap_sock_kill This is distinct from the two fixes already in this area: commit e83f5e24da741 ("Bluetooth: serialize accept_q access") serialises the accept_q list/poll and takes temporary refs inside bt_accept_dequeue(), and CVE-2025-39860 serialises the userspace close()/accept() race by calling cleanup_listen() under lock_sock() in l2cap_sock_release(). Neither covers l2cap_conn_del() running from hci_rx_work, so this UAF still reproduces on current bluetooth/master. Take the reference at the source: bt_accept_dequeue() does sock_hold() while sk is still locked, before release_sock(); callers sock_put(). cleanup_listen() pins the chan with l2cap_chan_hold_unless_zero() under a brief child sk lock (serialising vs l2cap_sock_teardown_cb()), drops it before l2cap_chan_lock(), and skips a duplicate l2cap_sock_kill() on SOCK_DEAD. conn->lock is not taken here: cleanup_listen() runs under the parent sk lock and that would invert conn->lock -> chan->lock -> sk_lock (lockdep). KASAN/SMP: an unprivileged listen/close vs HCI-disconnect race produced 12 use-after-free reports per run before this change; 0, and no lockdep report, over 1600+ raced iterations after it on bluetooth/master.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 5.7版本存在安全漏洞,该漏洞源于蓝牙协议栈中释放后重用问题,可能导致监听套接字关闭时与HCI断开并发导致的释放后重用攻击。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 15f02b91056253e8cdc592888f431da0731337b8 ~ 751de6ec671fe75ad9cf65a0638d2a06b6a5984d -
LinuxLinux 5.7 -

二、漏洞 CVE-2026-53357 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-53357 的情报信息

登录查看更多情报信息。

CVE-2026-53357 补丁与修复 (7)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53357

暂无评论


发表评论