GHSA-8c75-8mhr-p7r9 · Severity: high · Ecosystem: rust — rust-openssl has incorrect bounds assertion in aes key wrap
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.
Conclusion & alert: CVE-2026-41678 is rated Low Risk (35.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.06%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-30 | 0.04% | 0.06% | +0.02% |
| 2 | 2026-04-25 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.2 | 4.0 | HIGH |
|
— | — | [email protected] |
GHSA-8c75-8mhr-p7r9 · Severity: high · Ecosystem: rust — rust-openssl has incorrect bounds assertion in aes key wrap
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-41678 not yet assigned priority: Debian including 1 source packages (rust-openssl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-41678 |
ubuntu
|
medium | CVE-2026-41678 medium priority: Ubuntu including 1 source packages (rust-openssl), 6 status rows across 6 suites (focal, jammy, noble, questing, resolute, upstream): needed 4, not-affected 1, released 1. | https://ubuntu.com/security/CVE-2026-41678 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| No affected products in dataset. | |||