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-2105

CVE-2025-2105: Jupiter X Core PHP Object Injection Flaw

CVE-2025-2105 is a PHP Object Injection vulnerability in the Jupiter X Core WordPress plugin that enables attackers to inject malicious PHP objects via PHAR files. This article covers technical details, affected versions, and mitigation.

Published: April 21, 2026

CVE-2025-2105 Overview

The Jupiter X Core plugin for WordPress contains a PHP Object Injection vulnerability in all versions up to and including 4.8.11. The vulnerability exists due to unsafe deserialization of untrusted input from the file parameter within the raven_download_file function. Attackers can exploit this flaw by injecting a malicious PHP Object through a PHAR (PHP Archive) file, potentially leading to severe consequences depending on the presence of exploitable POP (Property Oriented Programming) chains in the WordPress installation.

Critical Impact

This PHP Object Injection vulnerability can be exploited by unauthenticated attackers when specific conditions are met, potentially allowing arbitrary file deletion, sensitive data retrieval, or remote code execution if a compatible POP chain exists in installed plugins or themes.

Affected Products

  • Artbees Jupiter X Core plugin versions up to and including 4.8.11
  • WordPress installations running vulnerable Jupiter X Core versions
  • Sites with file upload capabilities and forms using file download actions

Discovery Timeline

  • 2025-04-26 - CVE CVE-2025-2105 published to NVD
  • 2025-05-06 - Last updated in NVD database

Technical Details for CVE-2025-2105

Vulnerability Analysis

This vulnerability represents a classic insecure deserialization issue (CWE-502) within the Jupiter X Core WordPress plugin. The raven_download_file function processes user-supplied input from the file parameter without proper validation or sanitization before deserializing it. This design flaw allows attackers to craft malicious PHAR files containing serialized PHP objects that, when processed, can trigger arbitrary code execution paths.

The vulnerability's exploitability depends on the attack surface available on the target WordPress installation. When a form with file download action capability exists alongside file upload functionality, unauthenticated attackers can exploit this vulnerability. In scenarios where these conditions are not met, the vulnerability remains exploitable by authenticated users with Contributor-level privileges or higher, as they possess the ability to create the necessary forms for exploitation.

Root Cause

The root cause of this vulnerability lies in the improper handling of user-controlled input during the deserialization process. The raven_download_file function within the Raven extension utilities accepts a file parameter that can reference PHAR archives. PHP's stream wrapper for PHAR files (phar://) automatically deserializes metadata when accessing the archive, creating an attack vector for object injection.

The absence of input validation allows attackers to supply paths pointing to malicious PHAR files, triggering the deserialization of crafted objects. While no known POP chain exists within the Jupiter X Core plugin itself, the prevalence of third-party plugins and themes in WordPress ecosystems significantly increases the likelihood of exploitable gadget chains being present.

Attack Vector

The attack leverages the network-accessible nature of WordPress installations and the plugin's file handling functionality. An attacker first uploads a specially crafted PHAR file containing a malicious serialized PHP object to the target server. This can be accomplished through any available file upload mechanism on the site.

Subsequently, the attacker triggers the raven_download_file function with a file parameter pointing to the uploaded PHAR archive using the phar:// stream wrapper. When PHP processes this request, it deserializes the metadata within the PHAR file, instantiating the injected object and executing any magic methods (__wakeup(), __destruct(), etc.) that form part of an available POP chain.

The exploitation mechanism requires the presence of a compatible POP chain in another installed plugin or theme to achieve meaningful impact. However, given the extensive WordPress plugin ecosystem, this prerequisite is frequently satisfied in real-world deployments.

Detection Methods for CVE-2025-2105

Indicators of Compromise

  • Unusual PHAR file uploads in WordPress media directories or temporary folders
  • HTTP requests containing phar:// wrapper references in form parameters
  • Unexpected file deletions or modifications correlating with form submission activity
  • Suspicious activity in web server access logs targeting Jupiter X Core plugin endpoints

Detection Strategies

  • Monitor web application firewall logs for requests containing PHAR stream wrapper patterns (phar://)
  • Implement file integrity monitoring on critical WordPress files and directories
  • Review PHP error logs for deserialization-related exceptions or warnings
  • Deploy WordPress-specific security plugins capable of detecting object injection attempts

Monitoring Recommendations

  • Enable comprehensive logging for the Jupiter X Core plugin's file handling functions
  • Configure alerts for file uploads with .phar extensions or PHAR magic bytes
  • Monitor for abnormal process execution spawned from PHP/web server processes
  • Track changes to user permissions and new file creations in plugin directories

How to Mitigate CVE-2025-2105

Immediate Actions Required

  • Update Jupiter X Core plugin to the latest patched version immediately
  • Audit installed plugins and themes for known POP chain vulnerabilities
  • Restrict file upload capabilities to trusted authenticated users only
  • Implement web application firewall rules to block PHAR stream wrapper abuse

Patch Information

Artbees has released a security patch addressing this vulnerability. The fix can be reviewed in the WordPress Plugin Revision Log. Administrators should update the Jupiter X Core plugin through the WordPress plugin manager to the latest available version that includes this security fix.

For additional vulnerability details and threat intelligence, refer to the Wordfence Vulnerability Report.

Workarounds

  • Disable file download functionality in forms if not critically required for business operations
  • Remove or deactivate the Jupiter X Core plugin until patching is possible
  • Implement server-side restrictions blocking PHAR stream wrapper access in PHP configuration
  • Deploy temporary WAF rules filtering requests with phar:// patterns in user-supplied parameters
bash
# PHP configuration to disable PHAR stream wrapper (php.ini)
# Add this directive to restrict phar:// access
phar.readonly = On

# Apache .htaccess rule to block phar:// in query strings
RewriteEngine On
RewriteCond %{QUERY_STRING} phar:// [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechArtbees

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability2.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Jupiter X Core Plugin Page

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Revision Log
  • Related CVEs
  • CVE-2024-7781: Jupiter X Core Auth Bypass 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