Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-ff24-4prj-gpmj

Опубликовано: 10 апр. 2026
Источник: github
Github: Прошло ревью
CVSS3: 7.2

Описание

Arcane has Unauthenticated SSRF with Conditional Response Reflection in Template Fetch Endpoint

Summary

The /api/templates/fetch endpoint accepts a caller-supplied url parameter and performs a server-side HTTP GET request to that URL without authentication and without URL scheme or host validation. The server's response is returned directly to the caller. type. This constitutes an unauthenticated SSRF vulnerability affecting any publicly reachable Arcane instance.

Details

  • No allowlist or denylist of destination hosts/CIDRs
  • No requirement for the caller to be authenticated

Response handling produces four distinct outcomes observable by the caller:

  • Valid JSON targets return a fully reflected response body if the returned fields fit the expected internal struct
  • Non-JSON HTTP 200 responses produce an error leaking the first byte of the response ("Invalid JSON response: invalid character '<'...")
  • Non-200 responses leak the HTTP status code
  • TCP-level failures distinguish between closed ports ("connection refused") and filtered ones ("i/o timeout")

PoC

Send an unauthenticated GET request to /api/templates/fetch, passing the target URL as the url query parameter.

image

Impact

  • Unauthenticated port scanning of internal networks
  • Access to internal HTTP services not exposed to the public internet (service discovery endpoints, internal dashboards, Kubernetes API)

Пакеты

Наименование

github.com/getarcaneapp/arcane/backend

go
Затронутые версииВерсия исправления

<= 1.17.2

1.17.3

EPSS

Процентиль: 5%
0.00018
Низкий

7.2 High

CVSS3

Дефекты

CWE-918

Связанные уязвимости

CVSS3: 7.2
nvd
5 дней назад

Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.17.3, the /api/templates/fetch endpoint accepts a caller-supplied url parameter and performs a server-side HTTP GET request to that URL without authentication and without URL scheme or host validation. The server's response is returned directly to the caller. type. This constitutes an unauthenticated SSRF vulnerability affecting any publicly reachable Arcane instance. This vulnerability is fixed in 1.17.3.

EPSS

Процентиль: 5%
0.00018
Низкий

7.2 High

CVSS3

Дефекты

CWE-918