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

CVE-2025-13391: Uni CPO WooCommerce Auth Bypass Flaw

CVE-2025-13391 is an authentication bypass flaw in the Uni CPO plugin for WooCommerce allowing unauthenticated attackers to delete arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-13391 Overview

The Product Options and Price Calculation Formulas for WooCommerce – Uni CPO (Premium) plugin for WordPress contains an authorization bypass vulnerability due to a missing capability check on the uni_cpo_remove_file function. This flaw allows unauthenticated attackers to delete arbitrary attachments or files stored in Dropbox if the file path is known, resulting in unauthorized data loss.

Critical Impact

Unauthenticated attackers can exploit this vulnerability to delete arbitrary files, including WordPress attachments and Dropbox-stored files, without any authentication or authorization checks.

Affected Products

  • Uni CPO (Premium) plugin for WordPress versions up to and including 4.9.60
  • WooCommerce sites using the Product Options and Price Calculation Formulas plugin
  • WordPress installations with Dropbox integration via Uni CPO

Discovery Timeline

  • 2026-02-11 - CVE CVE-2025-13391 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-13391

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization). The core issue stems from the uni_cpo_remove_file function lacking proper capability checks to verify whether the requesting user has authorization to perform file deletion operations. Since no authentication is required to invoke this function, any external attacker with knowledge of target file paths can trigger file deletion.

The vulnerability has a network-based attack vector, meaning it can be exploited remotely without any user interaction. While the scope is changed (affecting resources beyond the vulnerable component), the primary impact is to data integrity through unauthorized file deletion. The vulnerability was only partially addressed in version 4.9.60, indicating residual risk may remain even after updating.

Root Cause

The root cause is a Missing Authorization vulnerability (CWE-862) in the plugin's file handling functionality. The uni_cpo_remove_file function was implemented without the necessary WordPress capability checks that would normally restrict file operations to authenticated administrators or users with appropriate permissions. This design flaw exposes the file deletion functionality to any unauthenticated request.

Attack Vector

The vulnerability is exploitable over the network by unauthenticated attackers. An attacker would need to discover or guess the file path of the target file they wish to delete. Once the path is known, the attacker can directly invoke the uni_cpo_remove_file function through WordPress AJAX handlers or other exposed endpoints to trigger the deletion. This attack requires no user interaction and can target both local WordPress attachments and files stored in connected Dropbox accounts.

The exploitation mechanism involves sending a crafted request to the vulnerable endpoint with the target file path as a parameter. Without authorization checks in place, the plugin processes the deletion request regardless of the requester's identity or permissions. For detailed technical information, see the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-13391

Indicators of Compromise

  • Unexpected file deletions in WordPress media library or uploads directory
  • Missing files from connected Dropbox storage that were previously accessible
  • Unusual HTTP requests targeting uni_cpo_remove_file AJAX endpoints
  • Access logs showing unauthenticated requests with file path parameters to Uni CPO endpoints

Detection Strategies

  • Monitor WordPress AJAX request logs for calls to uni_cpo_remove_file from unauthenticated sessions
  • Implement file integrity monitoring on WordPress uploads and attachment directories
  • Deploy web application firewall (WAF) rules to detect and block suspicious file deletion requests
  • Review server access logs for patterns of enumeration attempts against known file paths

Monitoring Recommendations

  • Enable detailed logging for the Uni CPO plugin if available
  • Set up alerts for unexpected bulk file deletions in the WordPress media library
  • Monitor Dropbox activity logs for deletion events originating from the WordPress integration
  • Implement real-time file system monitoring for critical attachment directories

How to Mitigate CVE-2025-13391

Immediate Actions Required

  • Update the Uni CPO (Premium) plugin to the latest available version beyond 4.9.60
  • Audit recent file deletion activity to identify potential exploitation attempts
  • Temporarily disable the Uni CPO plugin if immediate patching is not possible
  • Review and backup all critical files and attachments stored via the plugin

Patch Information

The vulnerability was partially patched in version 4.9.60 of the Uni CPO plugin. Organizations should check the Builderius CPO page for the latest security updates and ensure they are running a fully patched version. Given the partial nature of the initial fix, administrators should verify that their installed version includes complete remediation for the authorization bypass.

Workarounds

  • Implement server-level access controls to restrict unauthenticated access to WordPress AJAX handlers
  • Deploy a web application firewall (WAF) with rules to block requests containing file path parameters to the vulnerable endpoint
  • Disable Dropbox integration temporarily if it is not business-critical
  • Restrict access to the WordPress admin-ajax.php endpoint using IP allowlisting where feasible
bash
# Example: Apache .htaccess rule to restrict admin-ajax.php access
<Files admin-ajax.php>
    <RequireAny>
        Require ip 192.168.1.0/24
        Require ip 10.0.0.0/8
    </RequireAny>
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Builderius Security Overview

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2519: Bookly WordPress Plugin Auth Bypass Flaw

  • CVE-2026-4326: Vertex Addons Auth Bypass Vulnerability

  • CVE-2025-14944: Backup Migration Plugin Auth Bypass Flaw

  • CVE-2026-3646: WordPress LTL Plugin Auth Bypass 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