Bugzilla – Bug 1213967
VUL-0: TRACKERBUG: CVE-2023-29407: golang.org/x/image/tiff: excessive CPU consumption in decoding
Last modified: 2023-08-04 13:19:20 UTC
CVE-2023-29407 A maliciously-crafted image can cause excessive CPU consumption in decoding. A tiled image with a height of 0 and a very large width can cause excessive CPU consumption, despite the image size (width * height) appearing to be zero. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-29407 https://bugzilla.redhat.com/show_bug.cgi?id=2228735 https://www.cve.org/CVERecord?id=CVE-2023-29407 https://go.dev/cl/514897 https://go.dev/issue/61581 https://pkg.go.dev/vuln/GO-2023-1990
I checked the debugsource package and this code is not shipped in app-builder (probably removed during linking as dead code). Removing myself from the cc list.