| { |
| "schema_version": "1.3.1", |
| "id": "GO-2023-1572", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2022-41727", |
| "GHSA-qgc7-mgm3-q253" |
| ], |
| "summary": "Denial of service via crafted TIFF image in golang.org/x/image/tiff", |
| "details": "An attacker can craft a malformed TIFF image which will consume a significant amount of memory when passed to DecodeConfig. This could lead to a denial of service.", |
| "affected": [ |
| { |
| "package": { |
| "name": "golang.org/x/image", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.5.0" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "golang.org/x/image/tiff", |
| "symbols": [ |
| "Decode", |
| "DecodeConfig", |
| "decoder.ifdUint", |
| "newDecoder" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/58003" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/468195" |
| }, |
| { |
| "type": "WEB", |
| "url": "https://groups.google.com/g/golang-announce/c/ag-FiyjlD5o" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Philippe Antoine (Catena cyber)" |
| }, |
| { |
| "name": "OSS Fuzz" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2023-1572" |
| } |
| } |