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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81014— Linux 内核 hp-bioscfg 驱动堆越界读取漏洞

一分钟漏洞结论

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

在 Linux 内核中,已解决以下漏洞: platform/x86: hp-bioscfg: 修复 sk_store() 和 kek_store() 中的堆越界读取漏洞 和 在分配密钥缓冲区之前,会先去除 sysfs 写入数据末尾的换行符: 然而,随后调用 时,传入的是原始的 (而不是 )作为复制大小,导致 从大小为 的分配区域之外读取了相应数量的字节。只要写入的数据以换行符结尾(这是向 sysfs 使用 shell 写入的常见情况),就会发生恰好越界读取一个字节的情况。 KASAN 直接确认了这一问题: 该问题在

影响版本矩阵 10

厂商产品 版本范围状态
Linux Linux b2715aa2e1352c0060b9dcba57a2e465bbfbcd68< 4c6374dcb270d12907b880cf82a5a5ef21785fc3 affected
b2715aa2e1352c0060b9dcba57a2e465bbfbcd68< 7cd8fe01aba303a2382db0966eb6c8ab41d5f3c2 affected
b2715aa2e1352c0060b9dcba57a2e465bbfbcd68< 67b60703d7d8af1ca0e49f72e1bdb1ccecd41b5b affected
b2715aa2e1352c0060b9dcba57a2e465bbfbcd68< a7508c7959ff8d037327d377ed21a9c0eabe4674 affected
6.6 affected
< 6.6 unaffected
6.12.109≤ 6.12.* unaffected
6.18.50≤ 6.18.* unaffected
… +2 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
platform/x86: hp-bioscfg: fix heap OOB read in sk_store() and kek_store()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix heap OOB read in sk_store() and kek_store() sk_store() and kek_store() strip a trailing newline from the sysfs write before allocating the key buffer: length = count; if (buf[length - 1] == '\n') length--; bioscfg_drv.spm_data.signing_key = kmemdup(buf, length, GFP_KERNEL); but then pass the original "count" (not "length") as the copy size to hp_wmi_perform_query(), which memcpy()s that many bytes out of the "length"-sized allocation, reading one byte past it whenever the write ends in a newline, the normal case for a shell "echo" into sysfs. KASAN confirms this directly: BUG: KASAN: slab-out-of-bounds in hp_wmi_perform_query+0x1e9/0x460 [hp_bioscfg] Read of size 28 at addr ffff88813c8e2b80 by task python3/16022 ... sk_store+0xa7/0x240 [hp_bioscfg] kernfs_fop_write_iter+0x3e1/0x5d0 ... The buggy address is located 0 bytes inside of allocated 27-byte region [ffff88813c8e2b80, ffff88813c8e2b9b) Reproduced identically for kek_store, and at multiple write sizes (28, 57, 201 bytes), each time reading exactly one byte past a kmemdup() allocation one byte smaller than the write. Fix by passing "length" instead of "count" to hp_wmi_perform_query() in both functions.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux b2715aa2e1352c0060b9dcba57a2e465bbfbcd68 ~ 4c6374dcb270d12907b880cf82a5a5ef21785fc3 -
Linux Linux 6.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-81014 其他参考 (4)

同批安全公告 · Linux · 2026-09-11 · 共 431 条

CVE-2026-89490 OCFS2 32位内核readdir截断修复
CVE-2026-89478 sctp:移除的传输中丢弃数据块
CVE-2026-89479 内核SCTP模块关联删除后仍处理报文
CVE-2026-89480 NVMe-TCP 读取字节数异常拒绝漏洞
CVE-2026-89482 NVMe-TCP 数据长度误判漏洞
CVE-2026-89481 NVMe/TCP 主机内存泄露漏洞
CVE-2026-89483 Linux内核 NVMe驱动 逻辑错误
CVE-2026-89484 Linux内核lockd 空指针解引用漏洞
CVE-2026-89485 Linux lockd 锁释放时文件指针固定漏洞
CVE-2026-89486 IPMI 驱动 _ipmi_destroy_user 释放后使用漏洞
CVE-2026-89487 Open vSwitch 数据包丢弃逻辑缺陷
CVE-2026-89488 Open vSwitch CT limit 释放后使用漏洞
CVE-2026-89489 OpenRISC 内核 or1k_atomic 任意内存访问漏洞
CVE-2026-89491 OCFS2集群心跳锁持有期间睡眠漏洞
CVE-2026-89501 ring-buffer 子缓冲区调整时未持锁漏洞
CVE-2026-89498 Orangefs 双重释放漏洞
CVE-2026-89499 ring-buffer 页面交换失败时停止远程读取
CVE-2026-89500 ring-buffer 缓冲区读取页修复
CVE-2026-89497 Orangefs 调试掩码解析空格处理缺陷
CVE-2026-89502 Ring-Buffer 内存释放错误

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-81014

暂无评论


发表评论