GO-2022-0524

See a problem?
Source
https://pkg.go.dev/vuln/GO-2022-0524
Import Source
https://vuln.go.dev/ID/GO-2022-0524.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0524
Aliases
Published
2022-07-20T20:52:11Z
Modified
2024-05-20T16:03:47Z
Summary
Stack exhaustion when reading certain archives in compress/gzip
Details

Calling Reader.Read on an archive containing a large number of concatenated 0-length compressed files can cause a panic due to stack exhaustion.

References

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.17.12
Introduced
1.18.0-0
Fixed
1.18.4

Ecosystem specific

{
    "imports": [
        {
            "path": "compress/gzip",
            "symbols": [
                "Reader.Read"
            ]
        }
    ]
}