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

CVE-2026-23520: Arcane Docker Management RCE Vulnerability

CVE-2026-23520 is a command injection RCE vulnerability in Arcane Docker management that allows authenticated attackers to execute arbitrary commands. This article covers technical details, affected versions, and fixes.

Published: January 23, 2026

CVE-2026-23520 Overview

CVE-2026-23520 is a critical command injection vulnerability affecting Arcane, a modern Docker management platform. Prior to version 1.13.0, the Arcane updater service is vulnerable to command injection through lifecycle labels. The vulnerability exists because Arcane's updater service supports lifecycle labels (com.getarcaneapp.arcane.lifecycle.pre-update and com.getarcaneapp.arcane.lifecycle.post-update) that allow defining commands to run before or after container updates. These label values are passed directly to /bin/sh -c without proper sanitization or validation.

Any authenticated user (not limited to administrators) can create projects through the API and specify malicious commands via these lifecycle labels. When an administrator subsequently triggers a container update—either manually or through scheduled update checks—Arcane reads the lifecycle label and executes its value as a shell command inside the container, enabling arbitrary command execution.

Critical Impact

Authenticated users can escalate privileges by injecting arbitrary shell commands that execute with elevated privileges when administrators trigger container updates.

Affected Products

  • Arcane Docker Management versions prior to 1.13.0
  • Environments using Arcane lifecycle labels for container updates
  • Systems with authenticated API access to Arcane project creation

Discovery Timeline

  • 2026-01-15 - CVE-2026-23520 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-23520

Vulnerability Analysis

This command injection vulnerability (CWE-78) stems from improper handling of user-controlled input in the Arcane updater service. The vulnerability allows authenticated users to achieve code execution with elevated privileges through a time-delayed attack pattern—the malicious payload is planted by a lower-privileged user but executed when an administrator performs update operations.

The attack exploits the trust model where lifecycle labels are assumed to contain safe commands. Since project creation is available to all authenticated users, the attack surface is significantly larger than if it were restricted to administrators only. The scope change in the attack (from user context to administrator context) amplifies the security impact.

Root Cause

The root cause is the direct execution of unsanitized user input through the shell. The Arcane updater service reads lifecycle label values and passes them directly to /bin/sh -c without any form of input validation, command allowlisting, or shell metacharacter escaping. This design allows arbitrary shell commands embedded in label values to be executed verbatim.

Attack Vector

The attack vector is network-based and requires low privileges (any authenticated user) combined with user interaction (an administrator must trigger the update). An attacker creates a project via the Arcane API with a crafted lifecycle label containing malicious shell commands. The payload remains dormant until an administrator initiates a container update, at which point the injected command executes within the container environment with the privileges of the update process.

The vulnerability exploits the lifecycle hook mechanism that was designed for legitimate pre and post-update operations. By abusing this feature, attackers can execute commands like reverse shells, data exfiltration scripts, or privilege escalation payloads.

Detection Methods for CVE-2026-23520

Indicators of Compromise

  • Projects with suspicious lifecycle labels containing shell metacharacters (;, |, &&, ||, backticks, $())
  • Unexpected container label values referencing /bin/sh, /bin/bash, or network utilities like curl, wget, nc
  • API logs showing project creation by non-administrative users with lifecycle label specifications
  • Unusual outbound network connections from containers during update operations

Detection Strategies

  • Audit all existing projects for lifecycle labels with potential command injection patterns
  • Monitor Arcane API calls for project creation events that include lifecycle label parameters
  • Implement alerting on container labels matching patterns like com.getarcaneapp.arcane.lifecycle.* with suspicious content
  • Review update operation logs for unexpected command execution or errors

Monitoring Recommendations

  • Enable verbose logging for the Arcane updater service to capture lifecycle hook executions
  • Deploy container runtime security monitoring to detect anomalous process spawning during updates
  • Configure network monitoring for containers to identify unexpected egress connections
  • Establish baseline behavior for update operations and alert on deviations

How to Mitigate CVE-2026-23520

Immediate Actions Required

  • Upgrade Arcane to version 1.13.0 or later immediately
  • Audit all existing projects for potentially malicious lifecycle labels before upgrading
  • Review API access logs for suspicious project creation activity by non-administrative users
  • Consider temporarily disabling scheduled automatic updates until the patch is applied

Patch Information

The vulnerability is fixed in Arcane version 1.13.0. The security patch addresses the command injection by implementing proper input validation and sanitization for lifecycle label values before shell execution.

For detailed information about the fix, refer to:

  • GitHub Security Advisory GHSA-gjqq-6r35-w3r8
  • GitHub Pull Request 1468
  • GitHub Commit 5a9c2f9
  • GitHub Release v1.13.0

Workarounds

  • Restrict API access to project creation endpoints to administrators only until patching
  • Implement network segmentation to limit the impact of potential command execution within containers
  • Deploy application-level firewall rules to filter API requests containing lifecycle label parameters
  • Review and remove unnecessary lifecycle labels from existing container configurations
bash
# Audit existing projects for suspicious lifecycle labels
docker inspect --format '{{.Config.Labels}}' $(docker ps -q) | grep -E "lifecycle\.(pre|post)-update"

# Example: Check for shell metacharacters in labels
docker inspect --format '{{range $key, $value := .Config.Labels}}{{if or (contains $key "pre-update") (contains $key "post-update")}}{{$key}}: {{$value}}{{end}}{{end}}' container_name

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechArcane

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request 1468

  • GitHub Release v1.13.0

  • GitHub Security Advisory GHSA-gjqq-6r35-w3r8
  • Related CVEs
  • CVE-2026-23944: Arcane Docker Manager Auth Bypass Flaw
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