From dfdc7bf31c6112849698b4b5fc01fd916bea677d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:28:02 +0000 Subject: [PATCH] Publish GHSA-9phm-fm57-rhg8 --- .../GHSA-9phm-fm57-rhg8.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-9phm-fm57-rhg8/GHSA-9phm-fm57-rhg8.json diff --git a/advisories/github-reviewed/2024/06/GHSA-9phm-fm57-rhg8/GHSA-9phm-fm57-rhg8.json b/advisories/github-reviewed/2024/06/GHSA-9phm-fm57-rhg8/GHSA-9phm-fm57-rhg8.json new file mode 100644 index 00000000000..d44f6ebec65 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-9phm-fm57-rhg8/GHSA-9phm-fm57-rhg8.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9phm-fm57-rhg8", + "modified": "2024-06-26T19:26:38Z", + "published": "2024-06-26T19:26:38Z", + "aliases": [ + "CVE-2024-24792" + ], + "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.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "golang.org/x/image" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.18.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "PACKAGE", + "url": "https://cs.opensource.google/go/x/image" + }, + { + "type": "WEB", + "url": "https://go.dev/cl/588115" + }, + { + "type": "WEB", + "url": "https://go.dev/issue/67624" + }, + { + "type": "WEB", + "url": "https://pkg.go.dev/vuln/GO-2024-2937" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-248" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-26T19:26:38Z", + "nvd_published_at": null + } +} \ No newline at end of file