{ "schema_version": "1.4.0", "id": "GHSA-77m6-x95j-75r5", "modified": "2023-06-13T22:07:15Z", "published": "2021-08-25T20:58:58Z", "aliases": [ "CVE-2020-36439" ], "summary": "Data races in ticketed_lock", "details": "Affected versions of this crate unconditionally implemented Send for ReadTicket & WriteTicket. This allows to send non-Send T to other threads. This can allows creating data races by cloning types with internal mutability and sending them to other threads (as T of ReadTicket/WriteTicket). Such data races can cause memory corruption or other undefined behavior. The flaw was corrected in commit `a986a93` by adding T: Send bounds to Send impls of ReadTicket/WriteTicket.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "ticketed_lock" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.3.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36439" }, { "type": "WEB", "url": "https://github.com/kvark/ticketed_lock/issues/7" }, { "type": "WEB", "url": "https://github.com/kvark/ticketed_lock/commit/a986a9335d591fa5c826157d1674d47aa525357f" }, { "type": "WEB", "url": "https://github.com/kvark/ticketed_lock" }, { "type": "WEB", "url": "https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/ticketed_lock/RUSTSEC-2020-0119.md" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0119.html" } ], "database_specific": { "cwe_ids": [ "CWE-119", "CWE-362" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-09T22:40:34Z", "nvd_published_at": "2021-08-08T06:15:00Z" } }