CVE-2020-15254
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.
EPSS 0.62% · 70.5th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ubuntu:24.04:LTS | rust-crossbeam | 0.8.4-1, 0.8.1-1, 0 |
| Ubuntu:20.04:LTS | mozjs68 | 68.5.0-1~fakesync, 68.6.0-1ubuntu1, 68.6.0-1 |
| Ubuntu:20.04:LTS | rust-crossbeam | 0, 0.3.2-2, 0.7.2-2 |
| Ubuntu:22.04:LTS | rust-crossbeam | 0, 0.7.2-3 |
| Ubuntu:16.04:LTS | firefox | 56.0+build6-0ubuntu0.16.04.1, 0, 41.0.2+build2-0ubuntu1 |
| Ubuntu:20.04:LTS | mozjs52 | 52.9.1-1ubuntu3, 52.9.1-1build1, 0 |
| Ubuntu:18.04:LTS | firefox | *, *, * |
| Ubuntu:18.04:LTS | mozjs38 | 38.8.0~repack1-0ubuntu4, 38.8.0~repack1-0ubuntu3, 38.8.0~repack1-0ubuntu1 |
| Ubuntu:25.10 | rust-crossbeam | 0.8.4-1, 0 |
| Ubuntu:18.04:LTS | mozjs52 | 0, 52.3.1-0ubuntu3, 52.9.1-0ubuntu0.18.04.1 |
| Ubuntu:20.04:LTS | firefox | 74.0+build2-0ubuntu2, 76.0+build2-0ubuntu0.20.04.1, 76.0.1+build1-0ubuntu0.20.04.1 |
Exploit Intelligence
Timeline
- Jun 26, 2020 CVE Published
- Apr 14, 2021 EPSS Score
- Jun 23, 2021 EPSS Score
- Aug 24, 2021 EPSS Score
- Dec 27, 2021 EPSS Score
- Jan 6, 2022 EPSS Score
- Feb 4, 2022 EPSS Score
- Feb 28, 2022 EPSS Score
- Apr 1, 2022 EPSS Score
- Jul 3, 2022 EPSS Score
- Sep 4, 2022 EPSS Score
- Nov 6, 2022 EPSS Score
References
- https://ubuntu.com/security/CVE-2020-15254 third-party-advisory
- https://www.mozilla.org/en-US/security/advisories/mfsa2020-45/#CVE-2020-15254 third-party-advisory
- https://ubuntu.com/security/notices/USN-4599-1 vendor-advisory
- https://ubuntu.com/security/notices/USN-4599-2 vendor-advisory
- https://www.cve.org/CVERecord?id=CVE-2020-15254 third-party-advisory