SQL Injection Affecting github.com/cosmwasm/wasmd/x/wasm/types package, versions <0.53.0
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-GOLANG-GITHUBCOMCOSMWASMWASMDXWASMTYPES-7786375
- published 22 Aug 2024
- disclosed 21 Aug 2024
- credit Arnaud Mimart
How to fix?
Upgrade github.com/CosmWasm/wasmd/x/wasm/types
to version 0.53.0 or higher.
Overview
github.com/CosmWasm/wasmd/x/wasm/types is a reverse proxy that translates gRPC into RESTful JSON APIs
Affected versions of this package are vulnerable to SQL Injection through the module_query_safe
query. An attacker can manipulate query results by exploiting the non-deterministic behavior of this query.