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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-68318— pds_core 工作队列移除时存在释放后使用漏洞

AI 预测 4.4 利用难度: 困难

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinux01ba61b55b2041a39c54aefb3153c770dd59a0ef< 224214eb4182ff20a665b615a90b66017539dd75affected
01ba61b55b2041a39c54aefb3153c770dd59a0ef< 9e0f80fac50ab95dd75537c8ecaf5051d01f19b5affected
01ba61b55b2041a39c54aefb3153c770dd59a0ef< ecc7a7d7569ec1d6a61e18372696b9de97635156affected
01ba61b55b2041a39c54aefb3153c770dd59a0ef< 0ad134881508c36b65c1a8864f8bec53adbd3327affected
6.4affected
< 6.4unaffected
6.12.101≤ 6.12.*unaffected
6.18.42≤ 6.18.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
pds_core: fix use-after-free on workqueue during remove
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: pds_core: fix use-after-free on workqueue during remove In pdsc_remove(), the workqueue is destroyed before pdsc_teardown() is called. This ordering allows two paths to queue work on the destroyed workqueue: 1. If pdsc_teardown() -> pdsc_devcmd_reset() times out, the error path in pdsc_devcmd_locked() queues health_work. 2. A NotifyQ event can trigger the ISR and queue work before free_irq() is called in pdsc_teardown(). Fix by moving destroy_workqueue() after pdsc_teardown() so the workqueue outlives every queuer; destroy_workqueue() then flushes any work still pending. Draining the queued work also requires ordering the teardown so the resources that work touches are freed last: - In pdsc_qcq_free(), after freeing the interrupt, cancel_work_sync() the queue's work and only then clear qcq->intx, so pdsc_process_adminq()'s read of qcq->intx for interrupt-credit return cannot race with the clear. - Free adminqcq before notifyqcq: the shared adminq ISR is released when adminqcq is freed, and the adminq work accesses notifyqcq, so both must be stopped before notifyqcq is freed.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 01ba61b55b2041a39c54aefb3153c770dd59a0ef ~ 224214eb4182ff20a665b615a90b66017539dd75 -
LinuxLinux 6.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-68318 补丁与修复 (4)

同批安全公告 · Linux · 2026-08-10 · 共 345 条

CVE-2026-68310mt76: mt7915驱动HE能力查询保护
CVE-2026-68321txgbe 网卡驱动移除时 FDIR 过滤器泄漏漏洞
CVE-2026-68320Linux内核SCTP协议栈认证列表容量检查漏洞
CVE-2026-68319pds_core 重置与移除死锁漏洞
CVE-2026-68317pds_core 辅助设备添加/删除竞态漏洞
CVE-2026-68316加速驱动 Ethos-U 命令流校验元素大小处理漏洞
CVE-2026-68315SCTP协议栈在sctp_process_strreset_inreq()中验证流数
CVE-2026-68314Linux内核mctp i3c驱动注册失败处理漏洞
CVE-2026-68313TIPC __tipc_nl_compat_dumpit无限循环漏洞
CVE-2026-68312CIFS:kmalloc失败时cifsFileInfo泄漏
CVE-2026-68311mt7925无线网卡解封装卸载时STA链路保护缺陷
CVE-2026-68305drm/xe/vf CCS读写缓冲区分离时添加设备守卫
CVE-2026-68300Linux SCTP 认证模块空指针检查漏洞
CVE-2026-68301HSR 从节点注销内存泄漏漏洞
CVE-2026-68302amt: 拉取后重新读取skb头指针
CVE-2026-68303Linux内核 DRM VC4 HVS/V3D 解除绑定空指针解引用漏洞
CVE-2026-68304brcmfmac Wi-Fi驱动 802.1X-SHA256调用跟踪警告漏洞
CVE-2026-68307mt7925 WiFi驱动重置链路重播崩溃漏洞
CVE-2026-68309mt76驱动BSS HE TLV处理空指针解引用漏洞
CVE-2026-68308mt76_connac_get_he_phy_cap()返回值未检查

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68318

暂无评论


发表评论