Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-23520

Arcane Has a Command Injection in Arcane Updater Lifecycle Labels That Enables RCE
Back to all
CVE

CVE-2026-23520

Arcane Has a Command Injection in Arcane Updater Lifecycle Labels That Enables RCE

Summary

Arcane’s updater service supported lifecycle labels com.getarcaneapp.arcane.lifecycle.pre-update and com.getarcaneapp.arcane.lifecycle.post-update that allowed defining a command to run before or after a container update. The label value is passed directly to /bin/sh -c without sanitization or validation.

Because any authenticated user (not limited to administrators) can create projects through the API, an attacker can create a project that specifies one of these lifecycle labels with a malicious command. When an administrator later triggers a container update (either manually or via scheduled update checks), Arcane reads the lifecycle label and executes its value as a shell command inside the container.

If the container is configured with host volume mounts in its Compose definition, the executed command may be able to read from or write to the host filesystem through the mounted paths. This can enable data theft and, in some configurations, escalation to full host compromise (for example, if /var/run/docker.sock is mounted).

Impact

  • Remote code execution (RCE) within the updated container context.
  • Host filesystem access when host volumes are mounted into the container.
  • Potential data exfiltration via outbound network requests or by exposing readable files.
  • Potential full host compromise if sensitive mounts are present (e.g., /var/run/docker.sock).

Patches

The lifecycle labels com.getarcaneapp.arcane.lifecycle.pre-update and com.getarcaneapp.arcane.lifecycle.post-update have been removed to eliminate this attack surface.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
C
H
U
9.1
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Related Resources

No items found.

References

https://github.com/getarcaneapp/arcane/security/advisories/GHSA-gjqq-6r35-w3r8, https://github.com/getarcaneapp/arcane/pull/1468, https://github.com/getarcaneapp/arcane/commit/5a9c2f92e11f86f8997da8c672844468f930b7e4, https://github.com/getarcaneapp/arcane

Severity

9

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
9
EPSS Probability
0.0008%
EPSS Percentile
0.24016%
Introduced Version
0,v1.12.0,v0.0.0-20260106002737-24b03c4f7ccf
Fix Available
0.0.0-20260114065515-5a9c2f92e11f,v1.13.0,v0.0.0-20260114065515-5a9c2f92e11f

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading