| { |
| "schema_version": "1.3.1", |
| "id": "GO-2023-1990", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2023-29407", |
| "GHSA-j3p8-6mrq-6g7h" |
| ], |
| "summary": "Excessive CPU consumption when decoding 0-height images in golang.org/x/image/tiff", |
| "details": "A maliciously-crafted image can cause excessive CPU consumption in decoding.\n\nA 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.", |
| "affected": [ |
| { |
| "package": { |
| "name": "golang.org/x/image", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.10.0" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "golang.org/x/image/tiff", |
| "symbols": [ |
| "Decode", |
| "DecodeConfig", |
| "newDecoder" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/61581" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/514897" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Philippe Antoine (Catena cyber)" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2023-1990" |
| } |
| } |