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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-69419— OpenSSL 安全漏洞

一分钟漏洞结论

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

OpenSSL是OpenSSL团队的一个开源的能够实现安全套接层(SSLv2/v3)和安全传输层(TLSv1)协议的通用加密库。该产品支持多种加密算法,包括对称密码、哈希算法、安全散列算法等。 OpenSSL 3.6版本、3.5版本、3.4版本、3.3版本、3.0版本和1.1.1版本存在安全漏洞,该漏洞源于PKCS12_get_friendlyname函数处理特制PKCS#12文件不当,可能导致越界写入和内存损坏。

AI 预测 5.5 利用难度: 中等 EPSS 0.55% · P44

影响版本矩阵 6

厂商产品 版本范围状态
OpenSSL OpenSSL 3.6.0< 3.6.1 affected
3.5.0< 3.5.5 affected
3.4.0< 3.4.4 affected
3.3.0< 3.3.6 affected
3.0.0< 3.0.19 affected
1.1.1< 1.1.1ze affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2025-69419 基础信息

漏洞信息

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

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

Vulnerability Title
Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion
来源: CVE Program / CVE List V5
Vulnerability Description
Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously crafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing non-ASCII BMP code point can trigger a one byte write before the allocated buffer. Impact summary: The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service. The OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12 BMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes, the helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16 source byte count as the destination buffer capacity to UTF8_putc(). For BMP code points above U+07FF, UTF-8 requires three bytes, but the forwarded capacity can be just two bytes. UTF8_putc() then returns -1, and this negative value is added to the output length without validation, causing the length to become negative. The subsequent trailing NUL byte is then written at a negative offset, causing write outside of heap allocated buffer. The vulnerability is reachable via the public PKCS12_get_friendlyname() API when parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a different code path that avoids this issue, PKCS12_get_friendlyname() directly invokes the vulnerable function. Exploitation requires an attacker to provide a malicious PKCS#12 file to be parsed by the application and the attacker can just trigger a one zero byte write before the allocated buffer. For that reason the issue was assessed as Low severity according to our Security Policy. The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue. OpenSSL 1.0.2 is not affected by this issue.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存写
来源: CVE Program / CVE List V5
Vulnerability Title
OpenSSL 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
OpenSSL是OpenSSL团队的一个开源的能够实现安全套接层(SSLv2/v3)和安全传输层(TLSv1)协议的通用加密库。该产品支持多种加密算法,包括对称密码、哈希算法、安全散列算法等。 OpenSSL 3.6版本、3.5版本、3.4版本、3.3版本、3.0版本和1.1.1版本存在安全漏洞,该漏洞源于PKCS12_get_friendlyname函数处理特制PKCS#12文件不当,可能导致越界写入和内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
OpenSSL OpenSSL 3.6.0 ~ 3.6.1 -

二、漏洞 CVE-2025-69419 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-69419 的情报信息

登录查看更多情报信息。

CVE-2025-69419 补丁与修复 (2)

CVE-2025-69419 厂商安全公告 (1)

同批安全公告 · OpenSSL · 2026-01-27 · 共 12 条

CVE-2026-22795 OpenSSL 安全漏洞
CVE-2026-22796 OpenSSL 安全漏洞
CVE-2025-15467 OpenSSL 安全漏洞
CVE-2025-15469 OpenSSL 安全漏洞
CVE-2025-15468 OpenSSL 安全漏洞
CVE-2025-66199 OpenSSL 安全漏洞
CVE-2025-68160 OpenSSL 安全漏洞
CVE-2025-11187 OpenSSL 安全漏洞
CVE-2025-69421 OpenSSL 安全漏洞
CVE-2025-69420 OpenSSL 安全漏洞
CVE-2025-69418 OpenSSL 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-69419

暂无评论


发表评论