GO-2020-0037

Source
https://pkg.go.dev/vuln/GO-2020-0037
Import Source
https://vuln.go.dev/ID/GO-2020-0037.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2020-0037
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Uncontrolled resource consumption in github.com/tendermint/tendermint
Details

Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0037"
}
References
Credits
    • @guagualvcha

Affected packages

Go / github.com/tendermint/tendermint

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.31.1

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/tendermint/tendermint/rpc/lib/client",
            "symbols": [
                "NewJSONRPCClient",
                "NewURIClient",
                "makeHTTPClient"
            ]
        }
    ]
}