From 57bb2b39fd4f98ad83ccc175c13e8b5936146e17 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:57:54 +0000 Subject: [PATCH] Publish GHSA-75qh-gg76-p2w4 --- .../GHSA-75qh-gg76-p2w4.json | 202 ++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 advisories/github-reviewed/2024/08/GHSA-75qh-gg76-p2w4/GHSA-75qh-gg76-p2w4.json diff --git a/advisories/github-reviewed/2024/08/GHSA-75qh-gg76-p2w4/GHSA-75qh-gg76-p2w4.json b/advisories/github-reviewed/2024/08/GHSA-75qh-gg76-p2w4/GHSA-75qh-gg76-p2w4.json new file mode 100644 index 00000000000..c91e93306bf --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-75qh-gg76-p2w4/GHSA-75qh-gg76-p2w4.json @@ -0,0 +1,202 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-75qh-gg76-p2w4", + "modified": "2024-08-27T19:55:40Z", + "published": "2024-08-27T19:55:40Z", + "aliases": [ + + ], + "summary": "CWA-2023-004: Excessive number of function parameters in compiled Wasm", + "details": "A specifically crafted Wasm file can cause the VM to consume excessive amounts of memory when compiling a contract.\nThis can lead to high memory usage, slowdowns, potentially a crash and can poison a lock in the VM,\npreventing any further interaction with contracts.\n\nFor more information, see [CWA-2023-004](https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-004.md).\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "cosmwasm-vm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "crates.io", + "name": "cosmwasm-vm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0" + }, + { + "fixed": "1.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "crates.io", + "name": "cosmwasm-vm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.4.0" + }, + { + "fixed": "1.4.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "crates.io", + "name": "cosmwasm-vm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.5.0" + }, + { + "fixed": "1.5.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/CosmWasm/wasmvm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/CosmWasm/wasmvm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.3.0" + }, + { + "fixed": "1.3.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/CosmWasm/wasmvm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.4.0" + }, + { + "fixed": "1.4.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/CosmWasm/wasmvm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.5.0" + }, + { + "fixed": "1.5.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://forum.cosmos.network/t/high-severity-security-patch-upcoming-on-wed-10th-cwa-2023-004-brought-to-you-by-certik-and-confio/12840" + }, + { + "type": "WEB", + "url": "https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-004.md" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2024-0366.html" + }, + { + "type": "WEB", + "url": "https://www.certik.com/resources/blog/risk-and-security-enhancement-for-app-chains-an-in-depth-writeup-of-cwa-2023" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-27T19:55:40Z", + "nvd_published_at": null + } +} \ No newline at end of file