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

CVE-2025-52921: Innoshop RCE Vulnerability

CVE-2025-52921 is a remote code execution flaw in Innoshop that allows authenticated attackers to upload and execute malicious PHP files via the admin File Manager. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-52921 Overview

A critical unrestricted file upload vulnerability exists in Innoshop through version 0.4.1 that allows authenticated attackers to achieve remote code execution on the server. The vulnerability resides in the File Manager functions within the admin panel, where an attacker can upload a seemingly benign image file and subsequently rename it to have a .php extension using the Rename Function. This bypasses the initial file type validation, enabling arbitrary PHP code execution on the target server.

Critical Impact

Authenticated attackers can gain full server-side code execution by exploiting inadequate server-side validation in the File Manager, potentially leading to complete server compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • Innoshop versions through 0.4.1
  • Innoshop Admin Panel File Manager component
  • Systems running Innoshop with administrator-level access

Discovery Timeline

  • 2025-06-23 - CVE-2025-52921 published to NVD
  • 2025-06-23 - Last updated in NVD database

Technical Details for CVE-2025-52921

Vulnerability Analysis

This vulnerability is classified under CWE-420 (Unprotected Alternate Channel), where the application fails to properly protect an alternate channel that could be used to bypass security controls. The core issue stems from the application's reliance on frontend (client-side) validation to prevent administrators from changing uploaded file extensions to executable formats like .php.

The File Manager initially validates that uploaded files are images, which provides a false sense of security. However, the rename functionality lacks equivalent server-side validation, creating a critical security gap. Once an attacker uploads a malicious PHP file disguised as an image (or simply uploads a legitimate image containing embedded PHP code), they can use the rename function to change the extension to .php, effectively weaponizing the file.

Root Cause

The root cause of this vulnerability is the absence of server-side validation for file extension changes during the rename operation. The application implements file type validation only during the initial upload process, trusting that client-side JavaScript restrictions will prevent administrators from renaming files to dangerous extensions. This security-by-obscurity approach fails because client-side controls can be trivially bypassed using proxy tools or by directly crafting HTTP requests.

Attack Vector

The attack is conducted over the network and requires low-privilege authentication (administrator access to the admin panel). The attacker exploits the vulnerability through the following mechanism:

  1. The attacker authenticates to the Innoshop admin panel with valid administrator credentials
  2. Using the File Manager, they upload a file containing malicious PHP code, disguising it with an image extension (e.g., shell.jpg) or embedding PHP code within a valid image file
  3. The initial upload passes validation since the file appears to be an image
  4. The attacker uses an interception proxy like BurpSuite to capture the rename request
  5. By modifying the request, they rename the file from shell.jpg to shell.php, bypassing the frontend JavaScript validation that would normally prevent this action
  6. A simple GET request to the renamed file (e.g., /path/to/uploads/shell.php) triggers the execution of the embedded PHP code
  7. The attacker now has arbitrary code execution capabilities on the server

This attack requires authenticated access but results in a scope change, as compromising the web application can lead to broader server and potentially infrastructure-level compromise.

Detection Methods for CVE-2025-52921

Indicators of Compromise

  • Presence of unexpected .php files in upload directories that were previously named with image extensions
  • Web server logs showing rename operations followed by direct requests to PHP files in upload directories
  • Unusual file modification timestamps in the File Manager upload paths
  • Network traffic to known malicious PHP webshell signatures

Detection Strategies

  • Monitor web server access logs for GET/POST requests to PHP files within upload directories
  • Implement file integrity monitoring (FIM) on upload directories to detect extension changes from image types to executable formats
  • Configure web application firewalls (WAF) to alert on requests containing common webshell patterns or suspicious PHP function calls
  • Review admin panel audit logs for unusual File Manager activity, particularly rename operations

Monitoring Recommendations

  • Enable detailed logging for all File Manager operations including uploads, renames, and deletions
  • Set up alerts for any file extension changes from non-executable to executable types in monitored directories
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process spawning from web server processes
  • Implement network-based detection for outbound connections originating from the web server that could indicate a reverse shell

How to Mitigate CVE-2025-52921

Immediate Actions Required

  • Restrict access to the Innoshop admin panel to trusted IP addresses only using firewall rules or .htaccess directives
  • Audit existing files in upload directories and remove any unexpected .php files
  • Review administrator accounts and revoke access for any unnecessary or suspicious users
  • Consider disabling the File Manager rename functionality until a patch is available

Patch Information

As of the last modification date, no official vendor patch has been released for this vulnerability. Organizations should monitor the InnoShop GitHub repository for security updates and patches. For additional technical details about this and related vulnerabilities in Innoshop, refer to the security research blog post.

Workarounds

  • Implement server-side validation for all file rename operations to prevent changes to executable extensions
  • Configure the web server to prevent PHP execution in upload directories using directives like php_flag engine off in Apache or equivalent configurations
  • Deploy a web application firewall (WAF) rule to block rename requests that attempt to change file extensions to .php, .phtml, or other executable formats
  • Consider implementing additional authentication layers such as multi-factor authentication (MFA) for admin panel access
bash
# Apache configuration to disable PHP execution in upload directories
# Add to .htaccess in the uploads directory or virtual host configuration
<Directory "/path/to/innoshop/uploads">
    php_flag engine off
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechInnoshop

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-420
  • Technical References
  • GitHub Repository for InnoShop

  • Medium Blog on CVEs in InnoShop
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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