Lucene search

K
cvelistGoCVELIST:CVE-2023-29407
HistoryAug 02, 2023 - 7:52 p.m.

CVE-2023-29407 Excessive CPU consumption when decoding 0-height images in golang.org/x/image/tiff

2023-08-0219:52:53
Go
www.cve.org
6
cve-2023-29407
cpu consumption
decoding
golang.org
maliciously-crafted image
tiled image

AI Score

6.5

Confidence

High

EPSS

0.001

Percentile

47.6%

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.

CNA Affected

[
  {
    "vendor": "golang.org/x/image",
    "product": "golang.org/x/image/tiff",
    "collectionURL": "https://pkg.go.dev",
    "packageName": "golang.org/x/image/tiff",
    "versions": [
      {
        "version": "0",
        "lessThan": "0.10.0",
        "status": "affected",
        "versionType": "semver"
      }
    ],
    "programRoutines": [
      {
        "name": "newDecoder"
      },
      {
        "name": "Decode"
      },
      {
        "name": "DecodeConfig"
      }
    ],
    "defaultStatus": "unaffected"
  }
]

AI Score

6.5

Confidence

High

EPSS

0.001

Percentile

47.6%