CVE-2026-45627
published 2026-05-29CVE-2026-45627: Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.0, the unauthenticated GET /api/app-images/logo endpoint…
PriorityP342high8.2CVSS 3.1
AVNACLPRNUIRSCCHILAN
EPSS
0.18%
8.2th percentile
Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.0, the unauthenticated GET /api/app-images/logo endpoint reflects a user-supplied color query parameter into the body of an SVG document via strings.ReplaceAll with no escaping. The substitution lands inside a element of the embedded logo.svg, allowing an attacker to close the style block and inject executable content. Because the response is served as image/svg+xml and Arcane sets no Content-Security-Policy or X-Content-Type-Options headers, navigating a logged-in admin victim to a crafted URL executes attacker-controlled JavaScript in Arcane's origin and rides the victim's HttpOnly JWT cookie to fully compromise the admin account. This vulnerability is fixed in 1.19.0.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| getarcaneapp | arcane | < 1.19.0 | 1.19.0 |
| github.com | getarcaneapp_arcane_backend | >= 0 < 1.19.0 | 1.19.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
getarcaneapp arcane up to 1.18.x URL /api/app-images/logo cross site scripting (GHSA-q2pj-8v84-9mh5)
vuldb·2026-05-29·CVSS 8.2
CVE-2026-45627 [HIGH] getarcaneapp arcane up to 1.18.x URL /api/app-images/logo cross site scripting (GHSA-q2pj-8v84-9mh5)
A vulnerability was found in getarcaneapp arcane up to 1.18.x. It has been classified as problematic. This affects an unknown function of the file /api/app-images/logo of the component URL Handler. This manipulation causes cross site scripting.
The identification of this vulnerability is CVE-2026-45627. It is possible to initiate the attack remotely. There is no exploit available.
Upgrading the affected component is recommended.
GHSA
Arcane Backend: Unauthenticated reflected XSS via SVG color parameter enables admin account takeover
ghsa·2026-05-18
CVE-2026-45627 [HIGH] CWE-79 Arcane Backend: Unauthenticated reflected XSS via SVG color parameter enables admin account takeover
Arcane Backend: Unauthenticated reflected XSS via SVG color parameter enables admin account takeover
## Summary
The unauthenticated `GET /api/app-images/logo` endpoint reflects a user-supplied `color` query parameter into the body of an SVG document via `strings.ReplaceAll` with no escaping. The substitution lands inside a `` element of the embedded `logo.svg`, allowing an attacker to close the style block and inject executable `` content. Because the response is served as `image/svg+xml` and Arcane sets no Content-Security-Policy or `X-Content-Type-Options` headers, navigating a logged-in admin victim to a crafted URL executes attacker-controlled JavaScript in Arcane's origin and rides the victim's HttpOnly JWT cookie to fully compromise the admin account.
## Details
The route is regi
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-05-29
Published