{ "schema_version": "1.4.0", "id": "GHSA-h45v-vgvp-3h5v", "modified": "2023-06-13T20:54:35Z", "published": "2021-08-25T20:49:13Z", "aliases": [ "CVE-2020-35895" ], "summary": "Out-of-bounds write in stack", "details": "ArrayVec::insert allows insertion of an element into the array object into the specified index. Due to a missing check on the upperbound of this index, it is possible to write out of bounds.", "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": "stack" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.3.1" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35895" }, { "type": "WEB", "url": "https://github.com/arcnmx/stack-rs/issues/4" }, { "type": "WEB", "url": "https://github.com/arcnmx/stack-rs/commit/369e55736f9bd29c37b1712afc2923f4028148c6" }, { "type": "PACKAGE", "url": "https://github.com/arcnmx/stack-rs" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0042.html" } ], "database_specific": { "cwe_ids": [ "CWE-787" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-08-19T20:53:42Z", "nvd_published_at": "2020-12-31T10:15:00Z" } }