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

CVE-2025-3191: react-draft-wysiwyg XSS Vulnerability

CVE-2025-3191 is a Cross-site Scripting flaw in react-draft-wysiwyg that allows attackers to inject malicious code via the Embedded button, saving payloads in iframe tags. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-3191 Overview

CVE-2025-3191 is a Cross-Site Scripting (XSS) vulnerability affecting all versions of the react-draft-wysiwyg package. The vulnerability exists in the Embedded button functionality, which allows attackers to inject malicious payloads that are subsequently saved within <iframe> tags. This stored XSS vulnerability can lead to unauthorized script execution in users' browsers when they view content created with the affected editor component.

Critical Impact

All versions of react-draft-wysiwyg are vulnerable to stored XSS attacks through the Embedded button feature, potentially compromising user sessions and sensitive data across applications using this popular React WYSIWYG editor component.

Affected Products

  • react-draft-wysiwyg (all versions)

Discovery Timeline

  • April 4, 2025 - CVE-2025-3191 published to NVD
  • April 7, 2025 - Last updated in NVD database

Technical Details for CVE-2025-3191

Vulnerability Analysis

This Cross-Site Scripting vulnerability (CWE-79) allows attackers to inject malicious JavaScript code through the Embedded button feature in the react-draft-wysiwyg editor. The vulnerability occurs because user-supplied input is not properly sanitized before being inserted into <iframe> tags. When a victim views content containing the malicious payload, the injected script executes within the context of the victim's browser session.

The attack requires user interaction—specifically, a victim must view the page containing the malicious embedded content. Once executed, the attacker's script can access cookies, session tokens, and other sensitive information stored in the browser, or perform actions on behalf of the authenticated user.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the Embedded button functionality. When users embed content through the editor, the package fails to properly escape or filter potentially malicious input before storing it in <iframe> elements. This allows attackers to craft payloads that bypass any existing security controls and execute arbitrary JavaScript when the content is rendered.

Attack Vector

The attack is network-based and requires an attacker to craft a malicious payload that exploits the Embedded button feature. The attacker would need to submit content through the react-draft-wysiwyg editor that includes a specially crafted embedded element. When this content is saved and subsequently viewed by other users, the malicious script executes in their browser context.

The vulnerability can be exploited in scenarios where:

  • Content created with the editor is displayed to other users
  • The application allows user-generated content with embedded elements
  • Insufficient Content Security Policy (CSP) headers are in place

Technical details and proof-of-concept information are available in the GitHub Gist PoC Script and the Snyk Security Vulnerability Report.

Detection Methods for CVE-2025-3191

Indicators of Compromise

  • Suspicious <iframe> elements containing JavaScript event handlers or javascript: protocol URLs in stored content
  • Unexpected script execution or browser behavior when viewing user-generated content created with react-draft-wysiwyg
  • User reports of session hijacking or unauthorized actions on accounts that recently viewed embedded content
  • Anomalous network requests to external domains originating from pages with react-draft-wysiwyg content

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in requests targeting content submission endpoints
  • Deploy browser-based XSS detection tools and Content Security Policy violation reporting
  • Review stored content databases for suspicious <iframe> tags containing malicious patterns
  • Monitor application logs for unusual embedded content submissions or patterns indicative of XSS testing

Monitoring Recommendations

  • Enable Content Security Policy (CSP) reporting to detect and alert on policy violations that may indicate XSS attempts
  • Implement real-time monitoring of user-generated content for known XSS payload signatures
  • Set up alerts for unusual patterns in embedded content creation or modification activities
  • Monitor for reports from users experiencing unexpected behavior after viewing editor-generated content

How to Mitigate CVE-2025-3191

Immediate Actions Required

  • Audit all existing content created with react-draft-wysiwyg for potentially malicious embedded payloads
  • Implement server-side input validation and output encoding for all content processed through the editor
  • Deploy strict Content Security Policy headers to restrict script execution sources
  • Consider temporarily disabling the Embedded button feature until a patch is available

Patch Information

As of the last update, no official patch has been released for this vulnerability. All versions of the react-draft-wysiwyg package remain affected. Organizations should monitor the Snyk Security Vulnerability Report for updates on remediation options and potential patches.

Workarounds

  • Implement server-side sanitization using libraries like DOMPurify to filter embedded content before storage
  • Disable the Embedded button feature in the editor configuration if it is not essential to your application
  • Deploy strict Content Security Policy headers with frame-src directives to limit iframe sources
  • Implement output encoding when rendering editor content to prevent script execution
bash
# Example: Implementing CSP headers in Express.js
# Add to server configuration to mitigate XSS impact
app.use((req, res, next) => {
  res.setHeader("Content-Security-Policy", 
    "default-src 'self'; script-src 'self'; frame-src 'self' https://trusted-domain.com");
  next();
});

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechReact Draft Wysiwyg

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Gist PoC Script

  • Snyk Security Vulnerability Report
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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