In the standard library in Rust before 1.49.0, String::retain() function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the same string.
Conclusion & alert: CVE-2020-36317 is rated High Exploit Risk (71.2/100): CVSS High severity, with medium exploitation likelihood (EPSS 1.51%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). EPSS rose +1.32% over the last day, indicating growing attacker interest. Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
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-06-15 | 0.19% | 1.51% | +1.32% |
| 2 | 2026-05-22 | 0.27% | 0.19% | -0.08% |
| 3 | 2026-01-05 | — | 0.27% | — |
Full EPSS history (15 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
high | CVE-2020-36317: 1 source package rows (rust); 12 state rows across 6 repos (3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-community, edge-main); fixed 0, open 12. | https://security.alpinelinux.org/vuln/CVE-2020-36317 |
debian
|
not yet assigned | CVE-2020-36317 not yet assigned priority: Debian including 1 source packages (rustc), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 4, open 1. | https://security-tracker.debian.org/tracker/CVE-2020-36317 |
redhat
|
low | — | https://access.redhat.com/security/cve/CVE-2020-36317 |
suse
|
medium | CVE-2020-36317 severity moderate: SUSE including 46 source package names (cargo, cargo-1.49.0-1.module+el8.4.0+9446+1a463e08, …), 151 product×package rows across 23 product lines (SUSE CaaS Platform 4.0, SUSE Enterprise Storage 6, … (23 product lines)): Known Not Affected 137, Fixed 14. | https://www.suse.com/security/cve/CVE-2020-36317/ |
ubuntu
|
medium | CVE-2020-36317 medium priority: Ubuntu including 1 source packages (rustc), 16 status rows across 16 suites (bionic, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): not-affected 5, ignored 4, DNE 3, needed 2, released 2. | https://ubuntu.com/security/CVE-2020-36317 |
| URL | Tags |
|---|---|
| https://github.com/rust-lang/rust/issues/78498 | Exploit Issue Tracking Third Party Advisory |
| https://github.com/rust-lang/rust/pull/78499 | Patch Third Party Advisory |