| { |
| "schema_version": "1.3.1", |
| "id": "GO-2023-1989", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2023-29408", |
| "GHSA-x92r-3vfx-4cv3" |
| ], |
| "summary": "Excessive resource consumption in golang.org/x/image/tiff", |
| "details": "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.", |
| "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/61582" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/514897" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Philippe Antoine (Catena cyber)" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2023-1989" |
| } |
| } |