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

CVE-2025-28889: WooCommerce Product Stickers XSS Flaw

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

Updated: May 11, 2026

CVE-2025-28889 Overview

CVE-2025-28889 is a reflected cross-site scripting (XSS) vulnerability in the Custom Product Stickers for Woocommerce WordPress plugin developed by starblank. The flaw exists in all plugin versions up to and including 1.9.0. The plugin fails to properly neutralize user-controllable input before reflecting it into generated web pages, enabling attackers to inject and execute arbitrary JavaScript in a victim's browser session. The issue is tracked under CWE-79 and affects WordPress sites running WooCommerce with this plugin enabled.

Critical Impact

Successful exploitation lets unauthenticated attackers execute arbitrary JavaScript in the context of a victim's session, enabling cookie theft, session hijacking, defacement, and redirection to attacker-controlled infrastructure.

Affected Products

  • Custom Product Stickers for WooCommerce plugin versions up to and including 1.9.0
  • WordPress sites running the vulnerable plugin alongside WooCommerce
  • Any administrator or customer account interacting with crafted plugin URLs

Discovery Timeline

  • 2025-03-26 - CVE-2025-28889 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-28889

Vulnerability Analysis

The vulnerability stems from improper neutralization of input during web page generation, classified as [CWE-79]. The Custom Product Stickers for Woocommerce plugin accepts user-supplied parameters and reflects them into HTML responses without sufficient encoding or sanitization. An attacker crafts a malicious URL containing JavaScript payloads in vulnerable parameters and tricks a victim into clicking it. The browser then executes the injected script under the origin of the target WordPress site.

Because the issue requires user interaction and operates across a security scope change, injected scripts can act on behalf of authenticated users, including site administrators. Attackers can use this primitive to exfiltrate session cookies, perform actions through the WordPress REST API, or pivot to plugin and theme management endpoints. Refer to the Patchstack XSS Vulnerability Report for technical details.

Root Cause

The root cause is missing output encoding on request parameters that are echoed back into HTML responses. The plugin does not apply WordPress sanitization functions such as esc_html(), esc_attr(), or wp_kses() to user-controlled data before rendering it inside page markup.

Attack Vector

Exploitation occurs over the network with no authentication required. The attacker constructs a URL containing a JavaScript payload in a vulnerable query parameter and delivers it through phishing, malvertising, or third-party site embeds. When a logged-in WordPress user visits the link, the payload executes within the trusted origin.

No verified public proof-of-concept code is available for this CVE. The vulnerability mechanism follows the standard reflected XSS pattern where unsanitized request parameters are written directly into the HTTP response body.

Detection Methods for CVE-2025-28889

Indicators of Compromise

  • Inbound HTTP requests to WooCommerce or plugin endpoints containing URL-encoded <script>, javascript:, onerror=, or onload= substrings in query parameters
  • Web server access logs showing reflected parameter values with HTML or JavaScript syntax originating from external referrers
  • Unexpected administrative actions performed shortly after an admin clicks an external link, such as new user creation or plugin installation

Detection Strategies

  • Inspect web application firewall (WAF) telemetry for reflected XSS signatures targeting plugin parameters
  • Correlate WordPress audit logs with web access logs to identify admin sessions interacting with malicious referrers
  • Enumerate installed WordPress plugins and flag any installation of custom-product-stickers-for-woocommerce at version 1.9.0 or earlier

Monitoring Recommendations

  • Enable Content Security Policy (CSP) reporting to capture script execution from unexpected sources
  • Monitor outbound DNS and HTTP traffic from administrator browsers for connections to unknown domains after WordPress logins
  • Alert on creation of new administrator accounts, REST API token issuance, or modifications to wp_options outside of approved change windows

How to Mitigate CVE-2025-28889

Immediate Actions Required

  • Identify all WordPress sites running Custom Product Stickers for Woocommerce version 1.9.0 or earlier and prioritize them for remediation
  • Disable or deactivate the plugin until a patched release is confirmed available from the vendor
  • Force a session refresh and password rotation for administrator accounts that may have clicked untrusted links

Patch Information

No fixed version is listed in the available CVE record at time of publication. Affected sites should consult the Patchstack advisory and the plugin page on WordPress.org for the latest patched release. Apply the vendor-supplied update once published.

Workarounds

  • Deploy a WAF rule that blocks requests containing HTML and JavaScript metacharacters in parameters bound for the plugin's endpoints
  • Implement a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins
  • Restrict administrator access to the WordPress dashboard using IP allowlists or VPN-only access while the plugin remains unpatched
bash
# Configuration example: temporarily deactivate the vulnerable plugin via WP-CLI
wp plugin deactivate custom-product-stickers-for-woocommerce
wp plugin list --status=active --format=table

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 Score7.1

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack XSS Vulnerability Report
  • Related CVEs
  • CVE-2026-0703: NextMove Lite WooCommerce Plugin XSS Flaw

  • CVE-2025-32674: WooCommerce Excel Import XSS Vulnerability

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

  • CVE-2025-32514: WooCommerce Estimate & Quote 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