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

CVE-2023-27573: netbox-docker Auth Bypass Vulnerability

CVE-2023-27573 is an authentication bypass flaw in netbox-docker caused by default superuser credentials and API tokens that many users failed to change in production deployments. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2023-27573 Overview

CVE-2023-27573 is a critical hardcoded credentials vulnerability affecting netbox-docker versions prior to 2.5.0. The vulnerability exists because the netbox-docker deployment ships with a superuser account containing default credentials—specifically the admin password for the admin account and a hardcoded SUPERUSER_API_TOKEN value of 0123456789abcdef0123456789abcdef01234567. While these defaults were intentionally designed for isolated development networks, the deployment allowed repurposing for production environments without enforcing credential changes.

Critical Impact

Attackers with network access can authenticate to netbox-docker instances using default credentials, potentially gaining full administrative access to infrastructure documentation and network management data.

Affected Products

  • netbox-docker versions prior to 2.5.0
  • Deployments using default SUPERUSER_API_TOKEN value
  • Production instances derived from netbox-docker without credential rotation

Discovery Timeline

  • 2026-03-11 - CVE CVE-2023-27573 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2023-27573

Vulnerability Analysis

This vulnerability stems from insecure default configuration in the netbox-docker deployment package. The root issue is that while the product documentation stated that defaults must not be used in production, the installation process did not enforce or validate that users changed the default credentials before deployment.

Empirical analysis found that while almost all users changed the default admin password, approximately 10% of internet-facing deployments retained the default API token value. This token provides equivalent administrative access to the NetBox instance, enabling attackers to query, modify, or delete critical network infrastructure documentation.

The vulnerability classification under CWE-1392 (Use of Default Credentials) accurately reflects the core issue. The supplier acknowledged the CVE assignment, recognizing that the design decision to include default credentials—while appropriate for development use cases—created significant risk when the product was repurposed for production environments.

Root Cause

The vulnerability originates from the intentional inclusion of default credentials in netbox-docker to simplify the development workflow. The SUPERUSER_API_TOKEN was set to a static value (0123456789abcdef0123456789abcdef01234567) to enable immediate API access in isolated development networks. However, the deployment process lacked enforcement mechanisms to ensure these defaults were changed before production use, creating a gap between documented security requirements and actual deployment behavior.

Attack Vector

The attack vector is network-based, requiring no authentication and no user interaction. An attacker can exploit this vulnerability by:

  1. Identifying internet-exposed netbox-docker instances through service enumeration
  2. Attempting authentication using the default API token
  3. Upon successful authentication, gaining full administrative access to the NetBox instance
  4. Accessing, modifying, or exfiltrating sensitive network infrastructure data

Since no real code examples are available, the exploitation mechanism involves making authenticated API requests to the NetBox REST API using the default token value in the Authorization header. Successful exploitation grants the attacker complete control over the NetBox instance, including the ability to view IP address management data, rack configurations, device inventories, and other critical infrastructure documentation.

Detection Methods for CVE-2023-27573

Indicators of Compromise

  • API requests using the default token value 0123456789abcdef0123456789abcdef01234567
  • Unexpected administrative actions in NetBox audit logs from unknown sources
  • Authentication attempts with the token from external IP addresses
  • Bulk data export operations from the NetBox API

Detection Strategies

  • Monitor NetBox API authentication logs for requests using the known default token hash
  • Implement network monitoring for connections to NetBox instances from unexpected geographic locations
  • Audit NetBox configuration to verify SUPERUSER_API_TOKEN has been changed from the default value
  • Review API access patterns for anomalous bulk queries or data modifications

Monitoring Recommendations

  • Enable comprehensive API logging in NetBox to track all authenticated requests
  • Configure alerting for administrative operations performed outside business hours
  • Deploy intrusion detection rules to identify default credential usage patterns
  • Implement rate limiting on API endpoints to slow credential stuffing attempts

How to Mitigate CVE-2023-27573

Immediate Actions Required

  • Immediately rotate the SUPERUSER_API_TOKEN to a cryptographically random value
  • Change the default admin password if not already modified
  • Audit recent API access logs for unauthorized access using default credentials
  • Restrict network access to NetBox instances using firewall rules or VPN requirements

Patch Information

The netbox-docker maintainers addressed this vulnerability in version 2.5.0. Users should upgrade to this version or later to benefit from improved default credential handling. The fix was implemented through GitHub Pull Request #959, and the release notes for version 2.5.0 provide additional details on the security improvements. The original issue is tracked in GitHub Issue #953.

Workarounds

  • Generate a new API token using a secure random generator and update the SUPERUSER_API_TOKEN environment variable
  • Implement network-level access controls to prevent unauthorized external access to the NetBox instance
  • Configure reverse proxy authentication to add an additional layer of access control
  • Deploy netbox-docker behind a VPN to restrict access to authorized internal networks only
bash
# Configuration example
# Generate a secure random API token and update environment
export SUPERUSER_API_TOKEN=$(openssl rand -hex 20)

# Verify the token is not the default value
if [ "$SUPERUSER_API_TOKEN" = "0123456789abcdef0123456789abcdef01234567" ]; then
    echo "ERROR: Default token detected. Generate a new token."
    exit 1
fi

# Restart netbox-docker with the new configuration
docker-compose down
docker-compose up -d

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNetbox Docker

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1392
  • Technical References
  • GitHub Issue #953

  • GitHub Pull Request #959

  • NetBox Docker Release 2.5.0
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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