{"id":"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","aliases":["RUSTSEC-2022-0020"],"modified":"2023-11-08T04:17:21.695455Z","published":"2022-06-16T23:51:13Z","database_specific":{"github_reviewed":true,"github_reviewed_at":"2022-06-16T23:51:13Z","nvd_published_at":null,"cwe_ids":[],"severity":"MODERATE"},"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"}],"affected":[{"package":{"name":"crossbeam","ecosystem":"crates.io","purl":"pkg:cargo/crossbeam"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"0.7.0"}]}],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/06/GHSA-8gj8-hv75-gp94/GHSA-8gj8-hv75-gp94.json"}}],"schema_version":"1.9.0"}