| { |
| "schema_version": "1.3.1", |
| "id": "GO-2024-2937", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2024-24792", |
| "GHSA-9phm-fm57-rhg8" |
| ], |
| "related": [ |
| "CVE-2023-36308" |
| ], |
| "summary": "Panic when parsing invalid palette-color images in golang.org/x/image", |
| "details": "Parsing a corrupt or malicious image with invalid color indices can cause a panic.", |
| "affected": [ |
| { |
| "package": { |
| "name": "golang.org/x/image", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.18.0" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "golang.org/x/image/tiff", |
| "symbols": [ |
| "Decode", |
| "decoder.decode" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/588115" |
| }, |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/67624" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "John Wright \u003cjsw@google.com\u003e" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2024-2937", |
| "review_status": "REVIEWED" |
| } |
| } |