Description
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.
Published: 2026-05-29
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Arcane’s endpoint for updating global template variables is exposed without requiring admin authorization. Any authenticated non‑admin user can send a PUT request to the /api/environments/{id}/templates/variables URL, causing the application to overwrite the system‑wide .env.global file. Because these variables are substituted into every project’s Docker compose file, an attacker can change values such as REGISTRY, IMAGE, DATABASE_URL or SECRET_KEY. The resulting modifications can redirect image pulls to malicious registries, enabling supply‑chain remote code execution on the Docker host, leak database credentials, or cause widespread service disruption.

Affected Systems

The vulnerability affects the Arcane application developed by getarcaneapp. Versions prior to 1.19.2 are impacted; versions 1.19.2 and later contain the fix that properly enforces admin checks on the PUT /api/environments/{id}/templates/variables endpoint.

Risk and Exploitability

The CVSS score is 8.8, indicating a high‑severity flaw. The EPSS score is not available, but the absence of a KEV listing suggests no known public exploits as of now. However, the flaw can be exploited by any authenticated user who is not an administrator, making the attack vector local to the application’s API. Because the vulnerability allows modification of configuration files that are shared across all deployments, it has widespread impact on confidentiality, integrity, and availability for all users of the affected Arcane instance.

Generated by OpenCVE AI on May 29, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Arcane to version 1.19.2 or later to receive the admin‑authorization patch.
  • Remove or restrict API keys that grant non‑admin users access to sensitive endpoints.
  • Enable logging and monitoring of changes to /api/environments/*/templates/variables to detect unauthorized activity.

Generated by OpenCVE AI on May 29, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jpjh-jm2p-39hh Arcane: Missing admin authorization on global variables endpoint
History

Mon, 01 Jun 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 29 May 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Getarcaneapp
Getarcaneapp arcane
Vendors & Products Getarcaneapp
Getarcaneapp arcane

Fri, 29 May 2026 17:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Arcane: Missing admin authorization on global variables endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Getarcaneapp Arcane
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-01T15:22:41.648Z

Reserved: 2026-05-18T19:50:18.694Z

Link: CVE-2026-47125

cve-icon Vulnrichment

Updated: 2026-06-01T15:22:38.232Z

cve-icon NVD

Status : Deferred

Published: 2026-05-29T18:17:12.347

Modified: 2026-05-29T20:25:00.760

Link: CVE-2026-47125

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T18:30:05Z

Weaknesses