{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2023-29408", "ASSIGNER": "security@golang.org", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-770: Allocation of Resources Without Limits or Throttling" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "golang.org/x/image", "product": { "product_data": [ { "product_name": "golang.org/x/image/tiff", "version": { "version_data": [ { "version_affected": "<", "version_name": "0", "version_value": "0.10.0" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://go.dev/issue/61582", "refsource": "MISC", "name": "https://go.dev/issue/61582" }, { "url": "https://go.dev/cl/514897", "refsource": "MISC", "name": "https://go.dev/cl/514897" }, { "url": "https://pkg.go.dev/vuln/GO-2023-1989", "refsource": "MISC", "name": "https://pkg.go.dev/vuln/GO-2023-1989" }, { "url": "https://security.netapp.com/advisory/ntap-20230831-0009/", "refsource": "MISC", "name": "https://security.netapp.com/advisory/ntap-20230831-0009/" } ] }, "credits": [ { "lang": "en", "value": "Philippe Antoine (Catena cyber)" } ] }