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
    • 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-54473

CVE-2025-54473: Phoca Commander RCE Vulnerability

CVE-2025-54473 is an authenticated remote code execution vulnerability in Phoca Commander for Joomla that exploits the unzip feature. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 8, 2026

CVE-2025-54473 Overview

An authenticated remote code execution (RCE) vulnerability has been discovered in the Phoca Commander component for Joomla CMS. This critical security flaw affects versions 1.0.0 through 4.0.0 and 5.0.0 through 5.0.1 of the file management component. The vulnerability allows authenticated attackers to execute arbitrary code on the target server by exploiting improper handling of the unzip feature, specifically due to unrestricted file upload (CWE-434).

Critical Impact

Authenticated attackers can achieve full remote code execution on vulnerable Joomla installations through malicious file upload via the unzip functionality, potentially leading to complete server compromise.

Affected Products

  • Phoca Commander component versions 1.0.0 through 4.0.0 for Joomla
  • Phoca Commander component versions 5.0.0 through 5.0.1 for Joomla
  • Joomla CMS installations with vulnerable Phoca Commander versions installed

Discovery Timeline

  • 2025-08-15 - CVE-2025-54473 published to NVD
  • 2025-08-15 - Last updated in NVD database

Technical Details for CVE-2025-54473

Vulnerability Analysis

This vulnerability stems from an unrestricted file upload weakness (CWE-434) within the Phoca Commander component's archive extraction functionality. Phoca Commander is a popular file manager extension for Joomla that provides administrators with the ability to manage server files directly from the Joomla backend interface. The unzip feature, designed to extract compressed archives uploaded by authenticated users, fails to properly validate the contents of uploaded ZIP files before extraction.

The flaw allows authenticated users with access to the Phoca Commander interface to craft malicious ZIP archives containing executable PHP files or web shells. When processed through the vulnerable unzip functionality, these malicious files are extracted to web-accessible directories without adequate security controls, enabling immediate code execution upon subsequent HTTP requests to the extracted files.

Root Cause

The root cause of this vulnerability lies in the insufficient validation of file types and content within uploaded ZIP archives during the extraction process. The Phoca Commander component does not properly sanitize or restrict the types of files that can be extracted from uploaded archives. This lack of input validation allows attackers to bypass intended security restrictions by embedding malicious executable files within seemingly benign archive packages.

Additionally, the component fails to implement proper path traversal protections during extraction, and does not enforce restrictions on dangerous file extensions such as .php, .phtml, or other executable formats that the web server may process.

Attack Vector

The attack is conducted over the network and requires authentication to the Joomla administrative backend with privileges to access the Phoca Commander component. An attacker would follow this attack chain:

  1. Authenticate to the Joomla backend with valid credentials having Phoca Commander access
  2. Navigate to the Phoca Commander file management interface
  3. Upload a specially crafted ZIP archive containing a malicious PHP web shell or backdoor script
  4. Utilize the vulnerable unzip feature to extract the archive contents to a web-accessible directory
  5. Access the extracted malicious PHP file directly via HTTP to execute arbitrary commands on the server

The vulnerability is exploitable through the component's legitimate unzip functionality, making it difficult to distinguish malicious usage from normal administrative operations without proper monitoring in place.

Detection Methods for CVE-2025-54473

Indicators of Compromise

  • Unexpected PHP files appearing in Joomla directories following archive extraction operations
  • Web server access logs showing requests to unfamiliar .php files in Phoca Commander upload directories
  • Suspicious archive uploads containing executable file extensions in the Joomla administrator area
  • Unusual outbound network connections originating from the web server process

Detection Strategies

  • Monitor Joomla administrator access logs for activity in the Phoca Commander component, particularly archive upload and extraction operations
  • Implement file integrity monitoring on web directories to detect newly created PHP files
  • Deploy web application firewall (WAF) rules to inspect uploaded archive contents for embedded executable files
  • Review web server error logs for execution attempts of unauthorized PHP scripts

Monitoring Recommendations

  • Enable comprehensive logging for the Joomla administrator area and Phoca Commander component activities
  • Configure real-time alerts for new file creation events in web-accessible directories
  • Monitor for process execution chains originating from the web server that indicate command execution
  • Audit user accounts with Phoca Commander access permissions regularly

How to Mitigate CVE-2025-54473

Immediate Actions Required

  • Upgrade Phoca Commander to a patched version that addresses this vulnerability immediately
  • Restrict access to the Phoca Commander component to only essential administrative users
  • Implement additional authentication requirements for file management operations
  • Review existing files in Phoca Commander directories for any suspicious PHP files that may have been planted

Patch Information

Organizations should check the Phoca Security Overview for official security updates and patched versions of the Phoca Commander component. Until a patch is available or applied, consider disabling or removing the vulnerable component from production Joomla installations.

Workarounds

  • Temporarily disable or uninstall the Phoca Commander component until a security patch is available
  • Restrict backend access to the Phoca Commander functionality through Joomla's ACL permissions
  • Implement server-level restrictions to prevent PHP execution in Phoca Commander upload directories using .htaccess rules
  • Deploy a web application firewall configured to block archive uploads containing executable file types
bash
# Apache .htaccess configuration to prevent PHP execution in upload directories
# Place in Phoca Commander upload directory
<FilesMatch "\.php$">
    SetHandler none
    SetHandler default-handler
    Options -ExecCGI
    RemoveHandler .php
</FilesMatch>

# Alternative: Deny all PHP execution
php_flag engine off

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechJoomla

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:N/SA:N/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:N/R:X/V:X/RE:L/U:Clear
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Phoca Security Overview
  • Related CVEs
  • CVE-2023-54364: Joomla HikaShop XSS Vulnerability

  • CVE-2023-54363: Joomla Solidres XSS Vulnerability

  • CVE-2023-54362: Joomla VirtueMart XSS Vulnerability

  • CVE-2023-54361: Joomla iProperty Real Estate XSS Flaw
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