Skip to content

Commit

Permalink
data/reports: add GO-2023-1821.yaml
Browse files Browse the repository at this point in the history
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
tatianab committed Jul 5, 2023
1 parent d41b7b7 commit 4ba5062
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
53 changes: 53 additions & 0 deletions data/osv/GO-2023-1821.json
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"
}
}
20 changes: 20 additions & 0 deletions data/reports/GO-2023-1821.yaml
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

0 comments on commit 4ba5062

Please sign in to comment.