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

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

CVE-2025-64095 is a cross-site scripting flaw in DNN (DotNetNuke) that allows unauthenticated file uploads, enabling attackers to deface websites and inject XSS payloads. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-64095 Overview

CVE-2025-64095 is a critical vulnerability affecting DNN (formerly DotNetNuke), an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 10.1.1, the default HTML editor provider allows unauthenticated file uploads, and uploaded images can overwrite existing files on the server. This vulnerability enables an unauthenticated attacker to upload and replace existing files, allowing website defacement and, when combined with other issues, injection of XSS payloads.

Critical Impact

Unauthenticated attackers can upload malicious files and overwrite existing website content, leading to website defacement and potential XSS attacks without requiring any authentication.

Affected Products

  • DNN (DotNetNuke) versions prior to 10.1.1
  • dnnsoftware dotnetnuke

Discovery Timeline

  • 2025-10-28 - CVE-2025-64095 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-64095

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue resides in the default HTML editor provider within DNN, which fails to properly authenticate users before allowing file upload operations. Additionally, the file handling mechanism does not implement adequate protections against file overwrites, enabling attackers to replace legitimate files with malicious content.

The vulnerability is particularly concerning because it requires no authentication (PR:N in CVSS vector), no user interaction (UI:N), and can be exploited remotely over the network (AV:N) with low attack complexity (AC:L). When successfully exploited, an attacker can achieve high impact on confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2025-64095 lies in the insufficient access control implementation within the HTML editor's file upload functionality. The default configuration does not enforce authentication checks before processing file upload requests. Furthermore, the system lacks proper validation to prevent uploaded files from overwriting existing files on the server, creating a path for both content manipulation and potential code execution scenarios.

Attack Vector

An attacker can exploit this vulnerability by sending crafted HTTP requests to the DNN platform's file upload endpoint without any authentication credentials. The attack flow involves:

  1. Identifying a vulnerable DNN installation running a version prior to 10.1.1
  2. Crafting a file upload request targeting the HTML editor provider's upload functionality
  3. Uploading malicious content designed to overwrite existing legitimate files
  4. Optionally chaining with XSS payloads to execute client-side attacks against website visitors

The vulnerability mechanism involves the HTML editor's file handling component failing to validate both authentication status and file destination paths. When an unauthenticated request is received, the server processes the upload without verifying the user's identity or checking if the target filename already exists. This allows attackers to replace critical website assets such as images, JavaScript files, or other resources with malicious alternatives. For detailed technical information, refer to the DNN Platform Security Advisory.

Detection Methods for CVE-2025-64095

Indicators of Compromise

  • Unexpected file modifications or new files appearing in web-accessible directories
  • HTTP requests to file upload endpoints from unauthenticated sources
  • Modified timestamps on static assets (images, scripts) without corresponding administrative actions
  • Web server logs showing unusual POST requests to HTML editor endpoints

Detection Strategies

  • Monitor web server access logs for unauthenticated POST requests targeting file upload endpoints
  • Implement file integrity monitoring (FIM) on critical web content directories
  • Deploy web application firewall (WAF) rules to detect and block suspicious file upload attempts
  • Review HTTP traffic for upload requests lacking proper authentication headers

Monitoring Recommendations

  • Enable detailed logging for the DNN HTML editor component
  • Configure alerts for file changes in the CMS content directories
  • Monitor for anomalous traffic patterns indicating scanning or exploitation attempts
  • Implement network-level monitoring for connections to known malicious IPs following any suspicious uploads

How to Mitigate CVE-2025-64095

Immediate Actions Required

  • Upgrade DNN (DotNetNuke) to version 10.1.1 or later immediately
  • Review recent file uploads and modifications for signs of compromise
  • Audit web server logs for evidence of exploitation attempts
  • Consider temporarily disabling the HTML editor's file upload functionality until patching is complete

Patch Information

DNN Software has addressed this vulnerability in version 10.1.1. Organizations running affected versions should prioritize upgrading to the patched release. For complete patch details and release notes, consult the GitHub Security Advisory.

Workarounds

  • Restrict access to file upload endpoints at the web server or firewall level
  • Implement additional authentication requirements for HTML editor functionality
  • Configure the web server to block unauthenticated requests to known upload paths
  • Deploy a web application firewall with rules to filter malicious upload attempts
bash
# Example IIS URL Rewrite rule to block unauthenticated uploads (temporary mitigation)
# Add to web.config in the DNN root directory
# Note: This is a temporary workaround - apply the official patch as soon as possible
# Consult the security advisory for specific endpoint paths to restrict

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.8

  • EPSS Probability15.22%

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

  • CVE-2025-59545: DotNetNuke Prompt Module XSS Vulnerability

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

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