-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-1821", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"GHSA-qfc5-6r3j-jj22" | ||
], | ||
"summary": "The x/crisis package does not cause chain halt in github.com/cosmos/cosmos-sdk", | ||
"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.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/cosmos/cosmos-sdk", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/cosmos/cosmos-sdk/x/crisis" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-qfc5-6r3j-jj22" | ||
}, | ||
{ | ||
"type": "REPORT", | ||
"url": "https://github.com/cosmos/cosmos-sdk/issues/15325" | ||
}, | ||
{ | ||
"type": "REPORT", | ||
"url": "https://github.com/cosmos/cosmos-sdk/issues/15706" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-1821" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
id: GO-2023-1821 | ||
modules: | ||
- module: github.com/cosmos/cosmos-sdk | ||
vulnerable_at: 0.47.3 | ||
packages: | ||
- package: github.com/cosmos/cosmos-sdk/x/crisis | ||
summary: The x/crisis package does not cause chain halt in github.com/cosmos/cosmos-sdk | ||
description: |- | ||
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. | ||
No patch will be released, as the package is planned to be deprecated | ||
and replaced. | ||
ghsas: | ||
- GHSA-qfc5-6r3j-jj22 | ||
references: | ||
- advisory: https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-qfc5-6r3j-jj22 | ||
- report: https://github.com/cosmos/cosmos-sdk/issues/15325 | ||
- report: https://github.com/cosmos/cosmos-sdk/issues/15706 |