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

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-53198— ksmbd SMB2_CANCEL双重取消导致use-after-free漏洞

AI 预测 8.8 利用难度: 较易 EPSS 0.18% · P8
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL A deferred byte-range lock (an SMB2_LOCK that blocks) registers an async work on conn->async_requests via setup_async_work(), with cancel_fn = smb2_remove_blocked_lock and cancel_argv[0] pointing at the struct file_lock. When the request is cancelled, the worker frees the file_lock with locks_free_lock() and takes the cancelled early-exit, which "goto out"s and never reaches release_async_work() -- the only site that unlinks the work from conn->async_requests and clears cancel_fn/cancel_argv. The work therefore stays matchable on async_requests with a live cancel_fn pointing at the freed file_lock, until connection teardown finally runs release_async_work(). smb2_cancel() fires cancel_fn unconditionally with no state guard, so a second SMB2_CANCEL for the same AsyncId, arriving in that window, re-runs smb2_remove_blocked_lock() on the freed file_lock -- a slab use-after-free: BUG: KASAN: slab-use-after-free in __locks_delete_block __locks_delete_block locks_delete_block ksmbd_vfs_posix_lock_unblock smb2_remove_blocked_lock smb2_cancel <- 2nd SMB2_CANCEL fires cancel_fn handle_ksmbd_work Allocated by ...: locks_alloc_lock <- smb2_lock Freed by ...: locks_free_lock <- smb2_lock (cancelled branch) ... cache file_lock_cache of size 192 Reproduced on mainline with KASAN by an authenticated SMB client. Skip a work whose state is already KSMBD_WORK_CANCELLED so its cancel callback cannot be fired a second time.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ b7063c7426ea5a4d15e01b60538718765392f49d -
LinuxLinux 6.1.176 ~ 6.1.* -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53198 补丁与修复 (3)

CVE-2026-53198 其他参考 (3)

同批安全公告 · Linux · 2026-06-25 · 共 147 条

CVE-2026-53185Linux zram zram_bvec_write_partial 函数 Use-After-Free 漏洞
CVE-2026-53167fuse 漏洞:限制 FUSE_NOTIFY_RETRIEVE 仅限 uptodate 文件
CVE-2026-53168fuse目录页缓存操作拒绝漏洞
CVE-2026-53169accel/ethosu:拒绝用户空间NPU_OP_RESIZE命令
CVE-2026-53171加速伦理:修复dma_length()中的算术问题
CVE-2026-53170Acceler/ethosu:拒绝长度未初始化的DMA命令漏洞
CVE-2026-53172Ethos-U NPU驱动IFM区域索引越界漏洞
CVE-2026-53174overlay文件系统o v l缓存获取后错误码未清零漏洞
CVE-2026-53173Accelerate Ethos-U 命令流校验越界写入漏洞
CVE-2026-53175Linux inet frag使用完后释放漏洞
CVE-2026-53177bnxt_en 驱动空指针解引用漏洞
CVE-2026-53176IB/isert: 拒绝短于ISER_HEADERS_LEN的登录PDU漏洞
CVE-2026-53178rtl8723bs驱动ie_length减法越界漏洞
CVE-2026-53180Linux 内核 tmigr_handle_remote_up() 活锁漏洞
CVE-2026-53179RTL8723BS rtw_update_protection 缓冲区越界读取漏洞
CVE-2026-53181vsock/vmci 握手失败时 sk_ack_backlog 泄漏漏洞
CVE-2026-53182wifi: nl80211 拒绝过大的 EMA RNR 列表
CVE-2026-53183MPTCP 子流接收窗口收缩漏洞
CVE-2026-53184UDP sockmap裁决前清除skb->dev
CVE-2026-53196USB io_ti get_manuf_info()堆溢出漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53198

暂无评论


发表评论