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

CVE-2026-45626: Arcane Backend: OS Command Injection in Volume Browser ListDirectory via path query parameter

May 18, 2026 (updated June 9, 2026)

GET /environments/{id}/volumes/{volumeName}/browse accepts a path query parameter that is passed to a shell command (sh -c "find … | while …") inside an Arcane helper container. The path sanitiser blocks ../ traversal but does not strip Bourne-shell metacharacters such as $() or backticks, and strconv.Quote only escapes Go string metacharacters, not shell substitution sequences. Any authenticated user with access to a browseable volume can execute arbitrary commands inside the helper container; command output is reflected back in the 500 error body.

References

  • github.com/advisories/GHSA-9mvm-4gwg-v8mp
  • github.com/getarcaneapp/arcane/security/advisories/GHSA-9mvm-4gwg-v8mp
  • nvd.nist.gov/vuln/detail/CVE-2026-45626

Code Behaviors & Features

Detect and mitigate CVE-2026-45626 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 up to 1.18.1

Solution

Unfortunately, there is no solution available yet.

Impact 6.3 MEDIUM

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

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-45626.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 23 Jun 2026 12:23:53 +0000.