data/reports: add GO-2025-3755
- data/reports/GO-2025-3755.yaml
Fixes golang/vulndb#3755
Change-Id: Ib7ff666a5d2f3548cfe6bbd9d9a0857a2037f002
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/681016
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
diff --git a/data/osv/GO-2025-3755.json b/data/osv/GO-2025-3755.json
new file mode 100644
index 0000000..c817c3a
--- /dev/null
+++ b/data/osv/GO-2025-3755.json
@@ -0,0 +1,69 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3755",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "GHSA-79xg-q4qm-7v9w"
+ ],
+ "summary": "CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening despite error in github.com/CosmWasm/wasmd",
+ "details": "CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening despite error in github.com/CosmWasm/wasmd",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/CosmWasm/wasmd",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0.51.0"
+ },
+ {
+ "fixed": "0.53.3"
+ },
+ {
+ "introduced": "0.54.0"
+ },
+ {
+ "fixed": "0.54.1"
+ },
+ {
+ "introduced": "0.55.0"
+ },
+ {
+ "fixed": "0.55.1"
+ },
+ {
+ "introduced": "0.60.0"
+ },
+ {
+ "fixed": "0.60.1"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/CosmWasm/wasmd/security/advisories/GHSA-79xg-q4qm-7v9w"
+ },
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/advisories/GHSA-79xg-q4qm-7v9w"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2025-006.md"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3755",
+ "review_status": "UNREVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3755.yaml b/data/reports/GO-2025-3755.yaml
new file mode 100644
index 0000000..aad7b20
--- /dev/null
+++ b/data/reports/GO-2025-3755.yaml
@@ -0,0 +1,26 @@
+id: GO-2025-3755
+modules:
+ - module: github.com/CosmWasm/wasmd
+ versions:
+ - introduced: 0.51.0
+ - fixed: 0.53.3
+ - introduced: 0.54.0
+ - fixed: 0.54.1
+ - introduced: 0.55.0
+ - fixed: 0.55.1
+ - introduced: 0.60.0
+ - fixed: 0.60.1
+ vulnerable_at: 0.60.0
+summary: |-
+ CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening
+ despite error in github.com/CosmWasm/wasmd
+ghsas:
+ - GHSA-79xg-q4qm-7v9w
+references:
+ - advisory: https://github.com/CosmWasm/wasmd/security/advisories/GHSA-79xg-q4qm-7v9w
+ - advisory: https://github.com/advisories/GHSA-79xg-q4qm-7v9w
+ - web: https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2025-006.md
+source:
+ id: GHSA-79xg-q4qm-7v9w
+ created: 2025-06-11T15:01:24.302807741Z
+review_status: UNREVIEWED