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

CVE-2026-40305: DNN CMS Auth Bypass Vulnerability

CVE-2026-40305 is an authentication bypass flaw in DNN (DotNetNuke) CMS that allows attackers to force friend request acceptance. This article covers technical details, affected versions 6.0.0-10.2.1, and mitigation.

Published: April 23, 2026

CVE-2026-40305 Overview

DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. A vulnerability exists in the friends feature that allows an authenticated user to craft a malicious request that forces the acceptance of a friend request on behalf of another user. This is a classic Improper Authorization vulnerability (CWE-285) that bypasses the intended access controls for social features within the CMS platform.

Critical Impact

An attacker with a valid DNN account can force-accept friend requests on behalf of other users, potentially enabling social engineering attacks, unauthorized access to restricted content shared among friends, or manipulation of social connections within the platform.

Affected Products

  • DNN (DotNetNuke) versions 6.0.0 through 10.2.1
  • DNN Platform installations using the friends feature
  • Any web applications built on vulnerable DNN versions

Discovery Timeline

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

Technical Details for CVE-2026-40305

Vulnerability Analysis

This vulnerability falls under the category of Improper Authorization (CWE-285), where the application fails to properly verify that a user has the necessary permissions to perform an action on a specific resource. In this case, the friends feature endpoint does not adequately validate that the authenticated user making the request is the same user who should be accepting a friend request.

The vulnerability affects DNN installations from version 6.0.0 up to but not including version 10.2.2. While the attack requires authentication (reducing the potential attack surface), it enables horizontal privilege escalation by allowing one authenticated user to perform actions that should only be available to another specific user.

The network-based attack vector with low complexity indicates that exploitation is straightforward once an attacker understands the request structure. The impact is primarily on confidentiality, as manipulating friend relationships could expose content or information shared between "friends" within the platform.

Root Cause

The root cause of this vulnerability is insufficient authorization checks in the friends feature request handler. The application fails to properly validate that the user initiating the friend request acceptance is the intended recipient of the friend request. This represents a broken access control pattern where the system trusts client-provided data or session information without adequately verifying the relationship between the authenticated user and the target action.

Attack Vector

An authenticated attacker can exploit this vulnerability by crafting HTTP requests to the friends feature endpoint. By manipulating request parameters, the attacker can force the acceptance of a friend request on behalf of a different user. This could be leveraged for:

  1. Social Engineering - Building false connections to gain trust
  2. Information Access - Viewing content shared only with friends
  3. Account Manipulation - Altering the social graph within the application

The attack requires network access to the DNN installation and valid user credentials. No user interaction from the victim is required for exploitation.

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-fpj4-9qhx-5m6m.

Detection Methods for CVE-2026-40305

Indicators of Compromise

  • Unexpected friend relationships appearing in user accounts without user initiation
  • Unusual patterns of friend request acceptances in application logs
  • Multiple friend acceptance events originating from a single IP or session targeting different users
  • Complaints from users about unauthorized friend connections

Detection Strategies

  • Monitor HTTP request logs for anomalous patterns in friends feature API calls
  • Implement logging that captures the authenticated user versus the target user in friend acceptance requests
  • Review access logs for requests where the session user ID differs from the friend request recipient ID
  • Deploy web application firewall (WAF) rules to detect parameter manipulation in social feature requests

Monitoring Recommendations

  • Enable detailed logging for all social feature interactions within DNN
  • Set up alerts for bulk friend acceptance events that exceed normal usage patterns
  • Monitor for authentication patterns followed by immediate friend feature manipulation
  • Review user reports of unexpected friend connections as potential indicators of exploitation

How to Mitigate CVE-2026-40305

Immediate Actions Required

  • Upgrade DNN installations to version 10.2.2 or later immediately
  • Audit existing friend relationships for any unauthorized connections
  • Review access logs for evidence of exploitation prior to patching
  • Consider temporarily disabling the friends feature if immediate upgrade is not possible

Patch Information

DNN Software has released version 10.2.2 which addresses this vulnerability. The patch is available via the official GitHub release. Organizations should prioritize this upgrade for any internet-facing DNN installations.

The fix implements proper authorization checks to ensure that only the intended recipient of a friend request can accept that request, preventing the horizontal privilege escalation attack.

Workarounds

  • Disable the friends feature entirely until patching is possible if the feature is not critical to operations
  • Implement network-level access controls to restrict access to DNN administrative and social features
  • Deploy WAF rules to monitor and potentially block suspicious requests to friends feature endpoints
  • Consider implementing additional authentication requirements for social feature actions as a defense-in-depth measure
bash
# Verify DNN version and plan upgrade
# Check current DNN version in web.config or admin panel
# Download patched version from GitHub releases
# Test upgrade in staging environment before production deployment

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 Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • GitHub Release v10.2.2

  • GitHub Security Advisory GHSA-fpj4-9qhx-5m6m
  • Related CVEs
  • CVE-2026-40306: DNN CMS Authentication 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