| Copyright 2023 The Go Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style |
| license that can be found in the LICENSE file. |
| |
| Expected output of TestCVE5ToReport/CVE-2023-29407. |
| |
| -- CVE-2023-29407 -- |
| id: PLACEHOLDER-ID |
| modules: |
| - module: golang.org/x/image |
| versions: |
| - fixed: 0.10.0 |
| packages: |
| - package: golang.org/x/image/tiff |
| symbols: |
| - newDecoder |
| - Decode |
| - DecodeConfig |
| summary: Excessive CPU consumption when decoding 0-height images in golang.org/x/image/tiff |
| description: | |
| 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. |
| credits: |
| - Philippe Antoine (Catena cyber) |
| references: |
| - report: https://go.dev/issue/61581 |
| - fix: https://go.dev/cl/514897 |
| - web: https://pkg.go.dev/vuln/GO-2023-1990 |
| - web: https://security.netapp.com/advisory/ntap-20230831-0009/ |
| - web: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KO54NBDUJXKAZNGCFOEYL2LKK2RQP6K6/ |
| - web: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWH6Q7NVM4MV3GWFEU4PA67AWZHVFJQ2/ |
| - web: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XZTEP6JYILRBNDTNWTEQ5D4QUUVQBESK/ |
| cve_metadata: |
| id: CVE-2023-29407 |
| cwe: 'CWE-834: Excessive Iteration' |