Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-41678— rust-openssl: Incorrect bounds assertion in aes key wrap

EPSS 0.06% · P18
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-41678

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
rust-openssl: Incorrect bounds assertion in aes key wrap
Source: NVD (National Vulnerability Database)
Vulnerability Description
rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8, ensuring the output buffer is large enough. Because of the inverted check, the function only accepts buffers at or below the minimum required size and rejects larger ones. If a smaller buffer is provided the function will write past the end of out by in_.len() - 8 - out.len() bytes, causing an out-of-bounds write from a safe public function. This vulnerability is fixed in 0.10.78.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
跨界内存写
Source: NVD (National Vulnerability Database)
Vulnerability Title
rust-openssl 缓冲区错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
rust-openssl是rust-openssl开源的一个用于与 OpenSSL 库进行交互的库。 rust-openssl 0.10.78之前版本存在缓冲区错误漏洞,该漏洞源于aes::unwrap_key()包含一个错误的断言,检查out.len() + 8 <= in_.len()但此条件相反,导致函数仅接受等于或低于最小所需大小的缓冲区,提供更小缓冲区时函数会写入超出out末尾的数据,导致越界写入。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
rust-opensslrust-openssl >= 0.10.24, < 0.10.78 -

II. Public POCs for CVE-2026-41678

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-41678

登录查看更多情报信息。

Same Patch Batch · rust-openssl · 2026-04-24 · 5 CVEs total

CVE-2026-41676rust-openssl: Deriver::derive and PkeyCtxRef::derive can overflow short buffers on OpenSSL
CVE-2026-41677rust-openssl: Out-of-bounds read in PEM password callback when user callback returns an ov
CVE-2026-41681rust-openssl: MdCtxRef::digest_final() writes past caller buffer with no length check
CVE-2026-41898rust-openssl: Unchecked callback-returned length in PSK and cookie generate trampolines ca

IV. Related Vulnerabilities

V. Comments for CVE-2026-41678

No comments yet


Leave a comment