{"id":"RUSTSEC-2020-0133","summary":"Queue\u003cT\u003e should have a Send bound on its Send/Sync traits","details":"Affected versions of this crate unconditionally implements `Send`/`Sync` for `Queue\u003cT\u003e`.\n\nThis allows (1) creating data races to a `T: !Sync` and (2) sending `T: !Send` to other threads, resulting in memory corruption or other undefined behavior.","aliases":["CVE-2020-36453","GHSA-gvvv-w559-2hg6"],"modified":"2023-11-08T04:03:45.766010Z","published":"2020-11-15T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/scottqueue"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2020-0133.html"},{"type":"REPORT","url":"https://github.com/rossdylan/rust-scottqueue/issues/1"}],"affected":[{"package":{"name":"scottqueue","ecosystem":"crates.io","purl":"pkg:cargo/scottqueue"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"}]}],"ecosystem_specific":{"affects":{"arch":[],"os":[],"functions":[]},"affected_functions":null},"database_specific":{"informational":null,"cvss":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0133.json","categories":["memory-corruption","thread-safety"]}}],"schema_version":"1.7.3","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"}]}