CVE-2026-41677
rust-opennssl has an Out-of-bounds read in PEM password callback when returning an oversized length
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p openssl --precise 0.10.78
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| openssl | crates.io | All versions | 0.10.78 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-125Out-of-bounds ReadMITRE
- CWE-1284
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 5.9 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:U
References
- https://github.com/rust-openssl/rust-openssl/security/advisories/GHSA-xmgf-hq76-4vx2WEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-41677ADVISORY
- https://github.com/rust-openssl/rust-openssl/pull/2605WEB
- https://github.com/rust-openssl/rust-openssl/commit/5af6895c907773699f37f583f409b862284062b1WEB
- https://github.com/rust-openssl/rust-opensslPACKAGE
- https://github.com/rust-openssl/rust-openssl/releases/tag/openssl-v0.10.78WEB
Frequently Asked Questions
- What is CVE-2026-41677?
- rust-opennssl has an Out-of-bounds read in PEM password callback when returning an oversized length This vulnerability has been assigned a severity rating of LOW (CVSS score: 5.9/10).
- How do I check if my project is affected by CVE-2026-41677?
- CVE-2026-41677 affects openssl. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-41677 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation requires specific conditions or has limited impact. Remediate within weeks.
Also Known As
Related CVEs
- CVE-2016-10931HIGH
SSL/TLS MitM vulnerability due to insecure defaults
- CVE-2016-10931HIGH
Improper Certificate Validation in openssl
- CVE-2026-41678HIGH
rust-openssl has incorrect bounds assertion in aes key wrap
- CVE-2026-41681HIGH
rust-openssl: rustMdCtxRef::digest_final() writes past caller buffer with no length check
- CVE-2026-41898HIGH
rust-openssl: Unchecked callback length in PSK/cookie trampolines leaks adjacent memory to peer
- CVE-2026-41676HIGH
rust-openssl: Deriver::derive and PkeyCtxRef::derive can overflow short buffers on OpenSSL 1.1.1
- CVE-2026-42327HIGH
rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs
- CVE-2026-54620LOW
sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies