Skip to content

Commit b2e3648

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2024-3339
- data/reports/GO-2024-3339.yaml Updates #3339 Change-Id: If0974c6d20644470348c744d888f87ce32ba8042 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/636718 Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 70028ae commit b2e3648

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

data/osv/GO-2024-3339.json

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-3339",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-8wcc-m6j2-qxvm"
8+
],
9+
"summary": "ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk",
10+
"details": "ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/cosmos/cosmos-sdk",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "0.47.15"
26+
},
27+
{
28+
"introduced": "0.50.0-alpha.0"
29+
},
30+
{
31+
"fixed": "0.50.11"
32+
}
33+
]
34+
}
35+
],
36+
"ecosystem_specific": {}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "ADVISORY",
42+
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm"
43+
},
44+
{
45+
"type": "FIX",
46+
"url": "https://github.com/cosmos/cosmos-sdk/commit/c6b1bdcd5628e3e425a3f02881d3c7db1d7af653"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.15"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11"
55+
}
56+
],
57+
"database_specific": {
58+
"url": "https://pkg.go.dev/vuln/GO-2024-3339",
59+
"review_status": "UNREVIEWED"
60+
}
61+
}

data/reports/GO-2024-3339.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: GO-2024-3339
2+
modules:
3+
- module: github.com/cosmos/cosmos-sdk
4+
versions:
5+
- fixed: 0.47.15
6+
- introduced: 0.50.0-alpha.0
7+
- fixed: 0.50.11
8+
vulnerable_at: 0.50.10
9+
summary: |-
10+
ASA-2024-0012, ASA-2024-0013: CosmosSDK: Transaction decoding may result in a
11+
stack overflow or resource exhaustion in github.com/cosmos/cosmos-sdk
12+
ghsas:
13+
- GHSA-8wcc-m6j2-qxvm
14+
references:
15+
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm
16+
- fix: https://github.com/cosmos/cosmos-sdk/commit/c6b1bdcd5628e3e425a3f02881d3c7db1d7af653
17+
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.15
18+
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11
19+
source:
20+
id: GHSA-8wcc-m6j2-qxvm
21+
created: 2024-12-17T08:21:26.241857-05:00
22+
review_status: NEEDS_REVIEW

0 commit comments

Comments
 (0)