---
id: CVE-2026-47125
title: >-
  Arcane is an interface for managing Docker containers, images, networks, and
  volumes
summary: >-
  Arcane is an interface for managing Docker containers, images, networks, and
  volumes. Prior to 1.19.2, the PUT /api/environments/{id}/templates/variables
  endpoint, which writes the system-wide .env.global file used for variable
  substitut…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-862
published: '2026-05-29'
updated: '2026-07-22'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47125'
references:
  - url: >-
      https://github.com/getarcaneapp/arcane/security/advisories/GHSA-jpjh-jm2p-39hh
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00417
epssPercentile: 0.33373
ingestedAt: '2026-07-22T20:06:05.192Z'
---

## Overview

Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.2, the PUT /api/environments/{id}/templates/variables endpoint, which writes the system-wide .env.global file used for variable substitution in every project's compose file, is missing an admin authorization check. Any authenticated non-admin user can call this endpoint with their bearer token or API key and overwrite the global environment variables that are merged into every project deployment. By overriding values like REGISTRY, IMAGE, DATABASE_URL, or SECRET_KEY that other users reference via ${VAR} in compose files, an attacker can redirect image pulls to attacker-controlled registries (supply-chain RCE on the Docker host), exfiltrate database credentials, or disrupt all projects. This vulnerability is fixed in 1.19.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
