Skip to content

Commit 4f3f3e4

Browse files
committed
data/reports: add GO-2025-3755
- data/reports/GO-2025-3755.yaml Fixes #3755 Change-Id: Ib7ff666a5d2f3548cfe6bbd9d9a0857a2037f002 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/681016 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent c1bba61 commit 4f3f3e4

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

data/osv/GO-2025-3755.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3755",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-79xg-q4qm-7v9w"
8+
],
9+
"summary": "CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening despite error in github.com/CosmWasm/wasmd",
10+
"details": "CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening despite error in github.com/CosmWasm/wasmd",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/CosmWasm/wasmd",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0.51.0"
23+
},
24+
{
25+
"fixed": "0.53.3"
26+
},
27+
{
28+
"introduced": "0.54.0"
29+
},
30+
{
31+
"fixed": "0.54.1"
32+
},
33+
{
34+
"introduced": "0.55.0"
35+
},
36+
{
37+
"fixed": "0.55.1"
38+
},
39+
{
40+
"introduced": "0.60.0"
41+
},
42+
{
43+
"fixed": "0.60.1"
44+
}
45+
]
46+
}
47+
],
48+
"ecosystem_specific": {}
49+
}
50+
],
51+
"references": [
52+
{
53+
"type": "ADVISORY",
54+
"url": "https://github.com/CosmWasm/wasmd/security/advisories/GHSA-79xg-q4qm-7v9w"
55+
},
56+
{
57+
"type": "ADVISORY",
58+
"url": "https://github.com/advisories/GHSA-79xg-q4qm-7v9w"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2025-006.md"
63+
}
64+
],
65+
"database_specific": {
66+
"url": "https://pkg.go.dev/vuln/GO-2025-3755",
67+
"review_status": "UNREVIEWED"
68+
}
69+
}

data/reports/GO-2025-3755.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
id: GO-2025-3755
2+
modules:
3+
- module: github.com/CosmWasm/wasmd
4+
versions:
5+
- introduced: 0.51.0
6+
- fixed: 0.53.3
7+
- introduced: 0.54.0
8+
- fixed: 0.54.1
9+
- introduced: 0.55.0
10+
- fixed: 0.55.1
11+
- introduced: 0.60.0
12+
- fixed: 0.60.1
13+
vulnerable_at: 0.60.0
14+
summary: |-
15+
CWA-2025-006: wasmd's improper error handling may lead to IBC channel opening
16+
despite error in github.com/CosmWasm/wasmd
17+
ghsas:
18+
- GHSA-79xg-q4qm-7v9w
19+
references:
20+
- advisory: https://github.com/CosmWasm/wasmd/security/advisories/GHSA-79xg-q4qm-7v9w
21+
- advisory: https://github.com/advisories/GHSA-79xg-q4qm-7v9w
22+
- web: https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2025-006.md
23+
source:
24+
id: GHSA-79xg-q4qm-7v9w
25+
created: 2025-06-11T15:01:24.302807741Z
26+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)