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

CVE-2025-15380: NotificationX WordPress Plugin XSS Flaw

CVE-2025-15380 is a DOM-based cross-site scripting vulnerability in the NotificationX WordPress plugin that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-15380 Overview

CVE-2025-15380 is a DOM-Based Cross-Site Scripting (XSS) vulnerability affecting the NotificationX WordPress plugin, a popular extension used for displaying FOMO notifications, live sales popups, social proof elements, and announcement banners. The vulnerability exists in the nx-preview POST parameter and affects all versions up to and including 3.2.0.

This vulnerability stems from insufficient input sanitization and output escaping when the plugin processes preview data. Due to the DOM-based nature of this XSS flaw, unauthenticated attackers can craft malicious pages that auto-submit forms to vulnerable WordPress sites, causing arbitrary JavaScript to execute in the context of visiting users' browsers.

Critical Impact

Unauthenticated attackers can inject arbitrary web scripts that execute when users visit malicious pages, potentially leading to session hijacking, credential theft, site defacement, or malware distribution.

Affected Products

  • NotificationX WordPress Plugin versions up to and including 3.2.0
  • WordPress sites with vulnerable NotificationX installations
  • WooCommerce integrations utilizing NotificationX for sales popups

Discovery Timeline

  • January 20, 2026 - CVE-2025-15380 published to NVD
  • January 20, 2026 - Last updated in NVD database

Technical Details for CVE-2025-15380

Vulnerability Analysis

The NotificationX plugin implements a preview functionality that allows administrators to preview notification configurations before publishing them. The vulnerable code path processes data submitted via the nx-preview POST parameter and renders it directly within the Document Object Model (DOM) without adequate sanitization or encoding.

This DOM-Based XSS vulnerability differs from traditional reflected or stored XSS in that the malicious payload is processed entirely on the client side. The JavaScript code within the page reads the attacker-controlled input from the POST parameter and writes it to the DOM, where it gets interpreted and executed by the browser.

The attack does not require authentication, which significantly increases its severity. An attacker can host a malicious webpage containing a hidden form that automatically submits to the vulnerable WordPress endpoint when a victim visits the attacker's page. This cross-origin form submission technique bypasses same-origin restrictions because HTML forms do not follow CORS policies.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize user-supplied input and escape output when handling the nx-preview POST parameter. The plugin's preview functionality accepts data from untrusted sources and incorporates it into the rendered page without applying appropriate encoding or content security measures.

Specifically, the vulnerability occurs because:

  1. The plugin accepts preview data through a POST parameter accessible without authentication
  2. Input validation does not adequately filter or sanitize potentially malicious content
  3. Output escaping is missing or insufficient when the preview data is rendered to the DOM
  4. The DOM manipulation functions directly insert unescaped content into the page structure

Attack Vector

The attack leverages a cross-site form submission technique. An attacker creates a malicious webpage hosted on their own infrastructure containing a hidden HTML form. This form targets the vulnerable WordPress site's preview endpoint and includes a crafted payload in the nx-preview parameter containing malicious JavaScript.

When a victim visits the attacker's malicious page, JavaScript automatically submits the hidden form to the vulnerable WordPress site. The victim's browser sends the request (including any WordPress authentication cookies if the user is logged in), and the response page renders with the injected script executing in the context of the WordPress domain.

The attacker's injected scripts can then access sensitive data within the WordPress site's origin, including authentication tokens, session cookies, and the ability to perform actions as the authenticated user.

For detailed technical analysis, refer to the CleanTalk CVE-2025-15380 Analysis and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-15380

Indicators of Compromise

  • Unusual POST requests to WordPress endpoints containing the nx-preview parameter with encoded JavaScript or HTML content
  • Web server logs showing requests with suspicious payloads containing <script>, javascript:, onerror=, or similar XSS patterns in the nx-preview field
  • User reports of unexpected behavior, redirects, or pop-ups when interacting with NotificationX preview functionality
  • Browser console errors indicating blocked inline scripts if Content Security Policy is enabled

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block POST requests containing XSS payloads in the nx-preview parameter
  • Implement monitoring for HTTP POST requests to NotificationX preview endpoints with anomalous or encoded content
  • Enable Content Security Policy headers to restrict inline script execution and report policy violations
  • Utilize SentinelOne Singularity platform for endpoint-level detection of malicious script execution patterns

Monitoring Recommendations

  • Review web server access logs for POST requests targeting NotificationX preview functionality with unusual payload sizes or encoded content
  • Configure alerting for multiple failed XSS attempts from single IP addresses or referrers
  • Monitor for unexpected external domain references or data exfiltration attempts in browser-based security tools
  • Implement regular vulnerability scanning of WordPress installations to identify unpatched plugin versions

How to Mitigate CVE-2025-15380

Immediate Actions Required

  • Update NotificationX plugin to the latest patched version immediately
  • Audit WordPress site logs for potential exploitation attempts targeting the nx-preview parameter
  • Implement Content Security Policy headers with strict inline script restrictions
  • Consider temporarily disabling the NotificationX plugin until the update is applied if immediate patching is not possible

Patch Information

The vulnerability has been addressed by the plugin developers. The patch can be reviewed in the WordPress Plugin Changeset comparing revisions 3426659 and 3433555. Site administrators should update to the latest version of NotificationX that includes the security fix.

To update the plugin:

  1. Navigate to the WordPress admin dashboard
  2. Go to Plugins → Installed Plugins
  3. Locate NotificationX and click "Update Now" if an update is available
  4. Verify the plugin version is newer than 3.2.0 after updating

Workarounds

  • Implement a Web Application Firewall with rules to block requests containing XSS payloads in POST parameters
  • Add Content Security Policy headers to prevent inline script execution: Content-Security-Policy: script-src 'self';
  • Restrict access to WordPress admin and preview endpoints via IP allowlisting if the plugin must remain active
  • Temporarily deactivate the NotificationX plugin until the update can be applied
bash
# Add Content Security Policy headers in Apache .htaccess
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"

# Or in Nginx configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechNotificationx

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.08%

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

  • CleanTalk CVE-2025-15380 Analysis

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-27042: NotificationX Auth Bypass Vulnerability
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