Incorrect authorization in Open WebUI - #VU130940
Published: May 11, 2026
Open WebUI
Detailed vulnerability description
The vulnerability allows a remote user to bypass endpoint restrictions and access restricted API functionality.
The vulnerability exists due to incorrect authorization in the API key endpoint restriction check when authenticating requests with the x-api-key header. A remote privileged user can send a request with a valid API key in the x-api-key header to bypass endpoint restrictions and access restricted API functionality.
The issue affects requests to the Anthropic-compatible API path, where the restriction check is applied to Authorization headers but skipped for the same key presented in x-api-key.