Improper access control in Open WebUI - CVE-2026-44563
Published: May 5, 2026
Vulnerability details
The vulnerability allows a remote user to bypass model access controls and access restricted model information and compute resources.
The vulnerability exists due to improper access control in the Ollama proxy endpoints in backend/open_webui/routers/ollama.py when handling direct requests to /api/generate, /api/embed, /api/embeddings, and /api/show. A remote user can send requests with a restricted model name to bypass model access controls and access restricted model information and compute resources.
Exploitation requires Ollama to be configured as a backend, model access control to be enabled, and knowledge of the restricted model name.