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

CVE-2025-12075: WooCommerce Order Splitter Info Leak

CVE-2025-12075 is an information disclosure vulnerability in the Order Splitter for WooCommerce plugin. Attackers with subscriber-level access can view other users' order data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-12075 Overview

The Order Splitter for WooCommerce plugin for WordPress contains a broken access control vulnerability due to a missing capability check on the wos_troubleshooting AJAX endpoint. This flaw affects all versions up to and including 5.3.5, allowing authenticated attackers with minimal privileges (Subscriber-level and above) to access sensitive order information belonging to other users.

Critical Impact

Authenticated attackers with low-privilege WordPress accounts can exploit this vulnerability to view other users' order data, potentially exposing sensitive customer information including names, addresses, and purchase details.

Affected Products

  • Order Splitter for WooCommerce plugin for WordPress versions ≤ 5.3.5
  • WordPress installations using the affected plugin versions
  • WooCommerce stores with the Order Splitter plugin enabled

Discovery Timeline

  • 2026-02-18 - CVE-2025-12075 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-12075

Vulnerability Analysis

This vulnerability stems from a missing authorization check (CWE-862) in the Order Splitter for WooCommerce plugin. The wos_troubleshooting AJAX endpoint fails to verify whether the requesting user has appropriate permissions to access the requested data. As a result, any authenticated user—even those with only Subscriber-level access—can invoke this endpoint and retrieve order information that should be restricted to administrators or the order owner.

In WordPress and WooCommerce environments, order data typically contains sensitive customer information including billing addresses, shipping details, email addresses, phone numbers, and purchase history. The exposure of this data could lead to privacy violations, targeted phishing attacks, or compliance issues under regulations such as GDPR.

Root Cause

The root cause is the absence of a capability check within the wos_troubleshooting AJAX handler. WordPress plugins should validate user capabilities using functions like current_user_can() before processing requests that access sensitive data. Without this authorization gate, the endpoint trusts that any authenticated request is legitimate, regardless of the user's actual role or permissions.

Attack Vector

The attack requires network access and a valid WordPress account with at least Subscriber privileges. An attacker would craft an AJAX request to the wos_troubleshooting endpoint, potentially iterating through order IDs or manipulating request parameters to extract order data belonging to other customers.

The vulnerability can be exploited by sending crafted POST requests to the WordPress AJAX handler (/wp-admin/admin-ajax.php) with the action parameter set to wos_troubleshooting. Since no capability check is performed, the server processes the request and returns order data without verifying authorization.

For technical details on the vulnerability and patch, refer to the WordPress Changeset Update and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-12075

Indicators of Compromise

  • Unusual AJAX requests to admin-ajax.php with action wos_troubleshooting from non-admin users
  • Multiple requests to the troubleshooting endpoint from the same user session in rapid succession
  • Access logs showing Subscriber or Customer-level users querying the AJAX endpoint
  • Anomalous patterns of order data access that don't match normal user behavior

Detection Strategies

  • Monitor WordPress AJAX logs for requests to wos_troubleshooting from low-privilege accounts
  • Implement web application firewall rules to flag suspicious parameter patterns targeting the vulnerable endpoint
  • Review access logs for authenticated users attempting to access order IDs they don't own
  • Deploy endpoint detection solutions to identify exploitation attempts in real-time

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and correlate with user role information
  • Set up alerts for unusual spikes in requests to the wos_troubleshooting action
  • Regularly audit user accounts with Subscriber-level access for suspicious activity
  • Implement anomaly detection for order data access patterns

How to Mitigate CVE-2025-12075

Immediate Actions Required

  • Update Order Splitter for WooCommerce plugin to a version newer than 5.3.5 immediately
  • Review access logs to determine if the vulnerability has been exploited
  • Audit any Subscriber-level or Customer-level accounts for suspicious activity
  • Consider temporarily disabling the plugin until the patch can be applied

Patch Information

A security patch has been released to address this vulnerability. The fix adds proper capability checks to the wos_troubleshooting AJAX endpoint, ensuring only authorized users can access the functionality. Details of the code changes can be reviewed in the WordPress Changeset Update.

Workarounds

  • Temporarily disable the Order Splitter for WooCommerce plugin until patching is possible
  • Implement web application firewall rules to block unauthorized AJAX requests to wos_troubleshooting
  • Restrict or remove unnecessary Subscriber-level accounts to reduce the attack surface
  • Use a WordPress security plugin to add additional access controls around AJAX endpoints
bash
# Example: Block the vulnerable AJAX action in .htaccess (temporary workaround)
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} admin-ajax\.php
RewriteCond %{QUERY_STRING} action=wos_troubleshooting [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1748: Invoct WordPress Plugin Data Disclosure Flaw

  • CVE-2025-15482: Chapa Payment Gateway Information Disclosure

  • CVE-2026-39662: WooCommerce Formula Plugin Auth Bypass

  • CVE-2026-3574: Experto Dashboard WooCommerce 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