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

CVE-2025-13902: Cross-Site Scripting (XSS) Vulnerability

CVE-2025-13902 is a cross-site scripting flaw that enables authenticated attackers to inject malicious JavaScript executed when victims hover over crafted elements. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2025-13902 Overview

CVE-2025-13902 is a Cross-Site Scripting (XSS) vulnerability (CWE-79) that affects Schneider Electric web server components. The vulnerability exists due to improper neutralization of user input during web page generation, allowing authenticated attackers to inject malicious JavaScript code that executes when a victim hovers over a crafted element on the affected web server.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in victims' browsers through malicious hover events, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of the victim.

Affected Products

  • Schneider Electric web server components (specific product versions detailed in vendor advisory)

Discovery Timeline

  • 2026-03-10 - CVE-2025-13902 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-13902

Vulnerability Analysis

This stored XSS vulnerability allows authenticated attackers to inject malicious JavaScript payloads into web pages served by the affected Schneider Electric product. The vulnerability is triggered through user interaction—specifically when a victim hovers their mouse pointer over a maliciously crafted HTML element that contains the injected payload.

The attack requires low privileges (authentication) and passive user interaction, but can impact the confidentiality and integrity of downstream systems through the victim's browser context. The vulnerability affects the web interface's input handling mechanisms, where user-supplied data is rendered without proper sanitization or encoding.

Root Cause

The root cause is improper neutralization of input during web page generation. The affected web application fails to adequately sanitize or encode user-controlled input before incorporating it into dynamically generated HTML content. This allows attackers to inject executable script content that persists on the server and executes in the browsers of users who interact with the malicious elements.

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to the vulnerable web application. The attacker injects a malicious payload containing JavaScript code into a field or parameter that is later rendered on a web page. When another authenticated user views the page and hovers over the crafted element, the injected JavaScript executes within that user's browser session.

The hover-based trigger mechanism (likely using HTML event attributes such as onmouseover) allows the attack to remain stealthy until user interaction occurs. Once triggered, the malicious script can access session cookies, perform actions as the victim user, redirect to phishing pages, or exfiltrate sensitive information.

Detection Methods for CVE-2025-13902

Indicators of Compromise

  • Unexpected HTML event handler attributes (onmouseover, onmouseenter, onfocus) containing JavaScript in web application data fields
  • User-submitted content containing encoded or obfuscated script tags or event handlers
  • Anomalous outbound network connections from user browsers to external domains after interacting with the web interface
  • Reports of unexpected behavior or redirects when hovering over elements in the affected web application

Detection Strategies

  • Deploy Web Application Firewalls (WAF) with XSS detection rules to identify and block malicious payloads in HTTP requests
  • Implement Content Security Policy (CSP) headers to prevent inline script execution and report violations
  • Monitor web server logs for requests containing suspicious patterns such as <script>, event handlers, or JavaScript protocol URLs
  • Conduct regular security scanning of the web application for stored XSS vulnerabilities

Monitoring Recommendations

  • Enable CSP violation reporting and monitor for blocked inline script execution attempts
  • Review application audit logs for unusual data submissions by authenticated users
  • Set up alerts for DOM manipulation or script injection patterns in web application monitoring tools
  • Monitor endpoint detection and response (EDR) solutions for browser-based attacks originating from the affected web interface

How to Mitigate CVE-2025-13902

Immediate Actions Required

  • Review the Schneider Electric Security Notice for specific remediation guidance
  • Apply vendor-provided patches or updates as soon as they become available
  • Implement strict input validation and output encoding for all user-supplied data
  • Restrict access to the affected web interface to trusted users only until patches are applied

Patch Information

Schneider Electric has published a security notice (SEVD-2026-069-02) addressing this vulnerability. Organizations should review the Schneider Electric Security Notice for detailed patch information, affected product versions, and specific remediation steps.

Workarounds

  • Implement Content Security Policy (CSP) headers with strict directives to prevent inline script execution: Content-Security-Policy: default-src 'self'; script-src 'self'
  • Deploy a Web Application Firewall (WAF) with XSS filtering rules in front of the affected web server
  • Limit authenticated user access to the affected web interface through network segmentation
  • Educate users about the risks of interacting with suspicious content and implement browser-based XSS protections where available
  • Monitor user activity logs for signs of malicious payload injection and investigate anomalies promptly

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Schneider Electric Security Notice
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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