Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-4479

CVE-2026-4479: WooCommerce Dynamic Pricing XSS Vulnerability

CVE-2026-4479 is a stored cross-site scripting flaw in the WholeSale Products Dynamic Pricing Management WooCommerce plugin that allows admin-level attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 17, 2026

CVE-2026-4479 Overview

The WholeSale Products Dynamic Pricing Management WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via admin settings in all versions up to, and including, 1.2. This vulnerability arises from insufficient input sanitization and output escaping in the plugin's administrative interface. Authenticated attackers with administrator-level permissions can inject arbitrary web scripts into pages that execute whenever a user accesses the affected page.

Critical Impact

This vulnerability allows administrators to inject persistent malicious scripts that execute in the context of other users' sessions, potentially enabling session hijacking, credential theft, or unauthorized administrative actions on WordPress multi-site installations.

Affected Products

  • WholeSale Products Dynamic Pricing Management WooCommerce plugin versions up to and including 1.2
  • WordPress multi-site installations with the affected plugin
  • WordPress installations where unfiltered_html capability has been disabled

Discovery Timeline

  • 2026-04-14 - CVE CVE-2026-4479 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-4479

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists in the admin settings functionality of the WholeSale Products Dynamic Pricing Management WooCommerce plugin. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The attack requires network access and high privileges (administrator-level), but once exploited, the impact extends to other users accessing the injected pages, allowing cross-scope attacks.

The vulnerability specifically affects environments where additional security controls have been implemented. This includes WordPress multi-site installations and configurations where the unfiltered_html capability has been explicitly disabled—ironically, environments that have attempted to harden their security posture are the ones affected.

Root Cause

The root cause stems from insufficient input sanitization and output escaping within the plugin's administrative settings processing. The vulnerable code is located in class-main.php at line 114, where user-supplied input from admin settings fields is stored without proper sanitization and subsequently rendered without adequate output escaping. This allows malicious JavaScript code to be stored in the database and executed when the settings page or affected frontend pages are rendered.

Attack Vector

The attack is network-based and requires an authenticated attacker with administrator-level permissions. The attacker injects malicious JavaScript code through the plugin's admin settings fields. When other users (including other administrators) access pages where this content is displayed, the malicious script executes in their browser context.

The attack scenario involves:

  1. An attacker with administrator access navigates to the WholeSale Products Dynamic Pricing Management settings
  2. Malicious JavaScript is entered into vulnerable input fields that lack proper sanitization
  3. The payload is stored in the WordPress database
  4. When any user views the affected page, the script executes with their session privileges
  5. The attacker can steal session cookies, perform actions as the victim, or redirect users to phishing pages

This vulnerability is particularly concerning in multi-site environments where multiple administrators may have access, as a compromised or malicious administrator on one site could potentially impact users across the network.

Detection Methods for CVE-2026-4479

Indicators of Compromise

  • Unexpected JavaScript code present in the WholeSale Products Dynamic Pricing Management plugin settings stored in the WordPress database
  • Unusual <script> tags or JavaScript event handlers in plugin configuration values
  • Reports of unexpected browser behavior or redirects when accessing WooCommerce pricing pages
  • Suspicious modifications to plugin settings by administrator accounts

Detection Strategies

  • Audit database entries for the plugin's settings, searching for JavaScript patterns such as <script>, onerror=, onload=, or other HTML event handlers
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Review WordPress admin activity logs for unusual modifications to the WholeSale Products plugin settings
  • Deploy web application firewall (WAF) rules to detect XSS payloads in administrative requests

Monitoring Recommendations

  • Enable comprehensive logging for WordPress admin actions, particularly settings changes
  • Monitor for script execution anomalies using browser-based security tools or endpoint detection
  • Configure alerting for any modifications to WooCommerce-related plugin settings
  • Implement integrity monitoring for plugin database entries

How to Mitigate CVE-2026-4479

Immediate Actions Required

  • Update the WholeSale Products Dynamic Pricing Management WooCommerce plugin to a patched version when available
  • Review and audit current plugin settings for any injected malicious content
  • Restrict administrator access to trusted users only
  • Consider temporarily disabling the plugin on multi-site installations until a patch is released

Patch Information

Review the WordPress Plugin Source Code to understand the vulnerable code path. Monitor the Wordfence Vulnerability Report for updated patch information and remediation guidance.

Plugin administrators should check for updates regularly through the WordPress dashboard and apply security updates immediately when released.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Use a Web Application Firewall (WAF) with XSS filtering rules enabled
  • Limit administrator access to only essential personnel on multi-site installations
  • Consider re-enabling unfiltered_html restrictions if they were disabled, as single-site installations are not affected by this vulnerability
bash
# Add CSP headers in .htaccess or server configuration
# Example Apache configuration for XSS mitigation
Header set Content-Security-Policy "script-src 'self'; object-src 'none';"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"

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.02%

  • 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 Source Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-32674: WooCommerce Excel Import XSS Vulnerability

  • CVE-2025-32535: DN Shipping by Weight XSS Vulnerability

  • CVE-2026-3355: WooCommerce Reviews Plugin XSS Vulnerability

  • CVE-2025-23789: URL Shortener Plugin Reflected 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