Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-46762

CVE-2025-46762: Apache Parquet RCE Vulnerability

CVE-2025-46762 is a remote code execution flaw in Apache Parquet's parquet-avro module that enables attackers to execute arbitrary code through schema parsing. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-46762 Overview

CVE-2025-46762 is an arbitrary code execution vulnerability affecting Apache Parquet's parquet-avro module. The vulnerability exists in the schema parsing functionality, which allows malicious actors to execute arbitrary code when processing specially crafted Parquet files. While version 1.15.1 introduced restrictions on untrusted packages, the default configuration of trusted packages still permits the execution of malicious classes, leaving systems vulnerable to exploitation.

This vulnerability specifically impacts applications using the "specific" or "reflect" models for reading Parquet files. The "generic" model remains unaffected by this issue.

Critical Impact

Attackers can achieve arbitrary code execution on vulnerable systems by exploiting the schema parsing functionality in Apache Parquet's parquet-avro module when processing malicious Parquet files.

Affected Products

  • Apache Parquet versions 1.15.0 and earlier
  • Apache Parquet version 1.15.1 (with default configuration)
  • Applications using parquet-avro module with "specific" or "reflect" models

Discovery Timeline

  • 2025-05-06 - CVE-2025-46762 published to NVD
  • 2025-09-02 - Last updated in NVD database

Technical Details for CVE-2025-46762

Vulnerability Analysis

This vulnerability falls under the category of insecure deserialization and arbitrary code execution. The root issue lies in how the parquet-avro module processes schema definitions during file parsing operations. When an application reads Parquet files using either the "specific" or "reflect" data models, the schema parsing mechanism can be manipulated to instantiate and execute arbitrary Java classes.

The initial fix in version 1.15.1 attempted to address this by introducing package restrictions for untrusted classes. However, the default whitelist of trusted packages remained overly permissive, allowing attackers to leverage classes within those trusted packages to achieve code execution. This represents a classic case where security controls were implemented but configured with insufficient restrictions by default.

The network-accessible nature of this vulnerability means that remote attackers can potentially exploit it by providing malicious Parquet files to vulnerable applications, particularly in data processing pipelines that ingest external data.

Root Cause

The vulnerability stems from CWE-73 (External Control of File Name or Path) classification, indicating that the schema parsing mechanism allows external input to influence the loading and instantiation of Java classes. The parquet-avro module fails to properly validate and restrict the classes that can be deserialized during schema parsing, enabling attackers to specify malicious class references within the Parquet file schema that get executed during the parsing process.

Attack Vector

The attack requires network access to deliver a malicious Parquet file to a vulnerable application. The exploitation scenario involves:

  1. An attacker crafts a malicious Parquet file containing a specially constructed schema definition
  2. The schema includes references to classes that, when instantiated, execute arbitrary code
  3. A vulnerable application using the parquet-avro module with "specific" or "reflect" models processes the file
  4. During schema parsing, the malicious classes are loaded and instantiated, executing the attacker's code

The vulnerability does not affect applications using the "generic" model, as this model handles schema parsing differently and does not instantiate arbitrary classes.

The attack requires user interaction and high privileges in certain scenarios, but the potential impact includes compromise of confidentiality, integrity, and availability of the affected system. For detailed technical information, refer to the Apache Thread Discussion.

Detection Methods for CVE-2025-46762

Indicators of Compromise

  • Unusual class loading activities during Parquet file processing operations
  • Unexpected network connections or process spawning from applications using parquet-avro
  • Anomalous Java deserialization patterns in application logs
  • Evidence of Parquet files with unusually complex or obfuscated schema definitions

Detection Strategies

  • Monitor application logs for errors or warnings related to schema parsing in parquet-avro components
  • Implement file integrity monitoring on incoming Parquet files before processing
  • Deploy runtime application self-protection (RASP) solutions to detect deserialization attacks
  • Use SentinelOne's behavioral AI to identify anomalous code execution patterns originating from data processing applications

Monitoring Recommendations

  • Enable verbose logging for parquet-avro schema parsing operations
  • Implement alerting on the org.apache.parquet.avro.SERIALIZABLE_PACKAGES system property changes
  • Monitor for unusual class instantiation patterns in Java applications processing Parquet files
  • Track and baseline network behavior of data processing pipelines to identify anomalies

How to Mitigate CVE-2025-46762

Immediate Actions Required

  • Upgrade Apache Parquet to version 1.15.2 immediately
  • For systems running version 1.15.1, set the system property org.apache.parquet.avro.SERIALIZABLE_PACKAGES to an empty string
  • Audit applications to identify usage of "specific" or "reflect" models in parquet-avro
  • Restrict network access to systems processing untrusted Parquet files

Patch Information

Apache has released version 1.15.2 which fully addresses this vulnerability. Users who cannot immediately upgrade to 1.15.2 can apply a workaround on version 1.15.1 by configuring the serializable packages system property. Both approaches are sufficient to remediate the vulnerability.

For additional context, refer to the Openwall OSS Security Update.

Workarounds

  • Set the JVM system property org.apache.parquet.avro.SERIALIZABLE_PACKAGES to an empty string on version 1.15.1
  • Switch to using the "generic" model if application requirements permit, as it is not affected by this vulnerability
  • Implement strict input validation on Parquet files from untrusted sources
  • Deploy network segmentation to isolate data processing systems from untrusted networks
bash
# Configuration example for Java applications on version 1.15.1
# Add this JVM argument when launching your application
java -Dorg.apache.parquet.avro.SERIALIZABLE_PACKAGES="" -jar your-application.jar

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Parquet

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • 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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-73

  • NVD-CWE-noinfo
  • Technical References
  • Apache Thread Discussion

  • Openwall OSS Security Update
  • Related CVEs
  • CVE-2025-30065: Apache Parquet Java RCE Vulnerability

  • CVE-2021-41561: Apache Parquet Java DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English