diff --git a/advisories/github-reviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json b/advisories/github-reviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json new file mode 100644 index 00000000000..46e6a9a5948 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fmq6-4w57-2w3v", + "modified": "2024-11-12T20:46:55Z", + "published": "2024-11-09T00:30:42Z", + "aliases": [ + "CVE-2024-27529" + ], + "summary": "wasm3 uncontrolled memory allocation vulnerability", + "details": "wasm3 at commit 139076a contains a memory leak in the Read_utf8 function.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "SwiftURL", + "name": "github.com/shareup/wasm-interpreter-apple" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.8.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "pywasm3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.5.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "crates.io", + "name": "wasm3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.3.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27529" + }, + { + "type": "WEB", + "url": "https://github.com/wasm3/wasm3/issues/462" + }, + { + "type": "WEB", + "url": "https://github.com/wasm3/wasm3/pull/490" + }, + { + "type": "WEB", + "url": "https://github.com/wasm3/wasm3/commit/526c1251b64e6e9fdc0d40c768ae46cd20338594" + }, + { + "type": "WEB", + "url": "https://gist.github.com/haruki3hhh/ac70bd83b9c0ed1de6289d818488da78" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-12T20:46:54Z", + "nvd_published_at": "2024-11-08T22:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json b/advisories/unreviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json deleted file mode 100644 index b74e7e2bd50..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-fmq6-4w57-2w3v/GHSA-fmq6-4w57-2w3v.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-fmq6-4w57-2w3v", - "modified": "2024-11-09T00:30:42Z", - "published": "2024-11-09T00:30:42Z", - "aliases": [ - "CVE-2024-27529" - ], - "details": "wasm3 139076a contains memory leaks in Read_utf8.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27529" - }, - { - "type": "WEB", - "url": "https://github.com/wasm3/wasm3/issues/462" - }, - { - "type": "WEB", - "url": "https://gist.github.com/haruki3hhh/ac70bd83b9c0ed1de6289d818488da78" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-08T22:15:15Z" - } -} \ No newline at end of file