GHSA-v5m7-53cv-f3hx · Severity: high · Ecosystem: rust — crossbeam-channel Undefined Behavior before v0.4.4
Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that `Vec::from_iter` has allocated capacity that same as the number of iterator elements. `Vec::from_iter` does not actually guarantee that and may allocate extra memory. The destructor of the `bounded` channel reconstructs `Vec` from the raw pointer based on the incorrect assumes described above. This is unsound and causing deallocation with the incorrect capacity when `Vec::from_iter` has allocated different sizes with the number of iterator elements. This has been fixed in crossbeam-channel 0.4.4.
Conclusion & alert: CVE-2020-15254 is rated High Exploit Risk (72.1/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.62%). Core evidence: 2 public exploit reference(s) are indexed (Exploit-DB). 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 ↗ | |
| — | 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-05-27 | 0.51% | 0.62% | +0.11% |
| 2 | 2025-11-21 | 0.62% | 0.51% | -0.11% |
| 3 | 2025-11-18 | — | 0.62% | — |
Full EPSS history (14 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.1 | 3.1 | HIGH |
|
2.2 | 5.9 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 7.5 | 2.0 | HIGH |
|
10.0 | 6.4 | [email protected] |
GHSA-v5m7-53cv-f3hx · Severity: high · Ecosystem: rust — crossbeam-channel Undefined Behavior before v0.4.4
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
critical | CVE-2020-15254: 2 source package rows (firefox, librewolf); 10 state rows across 7 repos (3.17-community, 3.18-community, 3.19-community, 3.20-community, 3.21-community, 3.22-community, edge-community); fixed 10, open 0. | https://security.alpinelinux.org/vuln/CVE-2020-15254 |
debian
|
unimportant | CVE-2020-15254 unimportant priority: Debian including 2 source packages (firefox, rust-crossbeam-channel), 6 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 6. | https://security-tracker.debian.org/tracker/CVE-2020-15254 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2020-15254 |
ubuntu
|
medium | CVE-2020-15254 medium priority: Ubuntu including 6 source packages (firefox, mozjs38, mozjs52, mozjs60, mozjs68, rust-crossbeam), 96 status rows across 16 suites (bionic, focal, groovy, hirsute, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): DNE 59, ignored 17, released 15, needs-triage 5. | https://ubuntu.com/security/CVE-2020-15254 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| crossbeam_project | crossbeam | < 0.4.4 | cpe:2.3:a:crossbeam_project:crossbeam:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/RustSec/advisory-db/pull/425 | Patch Third Party Advisory |
| https://github.com/crossbeam-rs/crossbeam/issues/539 | Exploit Third Party Advisory |
| https://github.com/crossbeam-rs/crossbeam/pull/533 | Exploit Patch Third Party Advisory |
| https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx | Third Party Advisory |