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-2026-24838

CVE-2026-24838: DNN (DotNetNuke) XSS Vulnerability

CVE-2026-24838 is a cross-site scripting (XSS) flaw in DNN (DotNetNuke) CMS affecting module titles that support richtext. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 14, 2026

CVE-2026-24838 Overview

CVE-2026-24838 is a stored cross-site scripting (XSS) vulnerability in DNN (formerly DotNetNuke), an open-source web content management platform built on the Microsoft .NET ecosystem. The flaw exists in versions prior to 9.13.10 and 10.2.0. Module titles accept rich text input that can contain script content, which the platform renders without sufficient sanitization in certain scenarios. An authenticated attacker with privileges to set module titles can inject scripts that execute in the browser of any user who views the affected page. The DNN maintainers addressed the issue in versions 9.13.10 and 10.2.0.

Critical Impact

Authenticated attackers can inject JavaScript through module titles to steal session tokens, perform actions on behalf of other users, or redirect victims to attacker-controlled content.

Affected Products

  • DNN Platform (DotNetNuke) versions prior to 9.13.10
  • DNN Platform (DotNetNuke) versions prior to 10.2.0
  • Sites running affected DNN versions with multi-user content editing

Discovery Timeline

  • 2026-01-28 - CVE-2026-24838 published to the National Vulnerability Database
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-24838

Vulnerability Analysis

The vulnerability is a stored cross-site scripting issue classified as [CWE-79]. DNN allows users to define module titles using a rich text editor. Rich text fields permit HTML markup to support formatting. The platform fails to strip or neutralize executable script content from this input under specific rendering paths. When a victim loads a page containing the malicious module title, the embedded script executes in the victim's session context.

Exploitation requires an authenticated user with permission to edit module properties. User interaction is needed because the payload triggers only when a user views the page hosting the affected module. The scope is changed because script execution crosses from the editor's context into the viewer's browser security context.

Root Cause

The root cause is improper neutralization of input during web page generation. DNN's rich text handling for module titles preserves HTML elements such as <script> tags or event-handler attributes rather than enforcing an allowlist of safe formatting tags. The sanitization gap allows arbitrary JavaScript to persist in the database and reach the rendered DOM.

Attack Vector

An attacker with module-editing rights opens the module settings interface and submits a crafted title containing JavaScript through the rich text editor. The payload is stored server-side. Any authenticated or anonymous user who later browses the affected page triggers script execution. The attacker can capture cookies, abuse the victim's privileges through the DNN API, or pivot toward administrative account takeover.

Review the DNN Security Advisory GHSA-w9pf-h6m6-v89h for vendor-supplied technical details.

Detection Methods for CVE-2026-24838

Indicators of Compromise

  • Module title fields containing <script> tags, javascript: URIs, or event-handler attributes such as onerror or onload
  • Unexpected outbound requests from user browsers to attacker-controlled domains shortly after loading DNN pages
  • Audit log entries showing module configuration edits by accounts that do not normally administer content

Detection Strategies

  • Query the DNN content database for module titles containing HTML control characters or script-related substrings
  • Monitor web server response bodies for unsanitized script content originating from module title fields
  • Correlate page-view telemetry with browser-side errors or content security policy (CSP) violation reports

Monitoring Recommendations

  • Enable verbose audit logging on DNN module edit events and forward to a centralized log platform
  • Alert on bursts of module property changes from a single user or IP address
  • Deploy a strict CSP and capture violation reports to flag inline script execution attempts

How to Mitigate CVE-2026-24838

Immediate Actions Required

  • Upgrade DNN Platform installations to version 9.13.10 or 10.2.0 or later without delay
  • Review module title fields across all portals for stored payloads and remove malicious content
  • Audit accounts with module editing permissions and revoke access that is no longer required
  • Rotate session secrets and force re-authentication after remediation to invalidate any stolen tokens

Patch Information

The DNN project released fixes in versions 9.13.10 and 10.2.0. Both releases sanitize module title rich text to prevent script execution. Refer to the DNN Security Advisory GHSA-w9pf-h6m6-v89h for download links and upgrade notes.

Workarounds

  • Restrict module editing privileges to a minimal set of trusted administrators until patching is complete
  • Apply a Content Security Policy that disallows inline scripts to limit the impact of injected payloads
  • Use a web application firewall rule to block requests containing script tags in module title parameters
bash
# Example CSP header to mitigate inline script execution
Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; report-uri /csp-report

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDotnetnuke

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • 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-59545: DotNetNuke Prompt Module XSS Vulnerability

  • CVE-2025-52488: DNN Platform NTLM Hash Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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