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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53938— OpenIDC/cjose 堆缓冲区溢出漏洞

一分钟漏洞结论

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

OpenIDC/cjose 是一个实现了 JavaScript 对象签名和加密(JOSE)标准的 C 语言库。在 0.6.2.5 版本之前,cjose 在处理 AES 密钥包裹(Key Wrap)密钥管理算法( 值为 、 、 )的 JWE 解密路径中,在将攻击者提供的 (JWE 加密密钥)解包到固定大小的堆分配的内容加密密钥(CEK)缓冲区之前,未对其长度进行校验。 一个能够向应用提交精心构造的 JWE 的远程未认证攻击者,可以触发一次堆内存越界写,从而导致堆内存损坏。这至少会导致程序崩溃(服务拒绝),并且根据具体

CVSS 8.2 · High EPSS 0.07% · P21
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OpenIDC/cjose has a heap buffer overflow in AES Key Wrap decryption (A128KW/A192KW/A256KW)
来源: CVE Program / CVE List V5
Vulnerability Description
OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). Prior to version 0.6.2.5, cjose's JWE decryption path for the AES Key Wrap key-management algorithms (`alg` = `A128KW`, `A192KW`, `A256KW`) does not validate the length of the attacker-supplied `encrypted_key` (JWE Encrypted Key) before unwrapping it into a fixed-size, heap-allocated Content Encryption Key (CEK) buffer. A remote, unauthenticated attacker who can submit a crafted JWE to an application that decrypts it with an AES-KW symmetric key can trigger an out-of-bounds heap write, corrupting the heap. This leads at minimum to a crash (denial of service) and, depending on the heap layout and allocator, may be leverageable for further memory-corruption impact. `cjose_jwe_import()` / `cjose_jwe_decrypt()` are pre-authentication entry points: they parse and process fully attacker-controlled input. Upgrade to cjose 0.6.2.5 to receive a patch. If upgrading is not immediately possible, reject the AES Key Wrap algorithms (`A128KW`/`A192KW`/`A256KW`) for untrusted JWEs at the application layer.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
堆缓冲区溢出
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
OpenIDC cjose < 0.6.2.5 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53938 补丁与修复 (1)

CVE-2026-53938 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53938

暂无评论


发表评论