GO-2023-1572

Source
https://pkg.go.dev/vuln/GO-2023-1572
Import Source
https://vuln.go.dev/ID/GO-2023-1572.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2023-1572
Aliases
Published
2023-02-16T22:25:24Z
Modified
2024-05-20T16:03:47Z
Summary
Denial of service via crafted TIFF image in golang.org/x/image/tiff
Details

An attacker can craft a malformed TIFF image which will consume a significant amount of memory when passed to DecodeConfig. This could lead to a denial of service.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2023-1572"
}
References
Credits
    • Philippe Antoine (Catena cyber)
    • OSS Fuzz

Affected packages

Go / golang.org/x/image

Package

Name
golang.org/x/image
View open source insights on deps.dev
Purl
pkg:golang/golang.org/x/image

Affected ranges

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

Ecosystem specific

{
    "imports": [
        {
            "path": "golang.org/x/image/tiff",
            "symbols": [
                "Decode",
                "DecodeConfig",
                "decoder.ifdUint",
                "newDecoder"
            ]
        }
    ]
}