PT-2026-41694 · Getarcaneapp+1 · Arcane+1

Offset

·

Published

2026-05-18

·

Updated

2026-05-31

·

CVE-2026-45627

CVSS v3.1

8.2

High

VectorAV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
Name of the Vulnerable Software and Affected Versions Arcane versions prior to 1.19.0
Description The unauthenticated 'GET /api/app-images/logo' endpoint reflects a user-supplied color query parameter into the body of an SVG document using strings.ReplaceAll without proper escaping. This substitution occurs within a <style> element of the embedded logo.svg, allowing an attacker to close the style block and inject executable <script> content. Since the response is served as image/svg+xml and lacks Content-Security-Policy or X-Content-Type-Options headers, an attacker can trick a logged-in administrator into visiting a crafted URL. This executes attacker-controlled JavaScript within the application's origin, utilizing the victim's HttpOnly JWT cookie to fully compromise the admin account. This can lead to the creation of unauthorized admin accounts, access to secrets, and control over connected Docker hosts.
Recommendations Update to version 1.19.0. As a temporary mitigation, restrict access to the 'GET /api/app-images/logo' endpoint. Implement the X-Content-Type-Options: nosniff header on all responses. Apply a Content-Security-Policy (CSP) to SVG image responses, such as default-src 'none'; style-src 'unsafe-inline'; img-src 'self' data:.

Fix

XSS

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-45627
GHSA-Q2PJ-8V84-9MH5

Affected Products

Arcane
Github.Com/Getarcaneapp/Arcane/Backend