GO-2021-0105

Source
https://pkg.go.dev/vuln/GO-2021-0105
Import Source
https://vuln.go.dev/ID/GO-2021-0105.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2021-0105
Aliases
Published
2021-07-28T18:08:05Z
Modified
2024-05-20T16:03:47Z
Summary
Consensus flaw in github.com/ethereum/go-ethereum
Details

Due to an incorrect state calculation, a specific set of transactions could cause a consensus disagreement, causing users of this package to reject a canonical chain.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2021-0105"
}
References
Credits
    • John Youngseok Yang (Software Platform Lab)

Affected packages

Go / github.com/ethereum/go-ethereum

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
1.9.4
Fixed
1.9.20

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/ethereum/go-ethereum/core/state",
            "symbols": [
                "StateDB.AddBalance",
                "StateDB.CreateAccount",
                "StateDB.GetOrNewStateObject",
                "StateDB.SetBalance",
                "StateDB.SetCode",
                "StateDB.SetNonce",
                "StateDB.SetState",
                "StateDB.SetStorage",
                "StateDB.SubBalance",
                "StateDB.createObject"
            ]
        }
    ]
}