A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-43127

CVE-2024-43127: WooCommerce Export Plugin XSS Vulnerability

CVE-2024-43127 is a reflected cross-site scripting flaw in WPFactory's Products, Order & Customers Export for WooCommerce plugin that enables attackers to inject malicious scripts. This article covers technical details, versions through 2.0.11, impact, and mitigation.

Published: June 2, 2026

CVE-2024-43127 Overview

CVE-2024-43127 is a reflected Cross-Site Scripting (XSS) vulnerability in the WPFactory Products, Order & Customers Export for WooCommerce WordPress plugin. The flaw stems from improper neutralization of user-supplied input during web page generation [CWE-79]. Attackers can craft a malicious URL that, when visited by a victim, executes attacker-controlled JavaScript in the browser context of the WooCommerce store. The vulnerability affects all plugin versions from initial release through 2.0.11. Successful exploitation requires user interaction but no authentication, and the impact crosses a security scope boundary, potentially compromising store administrators and customer data.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in a victim's browser session, enabling session theft, administrative account takeover, and WooCommerce store compromise.

Affected Products

  • WPFactory Products, Order & Customers Export for WooCommerce plugin — all versions through 2.0.11
  • WordPress sites running WooCommerce with the vulnerable plugin installed
  • Any WooCommerce administrator or privileged user session accessing a crafted URL

Discovery Timeline

  • 2024-08-12 - CVE-2024-43127 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-43127

Vulnerability Analysis

The vulnerability is a reflected XSS flaw cataloged under [CWE-79]: Improper Neutralization of Input During Web Page Generation. The plugin reflects attacker-controlled request parameters into the rendered HTML response without proper output encoding or input sanitization. The Patchstack advisory classifies this as a reflected XSS issue in plugin versions up to and including 2.0.11.

Because the vulnerability operates over the network and requires only that a victim click a crafted link, exploitation is straightforward against authenticated WooCommerce administrators. The scope change indicator in the CVSS vector reflects that injected scripts execute in the WordPress admin browser context, reaching resources beyond the vulnerable component itself. The EPSS probability is 0.414% at the 61st percentile, indicating moderate but non-trivial exploitation likelihood across the threat landscape.

Root Cause

The plugin echoes one or more HTTP request parameters back into administrative pages without escaping HTML metacharacters such as <, >, and quote characters. WordPress provides output-escaping helpers including esc_html(), esc_attr(), and wp_kses(), but the affected code paths in versions through 2.0.11 fail to apply them before rendering reflected values.

Attack Vector

The attack vector is network-based with required user interaction. An attacker crafts a URL targeting a vulnerable plugin endpoint and embeds JavaScript payload syntax inside a reflected parameter. The attacker delivers the link via phishing, a malicious referrer, or a third-party site. When an authenticated WooCommerce administrator clicks the link, the injected script executes in their browser session and can exfiltrate cookies, perform actions on behalf of the user, or pivot to plugin administrative functions that export customer and order data.

No verified public proof-of-concept code is referenced in the advisory. See the Patchstack WooCommerce XSS Vulnerability advisory for additional technical details.

Detection Methods for CVE-2024-43127

Indicators of Compromise

  • HTTP requests to WooCommerce admin endpoints containing URL-encoded <script>, onerror=, onload=, or javascript: payloads in query parameters
  • Outbound requests from administrator browsers to unfamiliar external domains immediately following access to the WooCommerce export plugin pages
  • Unexpected WordPress administrator session activity, new admin user creation, or modified plugin/theme files following an admin URL click

Detection Strategies

  • Inspect web server access logs for requests to the Products, Order & Customers Export for WooCommerce plugin paths containing reflected script-like patterns in query strings
  • Deploy a Web Application Firewall (WAF) rule set covering OWASP Core Rule Set XSS signatures to flag and block reflected payloads targeting WordPress admin URLs
  • Compare the installed plugin version against 2.0.11 using WordPress CLI (wp plugin list) or asset inventory data to identify exposed sites

Monitoring Recommendations

  • Enable WordPress audit logging to capture administrator authentication events, plugin changes, and user role modifications
  • Monitor Content Security Policy (CSP) violation reports for inline script execution attempts on WordPress admin pages
  • Alert on anomalous referrers in admin-area access logs, particularly external domains delivering links to authenticated administrators

How to Mitigate CVE-2024-43127

Immediate Actions Required

  • Update the Products, Order & Customers Export for WooCommerce plugin to a version newer than 2.0.11 as soon as the vendor publishes a fix
  • Audit WordPress administrator accounts, rotate session cookies, and force password resets if administrators accessed suspicious links during the exposure window
  • Restrict access to the WordPress admin interface using IP allowlisting or VPN-only access where operationally feasible

Patch Information

The Patchstack advisory tracks the vulnerability in plugin versions from initial release through 2.0.11. Administrators should consult the Patchstack WooCommerce XSS Vulnerability advisory and the WPFactory plugin changelog for the patched release version and apply it across all WooCommerce stores.

Workarounds

  • Deactivate and remove the Products, Order & Customers Export for WooCommerce plugin until a patched version is installed
  • Deploy a WordPress-aware WAF with XSS signature enforcement covering reflected payloads in administrative query parameters
  • Implement a strict Content Security Policy on the WordPress admin interface to block inline script execution and unauthorized script sources
  • Train administrators to avoid clicking unsolicited links pointing to their own WooCommerce admin URLs, especially from external referrers
bash
# Identify vulnerable plugin installations via WP-CLI
wp plugin list --name=export-woocommerce --fields=name,status,version

# Deactivate the plugin until patched
wp plugin deactivate export-woocommerce

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWoocommerce

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack WooCommerce XSS Vulnerability
  • Related CVEs
  • CVE-2026-47100: WooCommerce Funnel Builder XSS Flaw

  • CVE-2026-6962: WooCommerce Cost of Goods XSS Vulnerability

  • CVE-2026-0703: NextMove Lite WooCommerce Plugin XSS Flaw

  • CVE-2026-24526: WooCommerce Email Inquiry XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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