{ "schema_version": "1.4.0", "id": "GHSA-36xw-hgfv-jwm7", "modified": "2023-06-13T16:51:41Z", "published": "2021-08-25T20:48:36Z", "aliases": [ "CVE-2020-35888" ], "summary": "Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr", "details": "arr crate contains multiple security issues. Specifically,\n\n1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary.\n2. Index and IndexMut implementation does not check the array bound.\n3. Array::new_from_template() drops uninitialized memory.\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "arr" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "0.6.1" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35888" }, { "type": "WEB", "url": "https://github.com/sjep/array/issues/1" }, { "type": "PACKAGE", "url": "https://github.com/sjep/array" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0034.html" } ], "database_specific": { "cwe_ids": [ "CWE-908" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:06:43Z", "nvd_published_at": null } }