40 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "CVE-2023-29408",
"sourceIdentifier": "security@golang.org",
"published": "2023-08-02T20:15:11.857",
"lastModified": "2023-08-02T22:30:59.227",
"vulnStatus": "Awaiting Analysis",
"descriptions": [
{
"lang": "en",
"value": "The TIFF decoder does not place a limit on the size of compressed tile data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height, and encoded size) to make the decoder decode large amounts of compressed data, consuming excessive memory and CPU."
}
],
"metrics": {},
"weaknesses": [
{
"source": "security@golang.org",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-770"
}
]
}
],
"references": [
{
"url": "https://go.dev/cl/514897",
"source": "security@golang.org"
},
{
"url": "https://go.dev/issue/61582",
"source": "security@golang.org"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-1989",
"source": "security@golang.org"
}
]
}