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-2025-13369

CVE-2025-13369: WordPress Premmerce Plugin XSS Flaw

CVE-2025-13369 is a reflected cross-site scripting vulnerability in the Premmerce WooCommerce Customers Manager plugin for WordPress that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-13369 Overview

The Premmerce WooCommerce Customers Manager plugin for WordPress contains a Reflected Cross-Site Scripting (XSS) vulnerability affecting all versions up to and including 1.1.14. The vulnerability exists due to insufficient input sanitization and output escaping in the money_spent_from, money_spent_to, registered_from, and registered_to parameters within the plugin's administrative filter functionality.

This vulnerability allows unauthenticated attackers to inject arbitrary web scripts into pages that execute when an administrator performs an action such as clicking on a malicious link. As a reflected XSS vulnerability, the attack payload is delivered through a crafted URL and reflected back to the victim's browser without proper sanitization.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in the context of an authenticated administrator's session, potentially leading to session hijacking, administrative account compromise, or malicious actions performed on behalf of the administrator.

Affected Products

  • Premmerce WooCommerce Customers Manager plugin for WordPress versions up to and including 1.1.14
  • WordPress installations running the vulnerable plugin versions
  • WooCommerce stores utilizing the Customers Manager functionality

Discovery Timeline

  • 2026-01-07 - CVE-2025-13369 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-13369

Vulnerability Analysis

This Reflected Cross-Site Scripting vulnerability stems from improper handling of user-supplied input in the plugin's customer filtering functionality. The affected parameters (money_spent_from, money_spent_to, registered_from, registered_to) accept date and monetary value inputs that are used to filter customer records in the WooCommerce administrative interface.

When these parameters are submitted via GET or POST requests, the plugin fails to properly sanitize the input before reflecting it back in the HTML response. This creates an injection point where attackers can craft malicious URLs containing JavaScript payloads that execute in the context of an administrator's authenticated session.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which is a fundamental web application security flaw. The attack requires user interaction (social engineering an administrator to click a malicious link), but no authentication is required for the attacker to craft and distribute the malicious payload.

Root Cause

The root cause of this vulnerability lies in the filter view component located in views/admin/filter.php and the associated Admin class in src/Admin/Admin.php. The plugin directly outputs user-controlled parameter values without applying proper escaping functions such as esc_attr(), esc_html(), or wp_kses() that WordPress provides for output sanitization.

When rendering the filter form, the vulnerable parameters are echoed back to the page to maintain form state, but without proper encoding. This allows script tags or event handlers embedded in the parameter values to be interpreted as executable code by the browser.

Attack Vector

The attack vector is network-based and requires social engineering to execute successfully. An attacker would craft a malicious URL targeting the WordPress admin panel's customer manager page with a JavaScript payload embedded in one of the vulnerable parameters. The attack sequence typically follows this pattern:

  1. The attacker identifies a WordPress site using the vulnerable Premmerce WooCommerce Customers Manager plugin
  2. A malicious URL is crafted containing JavaScript code in one of the four vulnerable parameters
  3. The attacker distributes this link to site administrators via email, social media, or other communication channels
  4. When an authenticated administrator clicks the link, the malicious script executes in their browser session
  5. The script can then steal session cookies, perform actions as the administrator, or further compromise the WordPress installation

The vulnerability is particularly dangerous in e-commerce environments where WooCommerce stores manage sensitive customer data and payment information. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2025-13369

Indicators of Compromise

  • Suspicious access logs showing requests to the WooCommerce Customers Manager admin pages with unusual parameter values containing HTML or script tags
  • Encoded JavaScript payloads (URL-encoded, HTML entity encoded) in the money_spent_from, money_spent_to, registered_from, or registered_to parameters
  • Unusual administrator session activity following visits to customer manager filter pages
  • Referrer logs showing external sources linking to admin URLs with suspicious query strings

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS patterns in URL parameters targeting WordPress admin pages
  • Monitor HTTP access logs for requests containing common XSS payloads such as <script>, javascript:, onerror=, and onload= in query parameters
  • Deploy Content Security Policy (CSP) headers to prevent inline script execution and report policy violations
  • Utilize WordPress security plugins that scan for known vulnerable plugin versions and alert administrators

Monitoring Recommendations

  • Enable verbose logging for all WordPress admin panel access and review logs regularly for anomalous patterns
  • Configure alerting for multiple failed or suspicious requests to the customer manager interface from the same IP address
  • Monitor for unexpected administrative actions that could indicate session compromise following XSS exploitation
  • Implement real-time browser-based XSS detection using SentinelOne Singularity XDR for endpoint protection

How to Mitigate CVE-2025-13369

Immediate Actions Required

  • Update the Premmerce WooCommerce Customers Manager plugin to a version newer than 1.1.14 that includes security patches
  • Review WordPress admin access logs for evidence of exploitation attempts against the vulnerable parameters
  • Verify all administrator accounts for unauthorized activity and rotate credentials if suspicious behavior is detected
  • Implement a Web Application Firewall with XSS protection rules as a defense-in-depth measure

Patch Information

The vulnerability affects all versions of the Premmerce WooCommerce Customers Manager plugin up to and including version 1.1.14. Site administrators should update to the latest available version through the WordPress plugin repository. The vulnerable code can be examined in the Admin.php source code and the filter.php view template.

Workarounds

  • Temporarily disable the Premmerce WooCommerce Customers Manager plugin until a patched version is available
  • Restrict access to the WordPress admin panel using IP-based access controls to limit potential attackers
  • Implement Content Security Policy headers with script-src 'self' to mitigate the impact of XSS attacks
  • Train administrators to verify URLs before clicking and avoid following links from untrusted sources to WooCommerce admin pages
bash
# Add CSP header to WordPress .htaccess as a temporary mitigation
# Place in the root .htaccess file of your WordPress installation
<IfModule mod_headers.c>
    Header set Content-Security-Policy "script-src 'self'; 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/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Woo Customers Manager Admin Code

  • WordPress Woo Customers Manager Filter Code

  • WordPress Woo Customers Manager Admin Code

  • WordPress Woo Customers Manager Filter Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion 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