GHSA-ff24-4prj-gpmj

Suggest an improvement
Source
https://github.com/advisories/GHSA-ff24-4prj-gpmj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-ff24-4prj-gpmj/GHSA-ff24-4prj-gpmj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-ff24-4prj-gpmj
Aliases
  • CVE-2026-40242
Published
2026-04-10T20:59:27Z
Modified
2026-04-10T21:51:02.982203Z
Severity
  • 7.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N CVSS Calculator
Summary
Arcane has Unauthenticated SSRF with Conditional Response Reflection in Template Fetch Endpoint
Details

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.

<img width="1041" height="375" alt="image" src="https://github.com/user-attachments/assets/f9fd475e-90b0-4dec-95e1-0af6263f5bb5" />

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)
Database specific
{
    "cwe_ids": [
        "CWE-918"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-04-10T20:59:27Z",
    "nvd_published_at": "2026-04-10T21:16:27Z",
    "severity": "HIGH"
}
References

Affected packages

Go / github.com/getarcaneapp/arcane/backend

Package

Name
github.com/getarcaneapp/arcane/backend
View open source insights on deps.dev
Purl
pkg:golang/github.com/getarcaneapp/arcane/backend

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.17.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-ff24-4prj-gpmj/GHSA-ff24-4prj-gpmj.json"
last_known_affected_version_range
"<= 1.17.2"