SB2026051164 - Improper Authorization in Open WebUI



SB2026051164 - Improper Authorization in Open WebUI

Published: May 11, 2026

Security Bulletin ID SB2026051164
CSH Severity
Low
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Remote access
Highest impact Data manipulation

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 vulnerability.


1) Improper Authorization (CVE-ID: N/A)

The vulnerability allows a remote user to bypass model access control and invoke restricted models.

The vulnerability exists due to improper authorization in the /openai/chat/completions and /ollama/api/chat HTTP endpoints when handling requests with the exposed bypass_filter query parameter. A remote user can append ?bypass_filter=true to a request URL to bypass model access control and invoke restricted models.

The issue affects the FastAPI route handlers generate_chat_completion in routers/openai.py and routers/ollama.py, where an internal-only parameter is bound from the query string.


Remediation

Install update from vendor's website.