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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 存在安全漏洞,该漏洞源于usb: atm: ueagle-atm驱动中uea_probe()和uea_disconnect()使用不同标准区分固件前后设备,特制描述符可能导致接口数据错误转换,造成越界读取。

AI 预测 7.8 利用难度: 较易 EPSS 0.21% · P12

可能的 ATT&CK 技术 1 AI

T1200 · Hardware Additions

影响版本矩阵 15

厂商产品 版本范围状态
Linux Linux d85f19aaef42a03e3e4765d659c761c8750a7f23< 9e7312844429379108ea9523a5ed934f142bb177 affected
76861031b43a18065d13f9ffb8595d25c7576005< f92832262718443feb4e5df2bf70424ba842629e affected
bbfedc84714064ea4845e6b76f96316eb5bb65d8< e814ae925f6f575325124c29dde518b92c822b83 affected
f2a6abc670104fc3e383ee3b1cf35c070485e3df< c035b1198906dd5bd3df9a3045b59254bad1ea7a affected
c581e30ae5b332d8acef64475a211b3f82099941< 9904a46401198872ab3de34fd11f383831ef3428 affected
509b51327320bdeaef1969248177a446ded073ab< d0a57f19fe2865b9747484f5f9c631f944ed9a0f affected
ddcdac47e1f2651c7be60e299f98faf981522797< 0cc0c4c14150bb5a16b88dd61368f96cd4caa9ce affected
e2674dfbed8a30d57e2bc872c4bfa6c3eec918bf< 71132cedd1ecbc4032d76e9928c18a10f7e39b80 affected
… +7 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect uea_probe() distinguishes a pre-firmware device from a post-firmware one using the USB id (UEA_IS_PREFIRM()), and stores a different object as the interface data in each case: a 'struct completion' for a pre-firmware device (to be waited on in .disconnect()), or a 'struct usbatm_data' for a post-firmware one. uea_disconnect() instead tells the two apart by the number of interfaces of the active configuration (a pre-firmware device exposes a single interface, ADI930 has 2 and eagle has 3), and casts the interface data accordingly. Because the two handlers use different criteria, a crafted device that advertises a pre-firmware id together with a multi-interface descriptor (or a post-firmware id with a single interface) makes them disagree: the small 'struct completion' stored by uea_probe() is then passed to usbatm_usb_disconnect(), which casts it to 'struct usbatm_data' and takes instance->serialize, reading past the end of the allocation: BUG: KASAN: slab-out-of-bounds in __mutex_lock+0x152a/0x1b80 Read of size 8 at addr ffff8880470e2c60 by task kworker/1:2/982 ... __mutex_lock+0x152a/0x1b80 usbatm_usb_disconnect+0x70/0x820 uea_disconnect+0x133/0x2c0 usb_unbind_interface+0x1dd/0x9e0 ... which belongs to the cache kmalloc-96 of size 96 The buggy address is located 0 bytes to the right of allocated 96-byte region [ffff8880470e2c00, ffff8880470e2c60) Reject such inconsistent descriptors in uea_probe() so that both handlers always make the same pre/post-firmware decision.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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 kernel 存在安全漏洞,该漏洞源于usb: atm: ueagle-atm驱动中uea_probe()和uea_disconnect()使用不同标准区分固件前后设备,特制描述符可能导致接口数据错误转换,造成越界读取。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux d85f19aaef42a03e3e4765d659c761c8750a7f23 ~ 9e7312844429379108ea9523a5ed934f142bb177 -
Linux Linux 5.10.261 ~ 5.10.265 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-68344 补丁与修复 (8)

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

CVE-2026-68136 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68300 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68154 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68156 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68158 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68159 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68160 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68161 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68144 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68170 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68302 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68388 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68426 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68385 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68127 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68117 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68381 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68123 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68124 9.6 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68344

暂无评论


发表评论