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

CVE-2026-2838: Whole Enquiry Cart for WooCommerce XSS Flaw

CVE-2026-2838 is a stored cross-site scripting vulnerability in the Whole Enquiry Cart for WooCommerce plugin that allows admin-level attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-2838 Overview

The Whole Enquiry Cart for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the woowhole_success_msg parameter in all versions up to, and including, 1.2.1. The vulnerability stems from insufficient input sanitization and output escaping, allowing authenticated attackers with administrator-level access to inject arbitrary web scripts into pages. These malicious scripts execute whenever a user accesses an injected page.

Critical Impact

Authenticated administrators can inject persistent malicious scripts that execute in the context of other users' browsers, potentially leading to session hijacking, credential theft, or further compromise of the WordPress installation. This vulnerability specifically affects multi-site installations and installations where unfiltered_html has been disabled.

Affected Products

  • Whole Enquiry Cart for WooCommerce plugin versions up to and including 1.2.1
  • WordPress multi-site installations using the affected plugin
  • WordPress installations with unfiltered_html capability disabled

Discovery Timeline

  • 2026-04-08 - CVE-2026-2838 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-2838

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists within the administrative settings functionality of the Whole Enquiry Cart for WooCommerce plugin. The woowhole_success_msg parameter, which allows administrators to customize success messages displayed to users, fails to properly sanitize user input before storing it in the database and does not adequately escape output when rendering the message on frontend pages.

The vulnerability specifically impacts WordPress environments where additional security controls are in place, namely multi-site configurations and installations where the unfiltered_html capability has been restricted. In standard single-site WordPress installations with default settings, administrators already have the ability to insert unfiltered HTML content, making this vulnerability condition-dependent.

Root Cause

The root cause of CVE-2026-2838 is insufficient input sanitization and output escaping in the plugin's admin settings handler located in admin.php. When processing the woowhole_success_msg parameter, the plugin fails to implement proper security controls such as wp_kses() for input sanitization or esc_html() / esc_attr() for output escaping. This allows JavaScript code embedded within the success message parameter to be stored in the database and subsequently executed in users' browsers when the message is displayed.

Attack Vector

The attack requires network access and authenticated administrator-level credentials. An attacker with administrative access to the WordPress installation navigates to the plugin settings page and injects malicious JavaScript code into the woowhole_success_msg field. Once saved, this script persists in the database and executes whenever any user triggers the success message functionality, such as when completing an enquiry cart action.

The vulnerability mechanism involves storing unsanitized user input from the admin settings panel directly into the WordPress database, then rendering this content on frontend pages without proper escaping. Technical details regarding the vulnerable code can be found in the WordPress Plugin Code Reference and the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2026-2838

Indicators of Compromise

  • Unexpected JavaScript code or HTML tags present in the woowhole_success_msg option value in the WordPress database
  • Unusual admin activity involving modifications to Whole Enquiry Cart plugin settings
  • User reports of browser alerts, redirects, or unexpected behavior when interacting with the enquiry cart functionality
  • Network traffic to suspicious external domains originating from pages displaying the plugin's success messages

Detection Strategies

  • Review WordPress database entries for the plugin settings table, specifically searching for <script> tags, event handlers (e.g., onerror, onload), or JavaScript URIs in the success message field
  • Monitor WordPress admin audit logs for changes to the Whole Enquiry Cart plugin settings by administrators
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Use web application firewall (WAF) rules to identify XSS payloads in POST requests to WordPress admin pages

Monitoring Recommendations

  • Enable and review WordPress activity logging plugins to track administrative changes to plugin settings
  • Configure SentinelOne agents to monitor for suspicious browser-based script execution patterns on WordPress servers
  • Set up alerts for modifications to the wp_options table entries related to the Whole Enquiry Cart plugin
  • Regularly scan stored content in plugin settings for malicious payloads using automated security scanning tools

How to Mitigate CVE-2026-2838

Immediate Actions Required

  • Update the Whole Enquiry Cart for WooCommerce plugin to a version beyond 1.2.1 that includes the security patch
  • Audit current plugin settings and review the woowhole_success_msg field for any suspicious or unexpected content
  • Restrict administrator access to trusted personnel only and enforce strong authentication mechanisms including multi-factor authentication
  • Review WordPress user accounts with administrative privileges and remove any unauthorized accounts

Patch Information

Organizations should update the Whole Enquiry Cart for WooCommerce plugin to the latest available version that addresses this vulnerability. Plugin updates can be applied through the WordPress admin dashboard under Plugins > Installed Plugins, or by downloading the patched version directly from the WordPress plugin repository. For detailed vulnerability information and patch status, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • If immediate patching is not possible, temporarily disable the Whole Enquiry Cart for WooCommerce plugin until a secure update can be applied
  • Implement Content Security Policy (CSP) headers to restrict inline script execution and mitigate XSS impact
  • Use a Web Application Firewall (WAF) with rules to block common XSS payloads in POST requests to WordPress admin endpoints
  • Manually sanitize the woowhole_success_msg field content by removing any HTML or JavaScript code
bash
# WordPress CLI command to check plugin version
wp plugin list --name=whole-cart-enquiry --fields=name,version,status

# Update the plugin to the latest version
wp plugin update whole-cart-enquiry

# Inspect the stored success message option for suspicious content
wp option get woowhole_success_msg

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Code Reference

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-3574: Experto Dashboard WooCommerce XSS Flaw

  • CVE-2025-30837: WooCommerce Fattureincloud XSS Vulnerability

  • CVE-2026-32526: WooCommerce Cart Recovery XSS Vulnerability

  • CVE-2026-32450: WooCommerce Products Tables 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