GO-2020-0016

Source
https://pkg.go.dev/vuln/GO-2020-0016
Import Source
https://vuln.go.dev/ID/GO-2020-0016.json
Aliases
Published
2021-04-14T20:04:52Z
Modified
2023-11-08T04:05:35.352241Z
Details

An attacker can construct a series of bytes such that calling Reader.Read on the bytes could cause an infinite loop. If parsing user supplied input, this may be used as a denial of service vector.

References

Affected packages

Go / github.com/ulikunitz/xz

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
0.5.8

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/ulikunitz/xz",
            "symbols": [
                "Reader.Read",
                "blockHeader.UnmarshalBinary",
                "readUvarint",
                "streamReader.Read"
            ]
        }
    ]
}