{ "schema_version": "1.4.0", "id": "GHSA-29v7-3v4c-gf38", "modified": "2023-06-13T20:11:11Z", "published": "2021-08-25T20:57:24Z", "aliases": [ "CVE-2020-36454" ], "summary": "Data races in parc", "details": "In the affected versions of this crate, LockWeak unconditionally implemented Send with no trait bounds on T. LockWeak doesn't own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races.", "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": "parc" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "1.0.1" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36454" }, { "type": "WEB", "url": "https://github.com/hyyking/rustracts/pull/6" }, { "type": "PACKAGE", "url": "https://github.com/hyyking/rustracts/tree/master/parc" }, { "type": "WEB", "url": "https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/parc/RUSTSEC-2020-0134.md" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0134.html" } ], "database_specific": { "cwe_ids": [ "CWE-119", "CWE-362" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-18T20:23:35Z", "nvd_published_at": "2021-08-08T06:15:00Z" } }