A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-45627

CVE-2026-45627: Arcane Docker Manager XSS Vulnerability

CVE-2026-45627 is a cross-site scripting flaw in Arcane, a Docker container management interface, that allows attackers to execute malicious JavaScript and compromise admin accounts. This post explains its impact, affected versions, and mitigation steps.

Published: June 4, 2026

CVE-2026-45627 Overview

CVE-2026-45627 is a reflected cross-site scripting (XSS) vulnerability in Arcane, a web interface for managing Docker containers, images, networks, and volumes. The flaw resides in the unauthenticated GET /api/app-images/logo endpoint, which reflects a user-supplied color query parameter into an SVG document without escaping. An attacker can break out of the <style> block inside the embedded logo.svg and inject executable <script> content. The response is served as image/svg+xml without Content-Security-Policy or X-Content-Type-Options headers. Versions prior to 1.19.0 are affected.

Critical Impact

An attacker who lures an authenticated Arcane administrator to a crafted URL executes JavaScript in Arcane's origin and rides the victim's HttpOnly JWT cookie to fully compromise the admin account.

Affected Products

  • Arcane versions prior to 1.19.0
  • The unauthenticated GET /api/app-images/logo endpoint
  • Deployments exposing Arcane to untrusted networks or admin browsers

Discovery Timeline

  • 2026-05-29 - CVE-2026-45627 published to NVD
  • 2026-05-29 - Last updated in NVD database

Technical Details for CVE-2026-45627

Vulnerability Analysis

The vulnerability is a reflected cross-site scripting flaw classified under [CWE-79]. Arcane's logo endpoint accepts a color query parameter and substitutes the value into the embedded logo.svg template using Go's strings.ReplaceAll. The substitution lands inside a <style> element of the SVG body. Because the value is not HTML-escaped or attribute-encoded, an attacker supplies input that terminates the <style> block and opens a <script> element. The server returns the document with Content-Type: image/svg+xml, and browsers render embedded SVG scripts in the document origin.

Root Cause

The root cause is unsafe string concatenation of untrusted input into a structured document. The handler treats the SVG template as plain text and performs naive replacement rather than parsing the SVG or encoding the user value for the target context. Arcane also omits hardening headers including Content-Security-Policy and X-Content-Type-Options: nosniff, removing defense-in-depth that would otherwise constrain inline script execution.

Attack Vector

The attack vector is network-based and requires user interaction from an authenticated administrator. An attacker crafts a URL pointing at /api/app-images/logo with a malicious color parameter containing SVG and script payloads. When a logged-in admin loads the URL, the browser executes attacker-controlled JavaScript inside Arcane's origin. The script reads application state through the same-origin policy and issues authenticated requests using the HttpOnly JWT cookie, which the browser attaches automatically. The attacker can create users, modify Docker resources, or pivot to managed containers. Technical specifics are documented in the GitHub Security Advisory GHSA-q2pj-8v84-9mh5.

Detection Methods for CVE-2026-45627

Indicators of Compromise

  • HTTP requests to /api/app-images/logo containing color parameter values with <, >, /style, or script substrings
  • Outbound connections from administrator browsers to untrusted hosts immediately after loading an Arcane URL
  • Unexpected administrative actions, user creations, or container changes in Arcane audit logs

Detection Strategies

  • Inspect reverse proxy and application access logs for query strings on /api/app-images/logo that include URL-encoded angle brackets or script keywords
  • Alert on responses from Arcane with Content-Type: image/svg+xml whose body length exceeds the baseline size of logo.svg
  • Correlate administrator session activity with referrer fields pointing to external domains

Monitoring Recommendations

  • Forward Arcane and reverse proxy logs to a centralized analytics platform and retain query parameters
  • Monitor for new admin accounts, API token creation, and container lifecycle events outside of change windows
  • Track JWT cookie usage from IP addresses or user agents that deviate from known administrator baselines

How to Mitigate CVE-2026-45627

Immediate Actions Required

  • Upgrade Arcane to version 1.19.0 or later, which fixes the unsafe substitution in the logo endpoint
  • Restrict network access to the Arcane interface so only trusted administrative networks can reach it
  • Rotate any JWT signing keys and force administrators to reauthenticate after patching

Patch Information

The vulnerability is fixed in Arcane 1.19.0. Upgrade instructions and the technical fix description are published in the GitHub Security Advisory GHSA-q2pj-8v84-9mh5. Operators running container images should pull the updated tag and redeploy.

Workarounds

  • Place Arcane behind a reverse proxy that strips or validates the color query parameter on /api/app-images/logo
  • Configure the proxy to inject a strict Content-Security-Policy and X-Content-Type-Options: nosniff on Arcane responses
  • Require administrators to access Arcane only from dedicated browser profiles to limit cross-site interaction risk
bash
# Example NGINX rule to block payloads in the color parameter
location /api/app-images/logo {
    if ($arg_color ~* "[<>]|script|/style") {
        return 400;
    }
    add_header X-Content-Type-Options "nosniff" always;
    add_header Content-Security-Policy "default-src 'none'; style-src 'unsafe-inline'" always;
    proxy_pass http://arcane_backend;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechArcane

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45626: Arcane Docker Management RCE Vulnerability

  • CVE-2026-45625: Arcane Docker Manager Auth Bypass Flaw

  • CVE-2026-47179: Arcane Path Traversal Vulnerability

  • CVE-2026-40242: Arcane Docker Manager SSRF 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