{ "schema_version": "1.4.0", "id": "GHSA-69fv-gw6g-8ccg", "modified": "2024-09-12T20:47:21Z", "published": "2021-08-25T20:43:26Z", "aliases": [ "CVE-2018-20998" ], "summary": "Potential memory corruption in arrayfire", "details": "The attribute repr() added to enums to be compatible with C-FFI caused memory corruption on MSVC toolchain.\n\narrayfire crates <= version 3.5.0 do not have this issue when used with Rust versions 1.27 or earlier. The issue only started to appear since Rust version 1.28.\n\nThe issue seems to be interlinked with which version of Rust is being used.\n\nThe issue was fixed in crate 3.6.0.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "arrayfire" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "3.6.0" } ] } ] }, { "package": { "ecosystem": "PyPI", "name": "arrayfire" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "3.6.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20998" }, { "type": "WEB", "url": "https://github.com/arrayfire/arrayfire-rust/pull/177" }, { "type": "WEB", "url": "https://github.com/arrayfire/arrayfire-rust/commit/a5256f3e5e23b83eaad69699e0b04653aba04fb8" }, { "type": "PACKAGE", "url": "https://github.com/arrayfire/arrayfire-rust" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/arrayfire/PYSEC-2019-144.yaml" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2018-0011.html" } ], "database_specific": { "cwe_ids": [ "CWE-119" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:24:28Z", "nvd_published_at": "2019-08-26T18:15:00Z" } }