Missing Authorization in Open WebUI - #VU130178
Published: May 5, 2026
Open WebUI
Detailed vulnerability description
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.