Skip to content

Commit 4ba5062

Browse files
committed
data/reports: add GO-2023-1821.yaml
Aliases: GHSA-qfc5-6r3j-jj22 Fixes #1821 Change-Id: Ifacfd8ee5a9cbb7ef50bc586384d16b9ff77ab31 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/506563 Reviewed-by: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]>
1 parent d41b7b7 commit 4ba5062

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

data/osv/GO-2023-1821.json

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-1821",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-qfc5-6r3j-jj22"
8+
],
9+
"summary": "The x/crisis package does not cause chain halt in github.com/cosmos/cosmos-sdk",
10+
"details": "If an invariant check fails on a Cosmos SDK network, and a transaction is sent to the x/crisis package to halt the chain, the chain does not halt as originally intended.\n\nNo patch will be released, as the package is planned to be deprecated and replaced.",
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+
}
26+
],
27+
"ecosystem_specific": {
28+
"imports": [
29+
{
30+
"path": "github.com/cosmos/cosmos-sdk/x/crisis"
31+
}
32+
]
33+
}
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "ADVISORY",
39+
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-qfc5-6r3j-jj22"
40+
},
41+
{
42+
"type": "REPORT",
43+
"url": "https://github.com/cosmos/cosmos-sdk/issues/15325"
44+
},
45+
{
46+
"type": "REPORT",
47+
"url": "https://github.com/cosmos/cosmos-sdk/issues/15706"
48+
}
49+
],
50+
"database_specific": {
51+
"url": "https://pkg.go.dev/vuln/GO-2023-1821"
52+
}
53+
}

data/reports/GO-2023-1821.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
id: GO-2023-1821
2+
modules:
3+
- module: github.com/cosmos/cosmos-sdk
4+
vulnerable_at: 0.47.3
5+
packages:
6+
- package: github.com/cosmos/cosmos-sdk/x/crisis
7+
summary: The x/crisis package does not cause chain halt in github.com/cosmos/cosmos-sdk
8+
description: |-
9+
If an invariant check fails on a Cosmos SDK network, and a transaction is sent
10+
to the x/crisis package to halt the chain, the chain does not halt as originally
11+
intended.
12+
13+
No patch will be released, as the package is planned to be deprecated
14+
and replaced.
15+
ghsas:
16+
- GHSA-qfc5-6r3j-jj22
17+
references:
18+
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-qfc5-6r3j-jj22
19+
- report: https://github.com/cosmos/cosmos-sdk/issues/15325
20+
- report: https://github.com/cosmos/cosmos-sdk/issues/15706

0 commit comments

Comments
 (0)