{ "schema_version": "1.4.0", "id": "GHSA-9cg2-2j2h-59v9", "modified": "2023-06-13T16:47:45Z", "published": "2021-08-25T20:49:11Z", "aliases": [ "CVE-2020-35897" ], "summary": "Data races in atom", "details": "The atom crate contains a security issue revolving around its implementation of the Send trait. It incorrectly allows any arbitrary type to be sent across threads potentially leading to use-after-free issues through memory races.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "atom" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.3.6" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35897" }, { "type": "WEB", "url": "https://github.com/slide-rs/atom/issues/13" }, { "type": "PACKAGE", "url": "https://github.com/slide-rs/atom" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0044.html" } ], "database_specific": { "cwe_ids": [ "CWE-362" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-19T20:53:48Z", "nvd_published_at": null } }