CVE-2026-54019 Details
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.6, Open WebUI added collection-level ACL checks, but the patch can still be bypassed when Milvus multitenancy mode is enabled. The ACL allows unknown non-KB collection names as legacy/ephemeral collections. In Milvus multitenancy mode, that user-controlled collection name becomes a resource_id and is interpolated into a Milvus expression without escaping. This is caused by an incomplete fix for CVE-2026-44560 This vulnerability is fixed in 0.9.6.
A vulnerability exists in Open WebUI versions prior to 0.9.6, allowing an authenticated low-privilege user to bypass collection-level access control list (ACL) checks when Milvus multitenancy mode is enabled. The issue arises because the ACL permits unknown non-knowledge base collection names as legacy or ephemeral collections. In Milvus multitenancy mode, these user-controlled collection names are treated as resource identifiers and interpolated into Milvus expressions without proper escaping. This flaw, stemming from an incomplete fix for a previous vulnerability, enables unauthorized access to private knowledge base content belonging to other users.
To address this vulnerability, Open WebUI should disallow arbitrary unknown collection names in user-controlled RAG query endpoints, escape or parameterize Milvus expression values before applying filters, reject collection names that contain quotes or control characters unless they conform to a known internal format, and add a regression test for the bypass payload in Milvus multitenancy mode.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/open-webui/open-webui/security/advisories/GHSA-p5cp-r7rg-qpxc | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/open-webui/open-webui/security/advisories/GHSA-p5cp-r7rg-qpxc | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
| CWE-943 | Improper Neutralization of Special Elements in Data Query Logic | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| openwebui open webui | < 0.9.6 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 25, 2026 | Initial Analysis | [email protected] |
| Jun 23, 2026 | New CVE Received | [email protected] |
| Jun 23, 2026 | CVE Modified | CISA-ADP |