Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/getarcaneapp/arcane/backend
  4. ›
  5. CVE-2026-23520

CVE-2026-23520: Arcane Has a Command Injection in Arcane Updater Lifecycle Labels That Enables RCE

January 15, 2026

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).

References

  • github.com/advisories/GHSA-gjqq-6r35-w3r8
  • github.com/getarcaneapp/arcane
  • github.com/getarcaneapp/arcane/commit/5a9c2f92e11f86f8997da8c672844468f930b7e4
  • github.com/getarcaneapp/arcane/pull/1468
  • github.com/getarcaneapp/arcane/security/advisories/GHSA-gjqq-6r35-w3r8
  • nvd.nist.gov/vuln/detail/CVE-2026-23520

Code Behaviors & Features

Detect and mitigate CVE-2026-23520 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260114065515-5a9c2f92e11f

Fixed versions

  • 0.0.0-20260114065515-5a9c2f92e11f

Solution

Upgrade to version 0.0.0-20260114065515-5a9c2f92e11f or above.

Impact 9 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Source file

go/github.com/getarcaneapp/arcane/backend/CVE-2026-23520.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 04 Feb 2026 00:34:51 +0000.