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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-62381— luci-lib-px5g 证书签名堆缓冲区溢出漏洞

一分钟漏洞结论

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

luci-lib-px5g(LuCI)组件中存在一个基于堆的缓冲区溢出漏洞,该漏洞位于原生 ASN.1 编码例程 (位于文件 x509write.c 中),在使用 2040 位 RSA 密钥签署证书时触发。对于长度为 255 字节的签名,BIT STRING 的分配大小是根据 DER 长度编码计算得出的,但在添加“未使用位数”字节并写入有效载荷后,实际数据大小为 256 字节,因此需要额外增加一个 DER 长度字节。结果是分配的堆缓冲区大小为 259 字节,而标签、长度、未使用位数字节和签名本身总共需要 260 字

CVSS 6.6 · Medium EPSS 0.10% · P1

影响版本矩阵 1

厂商产品 版本范围状态
openwrt luci ≤ 42d72f79cd8f057f241595abc761b39dab2d9f07 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
luci-lib-px5g 2040-bit Certificate Signing Heap Buffer Overflow
来源: CVE Program / CVE List V5
Vulnerability Description
luci-lib-px5g (LuCI) contains a heap-based buffer overflow in the native ASN.1 encoding routine asn1_add_obj (x509write.c) when signing a certificate with a 2040-bit RSA key. For a 255-byte signature, the BIT STRING allocation is computed from the DER length encoding of 255 bytes, but the payload written after prepending the unused-bits byte is 256 bytes, requiring one additional DER length octet. As a result the allocation is 259 bytes while the tag, length, unused-bits byte, and signature require 260 bytes, and the final memcpy writes one byte beyond the heap buffer. The overflow is reachable through the exported Lua interface via create_selfsigned(); whether it is remotely exploitable depends on the embedding application. The vulnerable code is present on the openwrt-18.06 through openwrt-25.12 release branches and is absent from master, where the luci-lib-px5g package has been removed rather than patched.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
堆缓冲区溢出
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
openwrt luci 0 ~ 42d72f79cd8f057f241595abc761b39dab2d9f07 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-62381 厂商安全公告 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-62381

暂无评论


发表评论