{"api_version":"1","generated_at":"2026-04-23T01:32:35+00:00","cve":"CVE-2020-15254","urls":{"html":"https://cve.report/CVE-2020-15254","api":"https://cve.report/api/cve/CVE-2020-15254.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2020-15254","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2020-15254"},"summary":{"title":"CVE-2020-15254","description":"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.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2020-10-16 17:15:00","updated_at":"2022-08-05 19:30:00"},"problem_types":["CWE-401"],"metrics":[],"references":[{"url":"https://github.com/RustSec/advisory-db/pull/425","name":"https://github.com/RustSec/advisory-db/pull/425","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"Add advisory for UB in crossbeam-channel 0.4.3 by taiki-e · Pull Request #425 · RustSec/advisory-db · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/crossbeam-rs/crossbeam/issues/539","name":"https://github.com/crossbeam-rs/crossbeam/issues/539","refsource":"MISC","tags":["Exploit","Third Party Advisory"],"title":"Memory Leak in crossbeam-queue ArrayQueue? (Latest git only, ver0.2.3 is not effected) · Issue #539 · crossbeam-rs/crossbeam · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/crossbeam-rs/crossbeam/pull/533","name":"https://github.com/crossbeam-rs/crossbeam/pull/533","refsource":"MISC","tags":["Exploit","Patch","Third Party Advisory"],"title":"Use Box<[T]> instead of Vec<T> to initialize and drop ArrayQueue by caelunshun · Pull Request #533 · crossbeam-rs/crossbeam · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx","name":"https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx","refsource":"CONFIRM","tags":["Third Party Advisory"],"title":"Undefined Behavior in bounded channel · Advisory · crossbeam-rs/crossbeam · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2020-15254","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2020-15254","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2020","cve_id":"15254","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"crossbeam_project","cpe5":"crossbeam","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"},{"cve_year":"2020","cve_id":"15254","vulnerable":"1","versionEndIncluding":"1","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"crossbeam_project","cpe5":"crossbeam","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[{"cve":"CVE-2020-15254","qid":"500955","title":"Alpine Linux Security Update for firefox"},{"cve":"CVE-2020-15254","qid":"503840","title":"Alpine Linux Security Update for firefox"}]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2020-15254","STATE":"PUBLIC","TITLE":"Undefined Behavior in bounded Crossbeam channel"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"crossbeam","version":{"version_data":[{"version_value":"< 0.4.4"}]}}]},"vendor_name":"crossbeam-rs"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"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."}]},"impact":{"cvss":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"HIGH","baseScore":8.1,"baseSeverity":"HIGH","confidentialityImpact":"HIGH","integrityImpact":"HIGH","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","version":"3.1"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"{\"CWE-119\":\"Improper Restriction of Operations within the Bounds of a Memory Buffer\"}"}]}]},"references":{"reference_data":[{"name":"https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx","refsource":"CONFIRM","url":"https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-v5m7-53cv-f3hx"},{"name":"https://github.com/crossbeam-rs/crossbeam/issues/539","refsource":"MISC","url":"https://github.com/crossbeam-rs/crossbeam/issues/539"},{"name":"https://github.com/crossbeam-rs/crossbeam/pull/533","refsource":"MISC","url":"https://github.com/crossbeam-rs/crossbeam/pull/533"},{"name":"https://github.com/RustSec/advisory-db/pull/425","refsource":"MISC","url":"https://github.com/RustSec/advisory-db/pull/425"}]},"source":{"advisory":"GHSA-v5m7-53cv-f3hx","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2020-10-16 17:15:00","lastModifiedDate":"2022-08-05 19:30:00","problem_types":["CWE-401"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH","baseScore":9.8,"baseSeverity":"CRITICAL"},"exploitabilityScore":3.9,"impactScore":5.9},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:L/Au:N/C:P/I:P/A:P","accessVector":"NETWORK","accessComplexity":"LOW","authentication":"NONE","confidentialityImpact":"PARTIAL","integrityImpact":"PARTIAL","availabilityImpact":"PARTIAL","baseScore":7.5},"severity":"HIGH","exploitabilityScore":10,"impactScore":6.4,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":false}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:crossbeam_project:crossbeam:*:*:*:*:*:*:*:*","versionEndExcluding":"0.4.4","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2020","CveId":"15254","Ordinal":"176633","Title":"CVE-2020-15254","CVE":"CVE-2020-15254","Year":"2020"},"notes":[{"CveYear":"2020","CveId":"15254","Ordinal":"1","NoteData":"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.","Type":"Description","Title":null},{"CveYear":"2020","CveId":"15254","Ordinal":"2","NoteData":"2020-10-16","Type":"Other","Title":"Published"},{"CveYear":"2020","CveId":"15254","Ordinal":"3","NoteData":"2020-10-16","Type":"Other","Title":"Modified"}]}}}