{"id":"GHSA-8gj8-hv75-gp94","aliases":["RUSTSEC-2022-0020"],"url":"https://o3.security/vulnerability/GHSA-8gj8-hv75-gp94","summary":"`SegQueue` creates zero value of any type","details":"Affected versions of this crate called `mem::zeroed()` to create values of a user-supplied type `T`.\nThis is unsound e.g. if `T` is a reference type (which must be non-null).\n \nThe flaw was corrected by avoiding the use of `mem::zeroed()`, using `MaybeUninit` instead.\n","published":"2022-06-16T23:51:13Z","modified":"2023-11-08T04:17:21.695455Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"crossbeam","fixedVersion":"0.7.0"}],"fix":{"url":"https://github.com/crossbeam-rs/crossbeam/pull/458","label":"crossbeam-rs/crossbeam#458"},"references":[{"type":"WEB","url":"https://github.com/crossbeam-rs/crossbeam/pull/458"},{"type":"PACKAGE","url":"https://github.com/crossbeam-rs/crossbeam"},{"type":"WEB","url":"https://rustsec.org/advisories/RUSTSEC-2022-0020.html"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2023-11-08T04:17:21.695455Z"}}