Severity by source
AV:N/AC:H/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, any authenticated user can read other users' private memories via /api/v1/retrieval/query/collection. Version 0.8.6 patches the issue.
AnalysisAI
Open WebUI versions prior to 0.8.6 allow authenticated users to read other users' private memories through an insufficiently restricted API endpoint at /api/v1/retrieval/query/collection, exposing sensitive user data stored within the self-hosted AI platform. The vulnerability requires valid authentication credentials and carries a CVSS score of 3.1 with low attack complexity, indicating limited real-world exploitability despite the information disclosure impact. No public exploit code or active exploitation has been confirmed at the time of analysis.
Technical ContextAI
Open WebUI is a self-hosted artificial intelligence platform designed to operate in offline or isolated network environments. The vulnerability stems from insufficient access controls on the retrieval API endpoint /api/v1/retrieval/query/collection, classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The root cause is inadequate authorization checks that fail to validate whether an authenticated user has legitimate access to query memory collections belonging to other users. The flaw allows lateral privilege escalation within the application's user model, where one authenticated user can access data intended to be private to other users. This represents a classic authorization logic error rather than an authentication bypass, as the user is properly authenticated but the application fails to enforce object-level access control.
RemediationAI
Upgrade Open WebUI to version 0.8.6 or later immediately, as the vendor has released a patched version addressing the authorization bypass. Apply this patch in your self-hosted deployment by following the official upgrade instructions provided in the GitHub repository. If immediate upgrading is not possible, implement network-level access restrictions by limiting who can reach the Open WebUI application interface to trusted internal users only, and audit existing API access logs for any evidence of cross-user memory queries via the /api/v1/retrieval/query/collection endpoint. Once patched, review user account access to ensure no unauthorized data exposure has occurred.
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
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)
In version 0.3.32 of open-webui/open-webui, the absence of authentication mechanisms allows any unauthenticated attacker
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16486
GHSA-w9f8-gxf9-rhvw