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

CVE-2025-59545: DotNetNuke Prompt Module XSS Vulnerability

CVE-2025-59545 is a cross-site scripting vulnerability in DNN's Prompt module that allows attackers to execute malicious scripts through unsanitized HTML commands. This article covers technical details, affected versions, and patches.

Published: April 1, 2026

CVE-2025-59545 Overview

CVE-2025-59545 is a Cross-Site Scripting (XSS) vulnerability affecting DNN (formerly DotNetNuke), an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 10.1.0, the Prompt module allows execution of commands that can return raw HTML. Malicious input, even if sanitized for display elsewhere, can be executed when processed through certain commands, leading to potential script execution.

Critical Impact

This XSS vulnerability in the DNN Prompt module enables attackers to execute arbitrary JavaScript in the context of authenticated users' sessions, potentially leading to session hijacking, data theft, or privilege escalation within the CMS environment.

Affected Products

  • DNN (DotNetNuke) versions prior to 10.1.0
  • DNN Platform installations utilizing the Prompt module
  • All DNN deployments running unpatched versions in the affected range

Discovery Timeline

  • 2025-09-23 - CVE CVE-2025-59545 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-59545

Vulnerability Analysis

This vulnerability stems from improper input validation within the DNN Prompt module (CWE-79). The Prompt module is designed to execute administrative commands and return results to users. However, the module fails to properly sanitize output when certain commands process and return raw HTML content.

Even when malicious input is sanitized for display in other parts of the application, the vulnerability exists specifically in how the Prompt module handles command output. When a user interacts with the Prompt feature, crafted payloads can bypass sanitization mechanisms and execute arbitrary JavaScript within the browser context of the victim.

The network-based attack vector with low complexity makes this vulnerability particularly concerning for publicly accessible DNN installations. An attacker with low privileges can exploit this vulnerability, though user interaction is required for successful exploitation.

Root Cause

The root cause is a failure to properly encode or sanitize HTML output returned by the Prompt module's command processing functionality. While the CMS may implement input sanitization in other areas, the specific code path through the Prompt module bypasses these protections, allowing raw HTML and JavaScript to be rendered and executed in the browser.

Attack Vector

The attack leverages the network-accessible Prompt module interface. An authenticated attacker with low privileges can craft malicious input containing JavaScript payloads. When another user (particularly an administrator) processes or views the results of commands containing this malicious content, the script executes in their browser session.

The scope of this vulnerability is changed, meaning successful exploitation can affect resources beyond the vulnerable component itself, potentially compromising other security domains such as user sessions, authentication tokens, or sensitive data accessible within the CMS.

Due to the nature of this vulnerability, no synthetic code examples are provided. Technical details regarding the specific exploitation mechanism can be found in the GitHub Security Advisory.

Detection Methods for CVE-2025-59545

Indicators of Compromise

  • Unusual JavaScript payloads in Prompt module command history or logs
  • Unexpected script execution errors in browser developer consoles when accessing the DNN admin interface
  • Audit logs showing abnormal Prompt module usage patterns or suspicious command inputs
  • Session anomalies indicating potential session hijacking following Prompt module interactions

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS patterns in requests targeting the Prompt module endpoints
  • Monitor application logs for encoded or obfuscated script tags and event handlers in user input fields
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Utilize SIEM correlation rules to identify suspicious sequences of Prompt module access followed by unauthorized actions

Monitoring Recommendations

  • Enable verbose logging for the DNN Prompt module to capture all command inputs and outputs
  • Implement real-time alerting on any JavaScript-related patterns detected in Prompt module interactions
  • Monitor for changes in user sessions or privilege levels immediately following Prompt module usage
  • Regularly audit Prompt module access logs for anomalous activity patterns

How to Mitigate CVE-2025-59545

Immediate Actions Required

  • Upgrade DNN (DotNetNuke) to version 10.1.0 or later immediately
  • Restrict access to the Prompt module to only trusted administrators until patching is complete
  • Implement additional Content Security Policy (CSP) headers to mitigate XSS impact
  • Review audit logs for any indicators of prior exploitation attempts

Patch Information

DNN Software has addressed this vulnerability in version 10.1.0. Organizations running vulnerable versions should prioritize upgrading to this patched release. The security advisory is available at the GitHub Security Advisory page.

Workarounds

  • Temporarily disable the Prompt module if not essential to operations until the upgrade can be performed
  • Implement strict WAF rules to filter potential XSS payloads targeting the Prompt module
  • Enforce principle of least privilege by limiting Prompt module access to essential personnel only
  • Deploy browser-based XSS protection mechanisms and ensure modern security headers are configured
bash
# Example: Adding Content Security Policy headers in web.config for IIS
# Add to <system.webServer><httpProtocol><customHeaders> section
# <add name="Content-Security-Policy" value="default-src 'self'; script-src 'self'; object-src 'none';" />

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDotnetnuke

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2020-37103: DotNetNuke 9.5 XSS Vulnerability

  • CVE-2025-64095: DNN (DotNetNuke) XSS Vulnerability

  • CVE-2025-52488: DNN Platform NTLM Hash Disclosure Flaw

  • CVE-2025-32372: DNN (DotNetNuke) SSRF 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