{ "schema_version": "1.4.0", "id": "GHSA-69vj-xx27-g45w", "modified": "2023-06-13T18:12:42Z", "published": "2021-08-25T20:51:49Z", "aliases": [ "CVE-2020-36216" ], "summary": "Data race in eventio", "details": "Input implements Send without requiring R: Send.\n\nAffected versions of this crate allows users to send non-Send types to other threads, which 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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "eventio" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.5.1" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36216" }, { "type": "WEB", "url": "https://github.com/petabi/eventio/issues/33" }, { "type": "PACKAGE", "url": "https://github.com/petabi/eventio" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0108.html" } ], "database_specific": { "cwe_ids": [ "CWE-662", "CWE-787" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-19T18:47:45Z", "nvd_published_at": null } }