CVE-2026-44563
MEDIUM EPSS 14.7%
Published May 15, 20261mo ago · Modified Jun 17, 20261w ago
5.4 CVSS 3.1
Published May 15, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, the /api/generate, /api/embed, /api/embeddings, and /api/show endpoints accept any model name from the user and forward the request to the Ollama backend without checking whether the user is authorized to access that model. These endpoints only require get_verified_user (any authenticated non-pending user) and validate that the model exists in the full unfiltered model list, but never check AccessGrants.has_access(). This vulnerability is fixed in 0.9.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity None
Availability Low
Threat Intelligence
EPSS Exploit Probability
14.7% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-862 Missing Authorization Authorization
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| openwebui | open_webui | * | <0.9.0 |
References 1
- github.com https://github.com/open-webui/open-webui/security/advisories/GHSA-rcvp-6fgw-c7fh
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.