{ "schema_version": "1.4.0", "id": "GHSA-pfjq-935c-4895", "modified": "2023-06-13T22:27:40Z", "published": "2021-08-25T21:00:37Z", "aliases": [], "summary": "Data races in v9", "details": "Affected versions of this crate unconditionally implement `Sync` for `SyncRef`. This definition allows data races if `&T` is accessible through `&SyncRef`.\n\n`SyncRef` derives `Clone` and `Debug`, and the default implementations of those traits access `&T` by invoking `T::clone()` & `T::fmt()`. It is possible to create data races & undefined behavior by concurrently invoking `SyncRef::clone()` or `SyncRef::fmt()` from multiple threads with `T: !Sync`.\n", "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": "v9" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.1.43" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/purpleposeidon/v9/issues/1" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0127.html" } ], "database_specific": { "cwe_ids": [ "CWE-362" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-05T21:37:57Z", "nvd_published_at": null } }