Skip to content

Commit 629db64

Browse files
committed
data/reports: add GO-2024-2571
- data/reports/GO-2024-2571.yaml Fixes #2571 Change-Id: Ifea7f503b427b2574b2629019f1338050e0e75f5 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/587535 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 2f2212b commit 629db64

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

data/osv/GO-2024-2571.json

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2571",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-2557-x9mg-76w8"
8+
],
9+
"summary": "Vesting account creation on blocked address in cosmossdk.io/x/auth",
10+
"details": "Vesting account creation on blocked address in cosmossdk.io/x/auth",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "cosmossdk.io/x/auth",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
}
24+
]
25+
}
26+
],
27+
"ecosystem_specific": {}
28+
}
29+
],
30+
"references": [
31+
{
32+
"type": "ADVISORY",
33+
"url": "https://github.com/advisories/GHSA-2557-x9mg-76w8"
34+
},
35+
{
36+
"type": "FIX",
37+
"url": "https://github.com/cosmos/cosmos-sdk/commit/c05850241e2d615721e3492d15fee4e1deec082b"
38+
},
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.9"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4"
46+
}
47+
],
48+
"credits": [
49+
{
50+
"name": "@dongsam and @sushiwushi"
51+
}
52+
],
53+
"database_specific": {
54+
"url": "https://pkg.go.dev/vuln/GO-2024-2571",
55+
"review_status": "UNREVIEWED"
56+
}
57+
}

data/reports/GO-2024-2571.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: GO-2024-2571
2+
modules:
3+
- module: cosmossdk.io/x/auth
4+
summary: Vesting account creation on blocked address in cosmossdk.io/x/auth
5+
ghsas:
6+
- GHSA-2557-x9mg-76w8
7+
credits:
8+
- '@dongsam and @sushiwushi'
9+
references:
10+
- advisory: https://github.com/advisories/GHSA-2557-x9mg-76w8
11+
- fix: https://github.com/cosmos/cosmos-sdk/commit/c05850241e2d615721e3492d15fee4e1deec082b
12+
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.9
13+
- web: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.4
14+
source:
15+
id: GHSA-2557-x9mg-76w8
16+
created: 2024-05-20T20:16:52.629560977Z
17+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)