From 8da44cd570da8bd692e5723e999eca11b977f770 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:50:25 +0000 Subject: [PATCH] Publish GHSA-53wx-pr6q-m3j5 --- .../GHSA-53wx-pr6q-m3j5.json | 39 ++++++++++++++++--- 1 file changed, 34 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json (61%) diff --git a/advisories/unreviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json b/advisories/github-reviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json similarity index 61% rename from advisories/unreviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json rename to advisories/github-reviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json index d5a18f3f34a..66c09db2b4a 100644 --- a/advisories/unreviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json +++ b/advisories/github-reviewed/2025/05/GHSA-53wx-pr6q-m3j5/GHSA-53wx-pr6q-m3j5.json @@ -1,24 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-53wx-pr6q-m3j5", - "modified": "2025-05-06T12:30:23Z", + "modified": "2025-05-06T16:46:15Z", "published": "2025-05-06T12:30:23Z", "aliases": [ "CVE-2025-46762" ], + "summary": "Apache Parquet Java: Potential malicious code execution from trusted packages in the parquet-avro module when reading an Avro schema from a Parquet file metadata", "details": "Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code.\n\nWhile 1.15.1 introduced a fix to restrict untrusted packages, the default setting of trusted packages still allows malicious classes from these packages to be executed.\n\nThe exploit is only applicable if the client code of parquet-avro uses the \"specific\" or the \"reflect\" models deliberately for reading Parquet files. (\"generic\" model is not impacted)\n\nUsers are recommended to upgrade to 1.15.2 or set the system property \"org.apache.parquet.avro.SERIALIZABLE_PACKAGES\" to an empty string on 1.15.1. Both are sufficient to fix the issue.", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:L/VI:H/VA:H/SC:L/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:X/R:X/V:X/RE:M/U:Amber" + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:L/VI:H/VA:H/SC:L/SI:H/SA:H/S:N/RE:M/U:Amber" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.parquet:parquet-avro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.15.2" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46762" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/parquet-java" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/AVRO-3985" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/t7724lpvl110xsbgqwsmrdsns0rhycdp" @@ -33,8 +62,8 @@ "CWE-73" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-06T16:46:15Z", "nvd_published_at": "2025-05-06T10:15:16Z" } } \ No newline at end of file