原始 OSV JSON
{
"id": "GHSA-fhvj-7f9p-w788",
"aliases": [
"CVE-2020-35887"
],
"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",
"summary": "Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.6.1"
}
]
}
],
"package": {
"name": "arr",
"ecosystem": "crates.io"
}
}
],
"modified": "2023-06-13T16:51:18Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"published": "2021-08-25T20:48:54Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35887",
"type": "ADVISORY"
},
{
"url": "https://github.com/sjep/array/issues/1",
"type": "WEB"
},
{
"url": "https://github.com/sjep/array",
"type": "PACKAGE"
},
{
"url": "https://rustsec.org/advisories/RUSTSEC-2020-0034.html",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-120"
],
"severity": "CRITICAL",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2021-08-19T20:56:25Z"
}
}