CVE-2025-25500
Description
CosmWasm prior to v2.2.0 lacks runtime capability validation, allowing attackers to deploy contracts without enforcement and execute unauthorized blockchain actions.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CosmWasm prior to v2.2.0 lacks runtime capability validation, allowing attackers to deploy contracts without enforcement and execute unauthorized blockchain actions.
CVE-2025-25500 describes a vulnerability in CosmWasm, the WebAssembly smart contract platform for the Cosmos SDK, affecting versions prior to v2.2.0. The root cause is a missing runtime capability validation, which allows attackers to bypass the intended capability restrictions that govern what actions a contract can perform on the blockchain [1][4].
An attacker can exploit this flaw by deploying a contract that does not undergo proper capability enforcement during execution. No special authentication or network position is required beyond the ability to deploy a contract on a vulnerable CosmWasm-based chain. The lack of validation means the contract can operate without the usual permission checks [4].
The impact is significant: an attacker can execute unauthorized actions on the blockchain, potentially including modifying state, transferring assets, or invoking privileged operations that should be restricted. This undermines the security model of the entire chain, as contracts are trusted to respect capability boundaries [4].
The issue is fixed in CosmWasm v2.2.0, released on 2024-12-17 [1]. Users and chain operators are strongly advised to upgrade to this version or later to prevent exploitation. No workarounds are documented, and the vulnerability is not known to be exploited in the wild as of publication.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
cosmwasmcrates.io | < 2.2.0 | 2.2.0 |
Affected products
2- CosmWasm/CosmWasmdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-cg8r-jwg7-r2x4ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-25500ghsaADVISORY
- gist.github.com/H3T76/8096a6ff9410f3a6d9a25db1a68ae657ghsaWEB
- github.com/CVEProject/cveproject.github.io/blob/gh-pages/requester/reservation-guidelines.mdghsaWEB
- github.com/CosmWasm/cosmwasm/blob/v2.2.0/CHANGELOG.mdghsaWEB
News mentions
0No linked articles in our index yet.