GO-2024-2471

Source
https://pkg.go.dev/vuln/GO-2024-2471
Import Source
https://vuln.go.dev/ID/GO-2024-2471.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-2471
Aliases
Published
2024-01-23T18:35:24Z
Modified
2024-05-20T16:03:47Z
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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-2471"
}
References
Credits
    • @dongsam

Affected packages

Go / github.com/cometbft/cometbft

Package

Name
github.com/cometbft/cometbft
View open source insights on deps.dev
Purl
pkg:golang/github.com/cometbft/cometbft

Affected ranges

Type
SEMVER
Events
Introduced
0.38.0
Fixed
0.38.3

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/cometbft/cometbft/types",
            "symbols": [
                "ConsensusParams.ValidateUpdate"
            ]
        }
    ]
}