From a5beead0aad05e777e152ade1bbc3ed76d8a373b Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:19:28 +0000 Subject: [PATCH] Publish Advisories GHSA-cg8r-jwg7-r2x4 GHSA-cg8r-jwg7-r2x4 --- .../GHSA-cg8r-jwg7-r2x4.json | 69 +++++++++++++++++++ .../GHSA-cg8r-jwg7-r2x4.json | 33 --------- 2 files changed, 69 insertions(+), 33 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json diff --git a/advisories/github-reviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json b/advisories/github-reviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json new file mode 100644 index 00000000000..a9439131a64 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cg8r-jwg7-r2x4", + "modified": "2025-03-18T22:17:53Z", + "published": "2025-03-18T15:30:47Z", + "aliases": [ + "CVE-2025-25500" + ], + "summary": "CosmWasm Allows Bypass of Capability Restrictions in Blockchains", + "details": "An issue in CosmWasm prior to v2.2.0 allows attackers to bypass capability restrictions in blockchains by exploiting a lack of runtime capability validation. This allows attackers to deploy a contract without capability enforcement, and execute unauthorized actions on the blockchain.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "cosmwasm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25500" + }, + { + "type": "WEB", + "url": "https://gist.github.com/H3T76/8096a6ff9410f3a6d9a25db1a68ae657#file-cve-2025-25500" + }, + { + "type": "WEB", + "url": "https://github.com/CVEProject/cveproject.github.io/blob/gh-pages/requester/reservation-guidelines.md" + }, + { + "type": "PACKAGE", + "url": "https://github.com/CosmWasm/cosmwasm" + }, + { + "type": "WEB", + "url": "https://github.com/CosmWasm/cosmwasm/blob/v2.2.0/CHANGELOG.md" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-306" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-18T22:17:53Z", + "nvd_published_at": "2025-03-18T14:15:43Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json b/advisories/unreviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json deleted file mode 100644 index c3cdb970f27..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-cg8r-jwg7-r2x4/GHSA-cg8r-jwg7-r2x4.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-cg8r-jwg7-r2x4", - "modified": "2025-03-18T15:30:48Z", - "published": "2025-03-18T15:30:47Z", - "aliases": [ - "CVE-2025-25500" - ], - "details": "An issue in CosmWasm prior to v2.2.0 allows attackers to bypass capability restrictions in blockchains by exploiting a lack of runtime capability validation. This allows attackers to deploy a contract without capability enforcement, and execute unauthorized actions on the blockchain.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25500" - }, - { - "type": "WEB", - "url": "https://gist.github.com/H3T76/8096a6ff9410f3a6d9a25db1a68ae657#file-cve-2025-25500" - }, - { - "type": "WEB", - "url": "https://github.com/CVEProject/cveproject.github.io/blob/gh-pages/requester/reservation-guidelines.md" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-18T14:15:43Z" - } -} \ No newline at end of file