ghsa-v5m7-53cv-f3hx
Vulnerability from github
Impact
The affected version of this crate's 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.
Patches
This has been fixed in crossbeam-channel 0.4.4.
We recommend users to upgrade to 0.4.4.
References
See https://github.com/crossbeam-rs/crossbeam/pull/533, https://github.com/crossbeam-rs/crossbeam/issues/539, and https://github.com/RustSec/advisory-db/pull/425 for more details.
License
This advisory is in the public domain.
{ "affected": [ { "package": { "ecosystem": "crates.io", "name": "crossbeam-channel" }, "ranges": [ { "events": [ { "introduced": "0.4.3" }, { "fixed": "0.4.4" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.4.3" ] } ], "aliases": [ "CVE-2020-15254" ], "database_specific": { "cwe_ids": [ "CWE-119", "CWE-401" ], "github_reviewed": true, "github_reviewed_at": "2021-08-03T22:53:34Z", "nvd_published_at": "2020-10-16T17:15:00Z", "severity": "HIGH" }, "details": "### Impact\n\nThe affected version of this crate\u0027s 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.\n\n### Patches\n\nThis has been fixed in crossbeam-channel 0.4.4.\n\nWe recommend users to upgrade to 0.4.4.\n\n### References\n\nSee https://github.com/crossbeam-rs/crossbeam/pull/533, https://github.com/crossbeam-rs/crossbeam/issues/539, and https://github.com/RustSec/advisory-db/pull/425 for more details.\n\n### License\n\nThis advisory is in the public domain.", "id": "GHSA-v5m7-53cv-f3hx", "modified": "2022-08-10T23:46:00Z", "published": "2021-08-25T21:01:13Z", "references": [ { "type": "WEB", "url": "https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15254" }, { "type": "WEB", "url": "https://github.com/crossbeam-rs/crossbeam/issues/539" }, { "type": "WEB", "url": "https://github.com/RustSec/advisory-db/pull/425" }, { "type": "WEB", "url": "https://github.com/crossbeam-rs/crossbeam/pull/533" }, { "type": "PACKAGE", "url": "https://github.com/crossbeam-rs/crossbeam" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0052.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "crossbeam-channel Undefined Behavior before v0.4.4" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.