CVE-2026-5026

The '/api/v1/files/images/{flow_id}/{file_name}' endpoint serves SVG files with the 'image/svg+xml' content type without sanitizing their content. Since SVG files can contain embedded JavaScript, an attacker can upload a malicious SVG that executes arbitrary JavaScript when viewed by other users, leading to stored cross-site scripting (XSS). This allows stealing authentication tokens stored in cookies, including JWT access and refresh tokens.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-03-27 15:17

Updated : 2026-03-30 13:26


NVD link : CVE-2026-5026

Mitre link : CVE-2026-5026

CVE.ORG link : CVE-2026-5026


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')