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
    • 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-2025-22307

CVE-2025-22307: WooCommerce Product Table XSS Vulnerability

CVE-2025-22307 is a reflected cross-site scripting flaw in Product Table for WooCommerce plugin that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 22, 2026

CVE-2025-22307 Overview

A Reflected Cross-Site Scripting (XSS) vulnerability has been identified in the Product Table for WooCommerce WordPress plugin (woo-product-table), developed by Saiful Islam. This vulnerability allows attackers to inject malicious scripts into web pages viewed by other users through improper neutralization of input during web page generation.

Reflected XSS vulnerabilities occur when user-supplied data is immediately returned by a web application without proper sanitization, allowing attackers to execute arbitrary JavaScript in victims' browsers. In the context of a WooCommerce product table plugin, successful exploitation could lead to session hijacking, credential theft, or unauthorized actions performed on behalf of authenticated users.

Critical Impact

Attackers can execute arbitrary JavaScript code in the context of a victim's browser session, potentially compromising WordPress administrator accounts and enabling full site takeover.

Affected Products

  • Product Table for WooCommerce (woo-product-table) versions through 4.0.3
  • WordPress sites running the vulnerable plugin versions
  • WooCommerce stores utilizing the Product Table functionality

Discovery Timeline

  • 2025-01-09 - CVE CVE-2025-22307 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-22307

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists due to insufficient input validation and output encoding within the Product Table for WooCommerce plugin.

When user-controlled input is processed by the plugin and reflected back in the HTTP response without proper sanitization, attackers can craft malicious URLs containing JavaScript payloads. When a victim clicks such a link, the malicious script executes within the security context of the vulnerable WordPress site.

The impact of this vulnerability extends beyond simple script execution. In a WordPress/WooCommerce environment, successful exploitation could allow attackers to:

  • Steal administrator session cookies and authentication tokens
  • Perform administrative actions on behalf of logged-in users
  • Modify product information, pricing, or inventory data
  • Inject persistent malicious content through the compromised admin session
  • Harvest customer payment and personal information

Root Cause

The root cause of this vulnerability lies in the plugin's failure to properly sanitize and encode user-supplied input before including it in the HTML response. The Product Table for WooCommerce plugin does not adequately implement WordPress's built-in escaping functions such as esc_html(), esc_attr(), or wp_kses() when processing certain input parameters.

WordPress provides multiple sanitization and escaping functions specifically designed to prevent XSS attacks, but their consistent application across all user input vectors is essential. The vulnerable code path in this plugin bypasses or omits these security controls, creating the reflected XSS condition.

Attack Vector

The attack requires social engineering to trick a victim into clicking a malicious URL. The attacker crafts a specially formatted URL containing JavaScript payload parameters that the vulnerable plugin reflects without sanitization. When a WordPress administrator or authenticated user clicks the link, the injected script executes with their privileges.

A typical attack scenario involves:

  1. Attacker identifies a vulnerable parameter in the Product Table plugin
  2. Attacker crafts a malicious URL with an XSS payload targeting that parameter
  3. Attacker distributes the link via phishing email, social media, or compromised websites
  4. Victim clicks the link while authenticated to the WordPress site
  5. Malicious JavaScript executes in victim's browser context
  6. Attacker captures session tokens or performs unauthorized actions

For detailed technical analysis of the vulnerability mechanism, see the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-22307

Indicators of Compromise

  • Unusual URL parameters containing JavaScript code fragments or encoded script tags targeting the woo-product-table plugin endpoints
  • Web server logs showing requests with suspicious parameters containing <script>, javascript:, onerror=, or similar XSS payload patterns
  • User reports of unexpected browser behavior or popup dialogs when accessing product table pages
  • Authentication anomalies such as session tokens being used from unexpected IP addresses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payload patterns in URL parameters
  • Monitor WordPress access logs for requests containing encoded characters (%3C, %3E, %22) that could indicate XSS attempts
  • Deploy browser-based Content Security Policy (CSP) headers to mitigate script execution from inline sources
  • Use WordPress security plugins that provide real-time scanning for known vulnerable plugin versions

Monitoring Recommendations

  • Enable detailed logging for the WordPress admin area and WooCommerce plugin interactions
  • Configure alerts for multiple failed authentication attempts following visits to product table URLs with unusual parameters
  • Implement session monitoring to detect cookie hijacking or session replay attacks
  • Review installed plugin versions regularly against vulnerability databases such as Patchstack and WPScan

How to Mitigate CVE-2025-22307

Immediate Actions Required

  • Update the Product Table for WooCommerce plugin to a version newer than 4.0.3 immediately
  • Review WordPress user accounts for any unauthorized changes or new administrator accounts
  • Invalidate all active user sessions to prevent exploitation of potentially compromised session tokens
  • Audit recent WordPress activity logs for signs of unauthorized access or configuration changes

Patch Information

Users should update the Product Table for WooCommerce plugin to the latest available version that addresses this vulnerability. The plugin can be updated through the WordPress admin dashboard under Plugins → Installed Plugins, or via WP-CLI using the command wp plugin update woo-product-table.

For detailed patch information and version history, consult the Patchstack Vulnerability Report.

Workarounds

  • If immediate patching is not possible, consider temporarily deactivating the Product Table for WooCommerce plugin until an update can be applied
  • Implement a Web Application Firewall with XSS protection rules to filter malicious requests before they reach WordPress
  • Add Content Security Policy headers to restrict inline script execution, limiting the impact of successful XSS exploitation
  • Restrict access to WordPress admin areas to trusted IP addresses only, reducing the attack surface for authenticated XSS exploitation
bash
# Example: Add CSP header in WordPress .htaccess (Apache)
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://trusted-cdn.example.com; object-src 'none';"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWoo Product Table

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.10%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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