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

CVE-2026-40306: DNN CMS Authentication Bypass Vulnerability

CVE-2026-40306 is an authentication bypass flaw in DNN (DotNetNuke) CMS where all new installations share the same Host GUID. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-40306 Overview

DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem that is affected by an insecure random number generation vulnerability. All new installations of DNN versions 10.x.x through 10.2.1 are configured with identical Host GUID values. This static identifier creates a significant security weakness, as the Host GUID is typically used for cryptographic operations, session management, and other security-critical functions within the CMS platform.

Critical Impact

All new DNN 10.x installations share the same Host GUID, potentially enabling attackers to bypass security mechanisms that rely on this identifier's uniqueness.

Affected Products

  • DNN Platform versions 10.0.0 through 10.2.1 (new installations only)
  • Upgrades from DNN 9.x.x are NOT affected

Discovery Timeline

  • 2026-04-17 - CVE-2026-40306 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-40306

Vulnerability Analysis

This vulnerability stems from a failure to generate unique cryptographic identifiers during the DNN installation process. The Host GUID serves as a critical security component within DNN, typically used for validating requests, generating tokens, and other security-sensitive operations. When all new installations share the same GUID value, an attacker who knows this static value could potentially forge valid requests or bypass security controls designed to be installation-specific.

The issue is classified under CWE-330 (Use of Insufficiently Random Values), indicating that the random number generation or initialization routine failed to produce unique values across different installation instances. This type of vulnerability is particularly insidious because administrators may not realize their installation is using a predictable identifier.

Root Cause

The root cause lies in the installation routine for DNN 10.x.x versions, which fails to generate a unique Host GUID during the initial setup process. Instead of creating a cryptographically random identifier at installation time, the system uses a hardcoded or improperly seeded default value. This results in every new DNN 10.x installation having an identical Host GUID, effectively eliminating the security guarantees this identifier was designed to provide.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. An attacker with knowledge of the static Host GUID could potentially:

  1. Forge authentication tokens or session identifiers that rely on the Host GUID
  2. Bypass CSRF protections that incorporate the Host GUID in token generation
  3. Decrypt or manipulate data encrypted using keys derived from the Host GUID
  4. Conduct cross-site attacks between different DNN installations that share the same identifier

The attack does not require user interaction and can be executed remotely against any affected DNN installation. The static nature of the GUID means that a single successful attack methodology could be replicated across all vulnerable installations.

Detection Methods for CVE-2026-40306

Indicators of Compromise

  • Unexpected authentication or session validation bypasses in DNN application logs
  • Suspicious API requests that appear to have valid tokens from unknown sources
  • Multiple DNN installations responding to identical security tokens
  • Anomalous administrative access patterns that bypass normal authentication flows

Detection Strategies

  • Review DNN configuration files to identify the current Host GUID value
  • Compare Host GUID values across multiple DNN installations to detect duplicates
  • Monitor authentication logs for successful authentications with unusual characteristics
  • Implement web application firewall rules to detect potential token forgery attempts
  • Audit security-sensitive operations that rely on the Host GUID for validation

Monitoring Recommendations

  • Enable detailed logging for authentication and authorization events in DNN
  • Configure alerting for failed authentication attempts followed by successful bypasses
  • Monitor for unusual patterns of cross-installation activity if managing multiple DNN sites
  • Implement integrity monitoring on DNN configuration files containing the Host GUID

How to Mitigate CVE-2026-40306

Immediate Actions Required

  • Upgrade all DNN 10.x.x installations to version 10.2.2 or later immediately
  • After upgrading, verify that a new unique Host GUID has been generated
  • Review security logs for any signs of exploitation prior to patching
  • Consider regenerating any tokens or keys that may have been derived from the compromised GUID

Patch Information

DNN Platform version 10.2.2 addresses this vulnerability by ensuring unique Host GUID generation during installation. The patch is available through the official GitHub release v10.2.2. Additional technical details about the vulnerability are documented in the GitHub Security Advisory GHSA-2rhw-gw3f-477j.

Installations upgraded from DNN 9.x.x are not affected by this vulnerability, as the Host GUID would have been generated correctly during the original installation.

Workarounds

  • If immediate upgrade is not possible, manually regenerate the Host GUID in the DNN configuration
  • Implement additional network-level access controls to limit exposure of the DNN installation
  • Enable enhanced logging and monitoring until the patch can be applied
  • Consider temporarily restricting access to administrative functions that may rely on Host GUID validation

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDnn

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-330
  • Technical References
  • GitHub Release v10.2.2

  • GitHub Security Advisory GHSA-2rhw-gw3f-477j
  • Related CVEs
  • CVE-2026-40305: DNN CMS Auth Bypass Vulnerability

  • CVE-2026-40321: DNN (DotNetNuke) XSS Vulnerability

  • CVE-2026-24837: DNN (DotNetNuke) XSS Vulnerability

  • CVE-2026-24784: DNN (DotNetNuke) 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