First published: Mon May 05 2025(Updated: )
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to version 0.6.6, low privileged users can upload HTML files which contain JavaScript code via the `/api/v1/files/` backend endpoint. This endpoint returns a file id, which can be used to open the file in the browser and trigger the JavaScript code in the user's browser. Under the default settings, files uploaded by low-privileged users can only be viewed by admins or themselves, limiting the impact of this vulnerability. A link to such a file can be sent to an admin, and if clicked, will give the low-privileged user complete control over the admin's account, ultimately enabling RCE via functions. Version 0.6.6 contains a fix for the issue.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Open WebUI | <0.6.6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-46571 has a medium severity due to the potential for low privileged users to upload malicious HTML files.
To fix CVE-2025-46571, upgrade Open WebUI to version 0.6.6 or later.
Open WebUI versions prior to 0.6.6 are affected by CVE-2025-46571.
CVE-2025-46571 can enable cross-site scripting (XSS) attacks by allowing the upload of HTML files containing JavaScript code.
A potential workaround is to restrict file uploads to trusted users until an upgrade to version 0.6.6 can be performed.