CVE-2026-45314: Open WebUI has XSS via SVG in /api/v1/channels/webhooks/{webhook_id}/profile/image
(updated )
The channel webhook create/update flow accepts arbitrary profile_image_url values, including data:image/svg+xml;base64,... payloads. The profile image endpoint then decodes and serves this SVG as image/svg+xml without sanitization, allowing attacker-controlled script handlers (for example onload) to execute when the profile-image URL is opened in the browser.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-45314 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →