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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于usblp驱动中LPGETSTATUS ioctl未初始化堆内存泄露,可能导致未初始化数据泄露给ioctl调用者。

AI 预测 4.3 利用难度: 中等 EPSS 0.13% · P3

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 0f7c41314ebf17049917a452684db371babf711a affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< cf24991619be317e2769310b4a367bf4a04b82bc affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 087d97342c100138ea7d75a50977c9c2319f957b affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< d06d937b0a4cdb8867f04275c8100a8b943da31a affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< a502b997668401a6821501fc98b7f9220f9b6ff2 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 762a6ccf391db0d629e590a803a3a2231e17dd3f affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 6b0e7438e31c74b01514d31ff35c1e688c4baaba affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< b38e53cbfb9d84732e5984fbd73e128d592415c5 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblp_ctrl_msg() will collapse the usb_control_msg() return value to 0/-errno, discarding the actual number of bytes transferred. Ideally that short command should be detected and error out, but many printers are known to send "incorrect" responses back so we can't just do that. statusbuf is kmalloc(8) at probe time and never filled before the first LPGETSTATUS ioctl. usblp_read_status() requests 1 byte. If a malicious printer responds with zero bytes, *statusbuf is one byte of stale kmalloc heap, sign-extended into the local int status, which the LPGETSTATUS path then copy_to_user()s directly to the ioctl caller. Fix this all by just zapping out the memory buffer when allocated at probe time. If a later call does a short read, the data will be identical to what the device sent it the last time, so there is no "leak" of information happening.
来源: 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所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于usblp驱动中LPGETSTATUS ioctl未初始化堆内存泄露,可能导致未初始化数据泄露给ioctl调用者。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ 0f7c41314ebf17049917a452684db371babf711a -
Linux Linux 2.6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-05-28 · 共 135 条

CVE-2026-46195 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46135 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46115 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46155 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46185 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46119 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46238 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46174 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46125 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46198 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46166 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46212 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46152 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46113 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46138 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46232 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46215 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46176 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46157 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46167

暂无评论


发表评论