-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: GHSA-qr8r-m495-7hc4 Fixes #2471 Change-Id: I82be123aab63e5c791de0b73685f1322391a71d7 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/557896 Reviewed-by: Tatiana Bradley <tatianabradley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
Maceo Thompson
committed
Jan 23, 2024
1 parent
064f80c
commit 5b534a1
Showing
2 changed files
with
85 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,60 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2471", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"GHSA-qr8r-m495-7hc4" | ||
], | ||
"summary": "Chain halt panic in github.com/cometbft/cometbft", | ||
"details": "A vulnerability in CometBFT’s validation logic for VoteExtensionsEnableHeight can result in a chain halt when triggered through a governance parameter change proposal on an ABCI2 Application Chain. If a parameter change proposal including a VoteExtensionsEnableHeight modification is passed, nodes running the affected versions may panic, halting the network.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/cometbft/cometbft", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0.38.0" | ||
}, | ||
{ | ||
"fixed": "0.38.3" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/cometbft/cometbft/types", | ||
"symbols": [ | ||
"ConsensusParams.ValidateUpdate" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/cometbft/cometbft/security/advisories/GHSA-qr8r-m495-7hc4" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/cometbft/cometbft/commit/5fbc97378b94b0945febe9549399e7c9c5df13ed" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "@dongsam" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2471" | ||
} | ||
} |
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,25 @@ | ||
id: GO-2024-2471 | ||
modules: | ||
- module: github.com/cometbft/cometbft | ||
versions: | ||
- introduced: 0.38.0 | ||
fixed: 0.38.3 | ||
vulnerable_at: 0.38.2 | ||
packages: | ||
- package: github.com/cometbft/cometbft/types | ||
symbols: | ||
- ConsensusParams.ValidateUpdate | ||
summary: Chain halt panic in github.com/cometbft/cometbft | ||
description: |- | ||
A vulnerability in CometBFT’s validation logic for VoteExtensionsEnableHeight | ||
can result in a chain halt when triggered through a governance parameter change | ||
proposal on an ABCI2 Application Chain. If a parameter change proposal including | ||
a VoteExtensionsEnableHeight modification is passed, nodes running the affected | ||
versions may panic, halting the network. | ||
ghsas: | ||
- GHSA-qr8r-m495-7hc4 | ||
credits: | ||
- '@dongsam' | ||
references: | ||
- advisory: https://github.com/cometbft/cometbft/security/advisories/GHSA-qr8r-m495-7hc4 | ||
- fix: https://github.com/cometbft/cometbft/commit/5fbc97378b94b0945febe9549399e7c9c5df13ed |