From fb016c5594c39b8fbda31ab16e68bad0f8209507 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:48:05 +0000 Subject: [PATCH] Publish GHSA-gmg8-593g-7mv3 --- .../GHSA-gmg8-593g-7mv3.json | 42 ++++++++++++++++--- 1 file changed, 36 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json (65%) diff --git a/advisories/unreviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json b/advisories/github-reviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json similarity index 65% rename from advisories/unreviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json rename to advisories/github-reviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json index 893ff3c3424..55100aaccbe 100644 --- a/advisories/unreviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json +++ b/advisories/github-reviewed/2025/04/GHSA-gmg8-593g-7mv3/GHSA-gmg8-593g-7mv3.json @@ -1,14 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-gmg8-593g-7mv3", - "modified": "2025-04-09T15:32:22Z", + "modified": "2025-04-10T13:46:10Z", "published": "2025-04-09T12:30:24Z", "aliases": [ "CVE-2025-31672" ], + "summary": "Apache POI OOXML Vulnerable to Improper Input Validation in OOXML File Parsing", "details": "Improper Input Validation vulnerability in Apache POI. The issue affects the parsing of OOXML format files like xlsx, docx and pptx. These file formats are basically zip files and it is possible for malicious users to add zip entries with duplicate names (including the path) in the zip. In this case, products reading the affected file could read different data because 1 of the zip entries with the duplicate name is selected over another but different products may choose a different zip entry.\nThis issue affects Apache POI poi-ooxml before 5.4.0. poi-ooxml 5.4.0 has a check that throws an exception if zip entries with duplicate file names are found in the input file.\nUsers are recommended to upgrade to version poi-ooxml 5.4.0, which fixes the issue. Please read https://poi.apache.org/security.html for recommendations about how to use the POI libraries securely.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.poi:poi-ooxml" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.4.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,6 +44,10 @@ "type": "WEB", "url": "https://bz.apache.org/bugzilla/show_bug.cgi?id=69620" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/poi" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/k14w8vcjqy4h34hh5kzldko78kpylkq5" @@ -31,9 +61,9 @@ "cwe_ids": [ "CWE-20" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-10T13:46:10Z", "nvd_published_at": "2025-04-09T12:15:15Z" } } \ No newline at end of file