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

CVE-2025-47577: TI WooCommerce Wishlist RCE Vulnerability

CVE-2025-47577 is a remote code execution flaw in TI WooCommerce Wishlist allowing web shell uploads. Attackers can exploit unrestricted file uploads to execute malicious code. This article covers technical details and patches.

Updated: January 22, 2026

CVE-2025-47577 Overview

CVE-2025-47577 is a critical Unrestricted Upload of File with Dangerous Type vulnerability (CWE-434) affecting the TI WooCommerce Wishlist WordPress plugin developed by TemplateInvaders. This vulnerability allows unauthenticated attackers to upload malicious files, including web shells, directly to a vulnerable web server. Successful exploitation grants attackers complete control over the affected WordPress installation and potentially the underlying server infrastructure.

The vulnerability exists in versions prior to 2.10.0 of the TI WooCommerce Wishlist plugin, which is widely used to add wishlist functionality to WooCommerce-powered e-commerce stores.

Critical Impact

Unauthenticated attackers can upload web shells to WordPress servers running vulnerable versions of TI WooCommerce Wishlist, leading to complete server compromise, data theft, and persistent backdoor access.

Affected Products

  • TI WooCommerce Wishlist versions before 2.10.0
  • WordPress installations with TI WooCommerce Wishlist plugin enabled
  • WooCommerce-powered e-commerce sites using the wishlist functionality

Discovery Timeline

  • 2025-05-19 - CVE-2025-47577 published to NVD
  • 2025-06-05 - Last updated in NVD database

Technical Details for CVE-2025-47577

Vulnerability Analysis

This vulnerability stems from inadequate file type validation in the TI WooCommerce Wishlist plugin's file upload functionality. The plugin fails to properly validate and restrict the types of files that can be uploaded through its interface, allowing attackers to bypass security controls and upload executable files such as PHP web shells.

The vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type), which occurs when an application allows users to upload files without properly verifying that the file type is safe and expected. In this case, the plugin does not adequately check file extensions, MIME types, or file contents before allowing the upload to complete.

Root Cause

The root cause of CVE-2025-47577 is the absence of proper file type validation mechanisms in the plugin's upload handling code. Specifically, the plugin lacks:

  • Proper file extension whitelisting to restrict uploads to safe file types only
  • MIME type verification to ensure uploaded files match their claimed type
  • Content-based file validation to detect malicious payloads regardless of extension
  • Authentication requirements for the vulnerable upload endpoint

Without these safeguards, attackers can craft malicious requests that bypass any superficial checks and successfully upload executable PHP files to the web server's accessible directories.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a WordPress site running a vulnerable version of TI WooCommerce Wishlist
  2. Crafting a malicious HTTP request containing a PHP web shell payload
  3. Submitting the request to the vulnerable upload endpoint
  4. Accessing the uploaded web shell to execute arbitrary commands on the server

Once a web shell is uploaded, attackers gain the ability to execute arbitrary system commands, access sensitive files including WordPress configuration and database credentials, install persistent backdoors, modify site content, pivot to attack other systems on the network, and exfiltrate customer data from the WooCommerce store.

The attack requires no special privileges and can be executed remotely over the network, making it particularly dangerous for internet-facing WordPress installations.

Detection Methods for CVE-2025-47577

Indicators of Compromise

  • Unexpected PHP files appearing in WordPress upload directories (e.g., wp-content/uploads/)
  • Web server access logs showing requests to unfamiliar PHP files with suspicious query parameters
  • Unusual outbound network connections originating from the web server
  • Unexplained changes to WordPress core files or plugin files
  • New administrator accounts or modified user privileges in WordPress

Detection Strategies

  • Monitor file system integrity using tools that alert on new executable files in upload directories
  • Implement web application firewall (WAF) rules to detect and block web shell upload attempts
  • Review web server access logs for POST requests to plugin endpoints followed by GET requests to new PHP files
  • Deploy endpoint detection solutions that can identify known web shell signatures and behaviors
  • Conduct regular plugin version audits to identify outdated and vulnerable plugins

Monitoring Recommendations

  • Configure file integrity monitoring on all WordPress directories, especially wp-content/uploads/ and wp-content/plugins/
  • Set up alerts for any new .php, .phtml, or other executable file extensions in upload directories
  • Monitor for unusual process spawning from web server processes (e.g., Apache or Nginx spawning shell commands)
  • Implement network monitoring to detect command-and-control communications from compromised servers
  • Enable detailed logging for the TI WooCommerce Wishlist plugin and review for anomalous activity

How to Mitigate CVE-2025-47577

Immediate Actions Required

  • Update TI WooCommerce Wishlist to version 2.10.0 or later immediately
  • Audit WordPress upload directories for any suspicious or unexpected PHP files
  • Review web server access logs for signs of exploitation attempts
  • If compromise is suspected, isolate the affected server and perform forensic analysis
  • Consider temporarily disabling the TI WooCommerce Wishlist plugin until patching is complete

Patch Information

The vulnerability has been addressed in TI WooCommerce Wishlist version 2.10.0. Administrators should update to this version or later as soon as possible. The patch is available through the standard WordPress plugin update mechanism or by downloading the latest version from the official WordPress plugin repository.

For detailed vulnerability information and patch details, refer to the Patchstack security advisory.

Workarounds

  • Implement a web application firewall (WAF) with rules to block file upload attacks targeting the vulnerable endpoint
  • Configure web server settings to prevent PHP execution in upload directories using .htaccess rules or Nginx configuration
  • Restrict access to the WordPress admin area and plugin endpoints to trusted IP addresses only
  • Temporarily disable the TI WooCommerce Wishlist plugin until the patch can be applied
  • Implement file upload validation at the web server level to reject requests containing PHP content
bash
# Apache .htaccess configuration to prevent PHP execution in uploads directory
# Add this to wp-content/uploads/.htaccess
<FilesMatch "\.(php|phtml|php3|php4|php5|php7|phps|phar|shtml)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Alternative: Disable PHP entirely in uploads
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/TechWoocommerce

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack WordPress Vulnerability
  • Related CVEs
  • CVE-2026-2582: Germanized for WooCommerce RCE Vulnerability

  • CVE-2026-4001: WooCommerce Custom Product Addons RCE Flaw

  • CVE-2026-2296: WooCommerce Product Addons RCE Vulnerability

  • CVE-2025-13773: WooCommerce Delivery Notes 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