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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-45445— OpenSSL 安全漏洞

AI 预测 8.1 利用难度: 较易 EPSS 0.60% · P45

影响版本矩阵 5

厂商产品版本范围状态
OpenSSLOpenSSL4.0.0< 4.0.1affected
3.6.0< 3.6.3affected
3.5.0< 3.5.7affected
3.4.0< 3.4.6affected
3.0.0< 3.0.21affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
AES-OCB IV Ignored on EVP_Cipher() Path
来源: CVE Program / CVE List V5
Vulnerability Description
Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB context before processing data; the one-shot handler did not. Every call to EVP_Cipher() on an AES-OCB context therefore ran with the all-zero key-derived offset state left by cipher initialisation, regardless of the caller's IV. If EVP_EncryptFinal_ex() is subsequently used to obtain the authentication tag, the deferred IV setup runs at that point and clears the running checksum that should have been accumulated over the plaintext. The resulting tag is a function of (key, IV) only and verifies against any ciphertext produced under the same (key, IV) pair. The OpenSSL SSL/TLS implementation is not affected: AES-OCB is not a TLS cipher suite, and libssl does not call EVP_Cipher() in any case. Applications that drive AES-OCB through the documented streaming AEAD API (EVP_CipherUpdate / EVP_CipherFinal_ex) are not affected. Only applications that combine the AES-OCB cipher with the EVP_Cipher() one-shot API are vulnerable. The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue, as AES-OCB is outside the OpenSSL FIPS module boundary.
来源: 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存在安全漏洞,该漏洞源于AES-OCB上下文中EVP_Cipher()单次接口丢弃应用提供的初始化向量,导致相同密钥下所有消息使用相同有效nonce,造成密钥重用和机密性丧失,且认证标签仅依赖于密钥和IV对,允许从单个捕获消息伪造任意密文。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
OpenSSLOpenSSL 4.0.0 ~ 4.0.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-45445 补丁与修复 (5)

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

同批安全公告 · OpenSSL · 2026-06-09 · 共 18 条

CVE-2026-45447OpenSSL 资源管理错误漏洞
CVE-2026-34183OpenSSL 安全漏洞
CVE-2026-34181OpenSSL 安全漏洞
CVE-2026-34180OpenSSL 缓冲区错误漏洞
CVE-2026-34182OpenSSL 安全漏洞
CVE-2026-9076OpenSSL 缓冲区错误漏洞
CVE-2026-35188OpenSSL 资源管理错误漏洞
CVE-2026-7383OpenSSL 缓冲区错误漏洞
CVE-2026-45446OpenSSL 安全漏洞
CVE-2026-42771OpenSSL 缓冲区错误漏洞
CVE-2026-42768OpenSSL 安全漏洞
CVE-2026-42769OpenSSL 信任管理问题漏洞
CVE-2026-42767OpenSSL 代码问题漏洞
CVE-2026-42766OpenSSL 代码问题漏洞
CVE-2026-42764OpenSSL 代码问题漏洞
CVE-2026-42770OpenSSL 安全漏洞
CVE-2026-42765OpenSSL 代码问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-45445

暂无评论


发表评论