Apache Parquet: code execution
HighCVE-2025-46762 · Published May 6, 2025 · updated Sep 10, 2026
Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code. While 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. The 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) Users 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.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| org.apache.parquet:parquet-avro Maven | < 1.15.2 | 1.15.2 |
Details and references
- CVSS 4.0
- 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
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-73
- Also known as
- CVE-2025-46762
More Apache Parquet advisories
All Apache Parquet| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Apr 12025 | Apache Parquet Avro Module Vulnerable to Arbitrary Code Execution | Critical | 1.15.1 |