Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. open-webui
  4. ›
  5. CVE-2026-44555

CVE-2026-44555: Open WebUI's Base Model Routing Bypasses Access Control via Model Chaining

May 8, 2026

Open WebUI supports model composition via base_model_id: a user-defined model (e.g., “Cheap Assistant”) can reference an existing base model (e.g., “gpt-4-turbo-restricted”) that provides the actual inference capability. When a user queries the composed model, the access control pipeline verifies the user has access to the composed model but never re-verifies access to the chained base model.

Additionally, the model creation and import endpoints accept arbitrary base_model_id values without checking that the caller has access to that base model. Combined, this allows any user with the default model creation permission to create a model that chains to a restricted base model — and then invoke it, causing the server to dispatch the request to the restricted base model using the admin-configured API key.

References

  • github.com/advisories/GHSA-9vvh-qmjx-p4q8
  • github.com/open-webui/open-webui
  • github.com/open-webui/open-webui/security/advisories/GHSA-9vvh-qmjx-p4q8
  • nvd.nist.gov/vuln/detail/CVE-2026-44555

Code Behaviors & Features

Detect and mitigate CVE-2026-44555 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.9.0

Fixed versions

  • 0.9.0

Solution

Upgrade to version 0.9.0 or above.

Impact 7.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

pypi/open-webui/CVE-2026-44555.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 00:18:24 +0000.