{"id":"RUSTSEC-2020-0137","summary":"AtomicBox\u003cT\u003e lacks bound on its Send and Sync traits allowing data races","details":"`AtomicBox\u003cT\u003e` is a `Box` type designed to be used across threads, however, it\nimplements the `Send` and `Sync` traits for all types `T`.\n\nThis allows non-Send types such as `Rc` and non-Sync types such as `Cell` to\nbe used across thread boundaries which can trigger undefined behavior and\nmemory corruption.","aliases":["CVE-2020-36457","GHSA-9pp4-8p8v-g78w"],"modified":"2023-11-08T04:03:46.012738Z","published":"2020-11-10T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/lever"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2020-0137.html"},{"type":"REPORT","url":"https://github.com/vertexclique/lever/issues/15"}],"affected":[{"package":{"name":"lever","ecosystem":"crates.io","purl":"pkg:cargo/lever"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"},{"fixed":"0.1.1"}]}],"ecosystem_specific":{"affects":{"os":[],"functions":[],"arch":[]},"affected_functions":null},"database_specific":{"cvss":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","informational":null,"categories":["memory-corruption","thread-safety"],"source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0137.json"}}],"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"}]}