A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-32374

CVE-2025-32374: DNN (DotNetNuke) DoS Vulnerability

CVE-2025-32374 is a denial of service vulnerability in DNN (DotNetNuke) CMS caused by specially crafted data in the public registration form. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-32374 Overview

CVE-2025-32374 is a denial of service vulnerability in DNN Platform, the open-source web content management system formerly known as DotNetNuke. The flaw allows unauthenticated attackers to submit specially crafted data through the public registration form, causing resource exhaustion on the target server. The vulnerability is categorized under [CWE-770: Allocation of Resources Without Limits or Throttling] and is fixed in DNN version 9.13.8.

Critical Impact

Remote, unauthenticated attackers can trigger denial of service conditions against DNN-hosted websites through the public registration endpoint, disrupting availability of CMS-driven applications.

Affected Products

  • DNN Platform (formerly DotNetNuke) versions prior to 9.13.8
  • DNN-based websites with public user registration enabled
  • Microsoft ecosystem deployments using DNN as their CMS

Discovery Timeline

  • 2025-04-09 - CVE-2025-32374 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-32374

Vulnerability Analysis

The vulnerability resides in DNN's public registration form handler. The application accepts user-supplied registration data without enforcing adequate limits on resource consumption during processing. An attacker submitting specially crafted input forces the application to allocate excessive server resources, degrading or halting service availability.

The issue maps to [CWE-770], which describes scenarios where software allocates reusable resources without imposing limits on quantity or size. Network-accessible exploitation requires no privileges or user interaction, and the EPSS score of 0.616% places it in the 70th percentile for exploitation likelihood.

Root Cause

DNN's registration workflow does not adequately validate or throttle input parameters before triggering downstream processing logic. Specially crafted registration payloads consume disproportionate CPU, memory, or backend resources. The lack of input boundary enforcement enables a single anonymous request to impact server availability.

Attack Vector

Attackers reach the registration form over HTTP/HTTPS without authentication. The exploit requires only that public registration be enabled — a common default in community-oriented DNN deployments. A remote attacker submits malformed or oversized field values to the registration endpoint, triggering the resource exhaustion condition described in the GitHub Security Advisory. No verified public proof-of-concept code is available at this time.

Detection Methods for CVE-2025-32374

Indicators of Compromise

  • Spikes in HTTP POST requests to DNN registration endpoints such as /Register or /Default.aspx?tabid=<registration-tab>
  • Elevated CPU or memory utilization on IIS worker processes hosting DNN sites
  • Slow response times or HTTP 503 errors correlated with anonymous registration traffic
  • Repeated registration submissions from a single source IP or distributed across botnet nodes

Detection Strategies

  • Inspect web server logs for high-volume or anomalous POST traffic against registration URLs
  • Correlate application pool restarts and worker process recycling events with inbound request patterns
  • Monitor request body sizes submitted to registration endpoints for outliers

Monitoring Recommendations

  • Enable Web Application Firewall (WAF) rules that rate-limit anonymous POST requests to registration endpoints
  • Configure IIS Failed Request Tracing for the registration handlers to capture forensic context
  • Alert on sustained CPU saturation of w3wp.exe processes serving DNN sites

How to Mitigate CVE-2025-32374

Immediate Actions Required

  • Upgrade DNN Platform to version 9.13.8 or later, which contains the official fix
  • Disable public user registration temporarily if patching cannot be completed immediately
  • Deploy WAF rate limiting on /Register and equivalent registration tabs

Patch Information

DNN Software released version 9.13.8 to resolve this vulnerability. Administrators should follow the upgrade guidance in the DNN Platform Security Advisory GHSA-vc6j-mcqj-rgfp. Backup the DNN database and Portals directory before applying the upgrade.

Workarounds

  • Set registration mode to "None" or "Private" in the Site Settings until the patch is applied
  • Place the registration page behind a CAPTCHA or reverse proxy enforcing request size limits
  • Restrict access to the registration endpoint by IP allowlist where business requirements permit
bash
# Configuration example - disable public registration via DNN Site Settings
# Navigate to: Persona Bar > Settings > Security > Member Accounts
# Set: User Registration = None
# Or apply IIS request filtering to limit POST body size
<system.webServer>
  <security>
    <requestFiltering>
      <requestLimits maxAllowedContentLength="16384" />
    </requestFiltering>
  </security>
</system.webServer>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDotnetnuke

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24838: DNN (DotNetNuke) XSS Vulnerability

  • CVE-2020-37103: DotNetNuke 9.5 XSS Vulnerability

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

  • CVE-2025-59545: DotNetNuke Prompt Module XSS Vulnerability
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