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-2023-37267

CVE-2023-37267: Umbraco CMS Auth Bypass Vulnerability

CVE-2023-37267 is an authentication bypass flaw in Umbraco CMS that grants unauthorized admin access during system restarts. This article covers technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2023-37267 Overview

CVE-2023-37267 is an authentication bypass vulnerability in Umbraco CMS, a popular open-source ASP.NET content management system. Under rare conditions during a restart of Umbraco, unauthorized users can gain access to admin-level permissions. This vulnerability affects the runtime state handling mechanism and allows attackers to potentially take complete control of affected Umbraco installations.

Critical Impact

Unauthorized users can obtain administrative access to Umbraco CMS during system restarts, potentially leading to complete compromise of the web application and underlying data.

Affected Products

  • Umbraco CMS versions prior to 10.6.1
  • Umbraco CMS versions 11.x prior to 11.4.2
  • Umbraco CMS versions 12.x prior to 12.0.1

Discovery Timeline

  • July 13, 2023 - CVE-2023-37267 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-37267

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in Umbraco's runtime state management. When Umbraco CMS restarts under certain rare conditions, the system fails to properly enforce authentication and authorization controls, allowing unauthorized users to access administrative functionality. The vulnerability exists in the RuntimeState.cs component, which handles the application's runtime level determination during startup sequences.

The flaw occurs when the system detects a configured but missing database scenario. In vulnerable versions, the runtime level was incorrectly set to RuntimeLevel.Install, which exposes the installation wizard and administrative interfaces without proper authentication. This creates a window of opportunity during restarts where an attacker monitoring the application could gain elevated privileges.

Root Cause

The root cause lies in the RuntimeState.cs file where the runtime level was improperly set to RuntimeLevel.Install when a database was configured but missing. This incorrect state transition exposed installation endpoints that should only be accessible during initial setup, effectively bypassing the authentication requirements for administrative access.

Attack Vector

An attacker can exploit this vulnerability by monitoring a target Umbraco CMS instance and waiting for or inducing a restart condition. When the application restarts and encounters the specific database state that triggers the vulnerability, the attacker can access the installation wizard endpoints without authentication. From there, they can potentially reconfigure the system, create new administrative accounts, or execute arbitrary code through administrative features.

text
// Vulnerable code in RuntimeState.cs - Before patch
if (_globalSettings.Value.InstallMissingDatabase || _databaseProviderMetadata.CanForceCreateDatabase(_databaseFactory))
{
    // ok to install on a configured but missing database
    Level = RuntimeLevel.Install;  // VULNERABLE: Exposes install endpoints
    Reason = RuntimeLevelReason.InstallMissingDatabase;
    return;
}

Source: Umbraco CMS Security Commit

text
// Patched code in RuntimeState.cs - After fix
if (_globalSettings.Value.InstallMissingDatabase || _databaseProviderMetadata.CanForceCreateDatabase(_databaseFactory))
{
    // ok to install on a configured but missing database
    Level = RuntimeLevel.BootFailed;  // FIXED: Application fails safely
    Reason = RuntimeLevelReason.InstallMissingDatabase;
    return;
}

Source: Umbraco CMS Security Commit

Detection Methods for CVE-2023-37267

Indicators of Compromise

  • Unexpected access to the Umbraco installation wizard (/install/) endpoints on production systems
  • Authentication logs showing successful administrative access without corresponding login events
  • New administrative user accounts created during system restart periods
  • Unusual activity in Umbraco backoffice immediately following application restarts

Detection Strategies

  • Monitor web server logs for requests to /install/ and /umbraco/install/ endpoints on production systems
  • Implement alerting on Umbraco administrative account creation events
  • Review IIS or Kestrel application restart logs and correlate with authentication events
  • Deploy web application firewall rules to detect and alert on installation wizard access attempts

Monitoring Recommendations

  • Configure real-time monitoring for application pool recycling and restart events
  • Implement integrity monitoring on Umbraco configuration files and user database tables
  • Set up alerts for any access to installation-related endpoints during normal operation
  • Review and audit administrative user accounts regularly for unauthorized additions

How to Mitigate CVE-2023-37267

Immediate Actions Required

  • Upgrade Umbraco CMS to patched versions: 10.6.1, 11.4.2, or 12.0.1 immediately
  • Review administrative user accounts for any unauthorized additions
  • Check audit logs for suspicious activity during any recent restart events
  • Restrict network access to Umbraco administrative endpoints where possible

Patch Information

Umbraco has released security patches across multiple supported versions. The fix changes the runtime level from RuntimeLevel.Install to RuntimeLevel.BootFailed when a configured but missing database is detected, preventing the exposure of installation endpoints. Organizations should update to the following patched versions:

  • Version 10.x: Update to 10.6.1 or later
  • Version 11.x: Update to 11.4.2 or later
  • Version 12.x: Update to 12.0.1 or later

For detailed patch information, refer to the GitHub Security Advisory GHSA-h8wc-r4jh-mg7m.

Workarounds

  • Implement network-level restrictions to block external access to installation endpoints (/install/, /umbraco/install/)
  • Configure web server rules to deny requests to installation wizard URLs in production environments
  • Use a web application firewall to block access to sensitive Umbraco administrative paths
  • Consider implementing IP whitelisting for Umbraco backoffice access until patches can be applied
bash
# IIS URL Rewrite rule to block installation endpoint access
# Add to web.config in the <system.webServer><rewrite><rules> section
<rule name="Block Install Endpoint" stopProcessing="true">
    <match url="^install/?" />
    <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Access Denied" />
</rule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechUmbraco Cms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.31%

  • 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-284

  • NVD-CWE-noinfo
  • Vendor Resources
  • Umbraco CMS Commit Update 1

  • Umbraco CMS Commit Update 2

  • Umbraco CMS Commit Update 3

  • GitHub Security Advisory GHSA-h8wc-r4jh-mg7m
  • Related CVEs
  • CVE-2025-67288: Umbraco CMS 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