{"id":"RUSTSEC-2020-0108","summary":"Soundness issue: Input\u003cR\u003e can be misused to create data race to an object","details":"`Input\u003cR\u003e` implements `Send` without requiring `R: Send`.\n\nAffected versions of this crate allows users to send non-Send types to other threads,\nwhich can lead to undefined behavior such as data race and memory corruption.\n\nThe flaw was corrected in version 0.5.1 by adding `R: Send` bound to the `Send` impl of `Input\u003cR\u003e`.","aliases":["CVE-2020-36216","GHSA-69vj-xx27-g45w"],"modified":"2023-11-08T04:03:42.027833Z","published":"2020-12-20T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/eventio"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2020-0108.html"},{"type":"REPORT","url":"https://github.com/petabi/eventio/issues/33"}],"affected":[{"package":{"name":"eventio","ecosystem":"crates.io","purl":"pkg:cargo/eventio"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"},{"fixed":"0.5.1"}]}],"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:N/I:N/A:H","source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0108.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:N/I:N/A:H"}]}