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

CVE-2025-47535: Opal Woo Product Path Traversal Flaw

CVE-2025-47535 is a path traversal vulnerability in Opal Woo Custom Product Variation plugin that allows attackers to access restricted directories. This post covers technical details, affected versions up to 1.2.0, and mitigation.

Updated: May 11, 2026

CVE-2025-47535 Overview

CVE-2025-47535 is a path traversal vulnerability [CWE-22] in the wpopal Opal Woo Custom Product Variation WordPress plugin. The flaw affects all versions up to and including 1.2.0. An unauthenticated remote attacker can abuse improper pathname validation to delete arbitrary files on the underlying server. Deleting critical files such as wp-config.php can force WordPress into an installation state, enabling site takeover.

Critical Impact

Unauthenticated attackers can delete arbitrary files over the network without user interaction, leading to denial of service and potential WordPress site compromise.

Affected Products

  • wpopal Opal Woo Custom Product Variation plugin for WordPress
  • All versions through 1.2.0
  • WordPress sites running WooCommerce with this plugin installed

Discovery Timeline

  • 2025-05-23 - CVE-2025-47535 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-47535

Vulnerability Analysis

The vulnerability stems from improper limitation of a pathname to a restricted directory within the Opal Woo Custom Product Variation plugin. An attacker can supply crafted input containing directory traversal sequences such as ../ to escape the intended working directory. According to the Patchstack advisory, this enables arbitrary file deletion on the affected WordPress host.

The attack requires no authentication and no user interaction. The scope change indicates that successful exploitation impacts resources beyond the vulnerable plugin itself, affecting the broader WordPress installation. Although confidentiality and integrity are not directly impacted, the availability impact is high because deleted files cannot be recovered without backups.

Deleting wp-config.php is the typical exploitation path. WordPress treats the missing configuration file as a fresh install signal, allowing an attacker to reconnect the site to an attacker-controlled database and achieve full administrative access.

Root Cause

The plugin accepts a file path parameter from user input and passes it to a deletion routine without validating that the resolved path remains within an allowed directory. The code does not normalize the path or apply allowlist checks on file names or extensions.

Attack Vector

An unauthenticated attacker sends an HTTP request to a vulnerable plugin endpoint containing a traversal sequence in the targeted file parameter. The server resolves the path relative to the plugin directory and deletes the referenced file. The vulnerability mechanism is documented in the Patchstack WordPress Vulnerability Report.

Detection Methods for CVE-2025-47535

Indicators of Compromise

  • HTTP requests to plugin endpoints under /wp-content/plugins/opal-woo-custom-product-variation/ containing ../ or URL-encoded %2e%2e%2f sequences
  • Unexpected deletion of wp-config.php, .htaccess, or core WordPress files
  • WordPress redirecting visitors to /wp-admin/install.php unexpectedly
  • Web server error logs showing file-not-found errors for previously valid PHP files

Detection Strategies

  • Monitor WordPress plugin directories for the presence of opal-woo-custom-product-variation at version <= 1.2.0
  • Inspect web access logs for POST or GET parameters containing path traversal patterns directed at the plugin
  • Implement file integrity monitoring on critical WordPress files including wp-config.php, index.php, and .htaccess
  • Alert on sudden HTTP 500 responses or installation wizard redirects from production WordPress sites

Monitoring Recommendations

  • Enable web application firewall logging with rules covering CWE-22 patterns
  • Aggregate WordPress, PHP, and web server logs into a centralized analytics platform for correlation
  • Track filesystem unlink() operations originating from PHP processes on the WordPress host

How to Mitigate CVE-2025-47535

Immediate Actions Required

  • Disable or uninstall the Opal Woo Custom Product Variation plugin until a patched version is verified
  • Back up wp-config.php, the WordPress database, and the wp-content directory before remediation
  • Restrict access to the plugin's endpoints at the web server or WAF layer using path-based deny rules
  • Audit the WordPress installation for unauthorized administrator accounts created after potential exploitation

Patch Information

At the time of publication, the Patchstack advisory documents the vulnerability through version 1.2.0. Site administrators should consult the Patchstack WordPress Vulnerability Report and the vendor for the latest patched release. If no fixed version is available, remove the plugin.

Workarounds

  • Block requests containing traversal sequences (../, ..%2f, %2e%2e/) at the WAF or reverse proxy
  • Apply strict filesystem permissions so the web server user cannot delete WordPress core files
  • Use a virtual patching rule that denies access to the vulnerable plugin's AJAX or REST endpoints
bash
# Nginx rule to block path traversal attempts against the plugin
location ~* /wp-content/plugins/opal-woo-custom-product-variation/ {
    if ($args ~* "(\.\./|%2e%2e%2f|%2e%2e/)") {
        return 403;
    }
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpal Woo Custom Product Variation

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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