Missing Authorization in Open WebUI - CVE-2026-44556
Published: May 5, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service and disclose sensitive information.
The vulnerability exists due to missing authorization in the /responses endpoint when handling POST requests to /api/openai/responses with an arbitrary model ID. A remote user can send a specially crafted request to cause a denial of service and disclose sensitive information.
The endpoint forwards requests directly to upstream LLM providers without enforcing per-model access control, but it does not expose workspace-specific model configurations or related confidential data through this vector.