Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to version 0.8.6, an unsanitized filename field in the speech-to-text transcription endpoint allows any authenticated non-admin user to trigger a FileNotFoundError whose message - including the server's absolute DATA_DIR path - is returned verbatim in the HTTP 400 response body, confirming information disclosure on all default deployments. Version 0.8.6 patches the issue.
AnalysisAI
Open WebUI versions prior to 0.8.6 disclose the server's absolute DATA_DIR path to any authenticated non-admin user via unsanitized filename handling in the speech-to-text transcription endpoint, which returns FileNotFoundError messages in HTTP 400 responses. This information disclosure affects all default deployments and requires only user-level authentication to trigger. The vulnerability has been patched in version 0.8.6, and no public exploit code or active exploitation has been identified at time of analysis.
Technical ContextAI
Open WebUI is a self-hosted AI platform designed for offline operation. The vulnerability exists in the speech-to-text (STT) transcription endpoint, which accepts a filename parameter without proper sanitization. The root cause is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as Path Traversal), though the vulnerability manifests as information disclosure rather than file access. When a non-existent or specially crafted filename is submitted by an authenticated user, the application fails to sanitize error messages before returning them in HTTP response bodies. The FileNotFoundError exception handling exposes the full server filesystem path (DATA_DIR) in the 400-level HTTP response, allowing attackers to enumerate the server's directory structure and confirm deployment configurations. The vulnerability affects the REST API endpoint handling audio file transcription requests and requires valid user credentials (PR:L in CVSS vector), limiting attack surface to authenticated users without administrative privileges.
RemediationAI
Upgrade Open WebUI to version 0.8.6 or later, which patches the unsanitized filename field in the speech-to-text endpoint. Until patching is completed, operators should restrict access to the STT transcription endpoint via firewall rules or reverse proxy configurations, limiting it to trusted network ranges or specific administrative users. Additionally, monitor HTTP 400 responses from the transcription endpoint for suspicious filename parameters that may indicate reconnaissance attempts. The vendor advisory at https://github.com/open-webui/open-webui/security/advisories/GHSA-vvxm-vxmr-624h provides the patch release and should be reviewed for deployment guidance.
More in Open Webui
View allA vulnerability in open-webui/open-webui version 0.3.8 allows an attacker with a user-level account to perform a session
An XSS vulnerability exists in open-webui/open-webui versions <= 0.3.8, specifically in the function that constructs the
A Stored Cross-Site Scripting (XSS) vulnerability exists in the chat file upload functionality of open-webui/open-webui
A vulnerability in open-webui/open-webui versions <= 0.3.8 allows remote code execution by non-admin users via Cross-Sit
Attacker controlled files can be uploaded to arbitrary locations on the web server's filesystem by abusing a path traver
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a St
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.6.37, a Se
A stored cross-site scripting (XSS) vulnerability exists in open-webui/open-webui version 0.3.8. Rated high severity (CV
In version v0.3.10 of open-webui/open-webui, the `api/v1/utils/pdf` endpoint lacks authentication mechanisms, allowing u
OAuth and SCIM identity confusion in Open WebUI 0.6.41-0.10.x (SQLite-backed deployments only) allows unauthenticated re
In open-webui version 0.3.8, the endpoint `/models/upload` is vulnerable to arbitrary file write due to improper handlin
The `/openai/models` endpoint in open-webui/open-webui version 0.3.8 is vulnerable to Server-Side Request Forgery (SSRF)
Same weakness CWE-22 – Path Traversal
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16480