{"id":"RUSTSEC-2020-0099","summary":"Aovec\u003cT\u003e lacks bound on its Send and Sync traits allowing data races","details":"`aovec::Aovec\u003cT\u003e` is a vector type that implements `Send` and `Sync` for all\ntypes `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-36207","GHSA-g489-xrw3-3v8w"],"modified":"2023-11-08T04:03:41.538160Z","published":"2020-12-10T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/aovec"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2020-0099.html"}],"affected":[{"package":{"name":"aovec","ecosystem":"crates.io","purl":"pkg:cargo/aovec"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"}]}],"ecosystem_specific":{"affects":{"os":[],"functions":[],"arch":[]},"affected_functions":null},"database_specific":{"cvss":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H","categories":["memory-corruption","thread-safety"],"source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0099.json","informational":null}}],"schema_version":"1.7.3","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"}]}