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-2026-47100

CVE-2026-47100: WooCommerce Funnel Builder XSS Flaw

CVE-2026-47100 is a cross-site scripting vulnerability in Funnel Builder for WooCommerce Checkout that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-47100 Overview

CVE-2026-47100 is a missing authorization vulnerability [CWE-862] in the Funnel Builder for WooCommerce Checkout plugin prior to version 3.15.0.3. The plugin's public checkout AJAX endpoint fails to validate caller permissions before invoking internal methods. Unauthenticated attackers can write arbitrary data to the plugin's External Scripts global setting. This setting is rendered into the storefront, so injected JavaScript executes in the browser of every checkout page visitor. The flaw enables stored cross-site scripting (XSS) against shoppers, including payment data skimming and session theft. Sansec has reported active exploitation campaigns targeting affected WooCommerce stores.

Critical Impact

Unauthenticated attackers can inject persistent JavaScript into the checkout page, exposing every shopper to credential theft, payment skimming, and account takeover.

Affected Products

  • Funnel Builder for WooCommerce Checkout (FunnelKit) versions prior to 3.15.0.3
  • WordPress sites running WooCommerce with the vulnerable plugin enabled
  • All site visitors interacting with checkout pages on affected installations

Discovery Timeline

  • 2026-05-19 - CVE-2026-47100 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-47100

Vulnerability Analysis

The vulnerability resides in the plugin's AJAX controller, class-wfacp-ajax-controller.php, which is registered to handle requests from the public checkout flow. The controller exposes a dispatcher that routes incoming requests to internal methods based on attacker-controlled parameters. Because the dispatcher does not enforce a capability or nonce check, any unauthenticated visitor can invoke privileged internal methods intended only for administrators. One such method writes values directly into the plugin's External Scripts global option, which the front end renders verbatim into the <head> of checkout pages.

Attackers leverage this primitive to store arbitrary JavaScript that executes for every subsequent checkout visitor. Reported exploitation activity uses the injection to load remote skimmer scripts that exfiltrate billing details, credit card numbers, and authentication cookies. Because the payload lives in a global option, a single request persists across all checkout pages until an administrator manually purges the setting.

Root Cause

The root cause is missing authorization on a public-facing AJAX endpoint. The controller resolves method names from request parameters and dispatches to them without confirming that the caller holds the manage_options capability or any equivalent privilege. Settings writers and read-only helpers share the same entry point, collapsing the trust boundary between unauthenticated shoppers and store administrators.

Attack Vector

Exploitation requires only network access to the target site. An attacker issues a single crafted POST request to the WordPress admin-ajax.php endpoint, specifying the vulnerable action and supplying JavaScript as the value of the External Scripts setting. No authentication, user interaction, or prior reconnaissance beyond plugin fingerprinting is required. Subsequent visits to the checkout page execute the injected script in each victim's browser session. See the VulnCheck Advisory for WooCommerce and the Sansec Research on FunnelKit Exploit for technical reproduction details.

Detection Methods for CVE-2026-47100

Indicators of Compromise

  • Unexpected <script> tags or remote script src attributes rendered in the <head> of WooCommerce checkout pages.
  • Non-empty or unfamiliar values in the plugin's External Scripts setting under FunnelKit configuration.
  • Outbound requests from shopper browsers to attacker-controlled domains hosting skimmer payloads, as documented by Sansec.

Detection Strategies

  • Audit the wp_options table for the FunnelKit External Scripts option and compare against a known-good baseline.
  • Review web server access logs for POST requests to admin-ajax.php referencing FunnelKit actions from unauthenticated sessions.
  • Scan rendered checkout HTML for inline JavaScript or external script tags that did not originate from approved integrations.

Monitoring Recommendations

  • Alert on modifications to WooCommerce plugin options, especially fields that accept raw HTML or script content.
  • Monitor egress traffic from checkout pages for connections to newly registered or low-reputation domains.
  • Track plugin version inventory across all WordPress sites to confirm 3.15.0.3 or later is deployed.

How to Mitigate CVE-2026-47100

Immediate Actions Required

  • Update Funnel Builder for WooCommerce Checkout to version 3.15.0.3 or later on every affected site.
  • Inspect the External Scripts setting and remove any value that was not placed there by an authorized administrator.
  • Rotate WooCommerce admin credentials and customer session secrets if injection is confirmed.
  • Notify customers and payment processors if cardholder data may have been exposed.

Patch Information

The vendor addressed the issue in Funnel Builder version 3.15.0.3 by adding authorization checks to the AJAX controller. The fix is documented in the WordPress Funnel Builder Change at the plugin trac repository.

Workarounds

  • Disable the Funnel Builder for WooCommerce Checkout plugin until the patched version is applied.
  • Deploy a web application firewall (WAF) rule that blocks unauthenticated POST requests to admin-ajax.php targeting FunnelKit actions.
  • Apply a Content Security Policy (CSP) on checkout pages to restrict script sources to a vetted allowlist.
bash
# Verify installed plugin version on a WordPress host
wp plugin get funnel-builder --field=version

# Inspect the External Scripts option for unexpected content
wp option get wfacp_external_scripts

# Force upgrade to the patched release
wp plugin update funnel-builder --version=3.15.0.3

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 Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Funnel Builder Change

  • Sansec Research on FunnelKit Exploit

  • VulnCheck Advisory for WooCommerce
  • Related CVEs
  • 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

  • CVE-2026-2838: WooCommerce Enquiry Cart 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