The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-63690

CVE-2025-63690: Pig4cloud Pig RCE Vulnerability

CVE-2025-63690 is a remote code execution vulnerability in Pig4cloud Pig versions 3.8.2 and below. Attackers can exploit Quartz scheduled tasks to execute arbitrary commands. This article covers technical details, impact, and mitigation.

Published: April 8, 2026

CVE-2025-63690 Overview

CVE-2025-63690 is a critical remote code execution vulnerability affecting pig-mesh Pig versions 3.8.2 and below. The vulnerability exists in the Quartz management function within the system management module, where improper input validation allows attackers to execute arbitrary Java classes through reflection. By leveraging Tomcat's built-in jakarta.el.ELProcessor class and its eval method, authenticated attackers with high privileges can achieve full remote code execution on the target system.

Critical Impact

Authenticated attackers can execute arbitrary commands on affected servers, potentially leading to complete system compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • pig4cloud Pig versions 3.8.2 and below
  • Systems using the Quartz management function in pig-mesh Pig
  • Deployments running on Tomcat with the jakarta.el.ELProcessor class available

Discovery Timeline

  • 2025-11-07 - CVE-2025-63690 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-63690

Vulnerability Analysis

This vulnerability is classified as CWE-470 (Use of Externally-Controlled Input to Select Classes or Code), which occurs when the application allows external input to determine which classes are instantiated or which methods are invoked. In the context of pig-mesh Pig, the Quartz scheduler management interface fails to properly validate user-supplied input when configuring scheduled tasks.

The attack leverages Java reflection capabilities to instantiate arbitrary classes that have parameterless constructors and invoke their methods with String parameters. This is particularly dangerous because Tomcat's jakarta.el.ELProcessor class meets these criteria and provides an eval method that can execute arbitrary Expression Language expressions, which in turn can be used to execute system commands.

Root Cause

The root cause of this vulnerability lies in the unsafe use of reflection within the Quartz management functionality. The application does not implement a whitelist of allowed classes or methods that can be invoked through the scheduler configuration. Instead, it permits user-controlled input to directly influence the reflection-based class instantiation and method invocation process, creating a direct path to code execution.

Attack Vector

The attack requires network access and high-level privileges within the application. An attacker with administrative access to the system management module can configure a malicious scheduled task that specifies jakarta.el.ELProcessor as the target class and provides a crafted Expression Language payload to the eval method. When the scheduled task executes, the malicious payload runs with the privileges of the application server.

The exploitation flow involves:

  1. Authenticating to the pig-mesh Pig administrative interface
  2. Navigating to the Quartz management function under system management
  3. Creating a scheduled task that leverages reflection to invoke jakarta.el.ELProcessor.eval()
  4. Passing a malicious EL expression that executes system commands

For detailed technical information on the exploitation mechanism, refer to the vulnerability writeup on GitHub.

Detection Methods for CVE-2025-63690

Indicators of Compromise

  • Unexpected scheduled tasks created in the Quartz management interface referencing jakarta.el.ELProcessor or similar reflection-capable classes
  • Unusual process spawning from the Tomcat/Java application server process
  • Log entries showing reflection-based class instantiation attempts with suspicious class names
  • Network connections originating from the application server to unexpected external hosts

Detection Strategies

  • Monitor application logs for scheduled task creation events that reference potentially dangerous Java classes
  • Implement SIEM rules to alert on process creation events where the parent process is the Java application server
  • Review Quartz job configurations for any tasks referencing reflection-capable classes like ELProcessor, ScriptEngine, or ProcessBuilder
  • Deploy runtime application self-protection (RASP) to detect and block reflection-based attacks

Monitoring Recommendations

  • Enable verbose logging for the Quartz scheduler component to capture all task configuration changes
  • Implement file integrity monitoring on application configuration directories
  • Monitor for unusual network traffic patterns from application servers, particularly outbound connections on non-standard ports
  • Set up alerts for any modification to scheduled tasks by non-service accounts

How to Mitigate CVE-2025-63690

Immediate Actions Required

  • Upgrade pig-mesh Pig to a version newer than 3.8.2 that addresses this vulnerability
  • Audit existing Quartz scheduled tasks for any suspicious or unauthorized configurations
  • Restrict access to the system management module to only essential administrative personnel
  • Implement network segmentation to limit the blast radius of potential compromise

Patch Information

Organizations should monitor the pig-mesh Pig GitHub repository for official patch releases. Until a patch is available, implementing the workarounds below is strongly recommended. Review the external references for the latest vendor communications regarding this vulnerability.

Workarounds

  • Implement an application-level whitelist of allowed classes that can be specified in scheduled task configurations
  • Disable or restrict access to the Quartz management function if not required for business operations
  • Deploy a Web Application Firewall (WAF) rule to block requests containing references to dangerous classes like jakarta.el.ELProcessor
  • Implement additional authentication requirements (such as MFA) for accessing the system management module
bash
# Example: Restrict access to Quartz management endpoints via reverse proxy
# Add to nginx configuration to limit access by IP
location /admin/quartz {
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPig4cloud Pig

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability1.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-470
  • Technical References
  • GitHub Remote Code Execution Vulnerability

  • GitHub Pig-Mesh Issue Discussion
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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