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
    • 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-2026-3589

CVE-2026-3589: WooCommerce WordPress Plugin CSRF Vulnerability

CVE-2026-3589 is a CSRF flaw in WooCommerce WordPress plugin (versions 5.4.0-10.5.2) that allows unauthenticated attackers to create admin users. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-3589 Overview

CVE-2026-3589 is a Cross-Site Request Forgery (CSRF) vulnerability in the WooCommerce WordPress plugin affecting versions 5.4.0 through 10.5.2. The vulnerability exists due to improper handling of batch requests, which allows unauthenticated attackers to leverage a logged-in administrator's session to call non-store/WC REST endpoints. This flaw can be exploited to create arbitrary administrator user accounts through a CSRF attack.

Critical Impact

Successful exploitation allows unauthenticated attackers to create rogue administrator accounts on vulnerable WordPress sites running affected WooCommerce versions, potentially leading to complete site compromise.

Affected Products

  • WooCommerce WordPress plugin versions 5.4.0 through 10.5.2
  • WordPress installations with vulnerable WooCommerce plugin versions
  • E-commerce sites utilizing the affected WooCommerce REST API batch endpoints

Discovery Timeline

  • 2026-03-02 - WooCommerce releases security patch (per security advisory)
  • 2026-03-06 - CVE-2026-3589 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-3589

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery) and affects the batch request handling mechanism in WooCommerce's REST API. The flaw allows an attacker to craft malicious requests that, when executed by an authenticated administrator, bypass the intended authorization controls for non-store WooCommerce REST endpoints.

The attack requires network access and user interaction (the administrator must visit a malicious page or click a crafted link while authenticated). Once triggered, the attacker can leverage the administrator's session to execute unauthorized actions, including the creation of new administrator accounts with attacker-controlled credentials.

Root Cause

The root cause of CVE-2026-3589 lies in insufficient CSRF token validation when processing batch API requests. The WooCommerce plugin fails to properly verify that batch requests targeting non-store REST endpoints originate from legitimate authenticated sessions with valid anti-CSRF tokens. This oversight allows attackers to construct cross-origin requests that are executed with the privileges of an authenticated administrator.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious webpage containing a hidden form or JavaScript code that automatically submits a batch request to the vulnerable WooCommerce REST API endpoint. When an authenticated WordPress administrator visits this malicious page, their browser automatically includes session cookies, causing the batch request to execute with administrative privileges.

The attacker can structure the batch request to call WordPress REST endpoints for user creation, specifying administrator-level roles for the newly created account. Once the rogue administrator account is created, the attacker can log in directly and take full control of the WordPress site.

Detection Methods for CVE-2026-3589

Indicators of Compromise

  • Unexpected administrator user accounts appearing in WordPress user management
  • Unfamiliar user accounts with administrative privileges created without proper authorization
  • Suspicious REST API requests to /wp-json/wc/ batch endpoints in server access logs
  • Administrator accounts created during timeframes when legitimate admins were not actively managing the site

Detection Strategies

  • Monitor WordPress user creation events, especially those creating administrator-level accounts
  • Implement web application firewall (WAF) rules to detect and block suspicious batch API requests
  • Review server access logs for unusual patterns of REST API calls to WooCommerce endpoints
  • Deploy endpoint detection solutions to identify CSRF attack patterns targeting WordPress sites

Monitoring Recommendations

  • Enable and review WordPress audit logs for user creation and privilege escalation events
  • Configure alerts for new administrator account creation in your WordPress security monitoring solution
  • Implement real-time monitoring of REST API endpoint access patterns
  • Regularly audit administrator accounts and remove any unauthorized users

How to Mitigate CVE-2026-3589

Immediate Actions Required

  • Update WooCommerce to a patched version immediately (versions after 10.5.2)
  • Review existing administrator accounts for any unauthorized users and remove them
  • Force password resets for all legitimate administrator accounts as a precaution
  • Implement additional CSRF protection mechanisms at the WAF or application level

Patch Information

WooCommerce has released a security patch addressing this vulnerability. Site administrators should update to the latest patched version as documented in the WooCommerce Security Advisory. Additional technical details are available in the WPScan Vulnerability Report.

Workarounds

  • Temporarily disable the WooCommerce REST API batch endpoint functionality if not required for operations
  • Implement strict Content Security Policy (CSP) headers to mitigate CSRF attack vectors
  • Use a web application firewall to filter malicious batch API requests
  • Require multi-factor authentication for all WordPress administrator accounts to reduce the impact of account creation attacks
bash
# Example: Disable REST API access for unauthenticated users via .htaccess
# Add to WordPress .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/wc/
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
RewriteRule ^(.*)$ - [R=403,L]
</IfModule>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWoocommerce

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • WooCommerce Security Patch

  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2026-3499: WooCommerce Product Feed PRO CSRF Flaw

  • CVE-2026-39671: WooCommerce Extra Fees Plugin CSRF Flaw

  • CVE-2026-1672: BEAR WooCommerce Plugin CSRF Vulnerability

  • CVE-2026-1673: BEAR WooCommerce Plugin CSRF 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