Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.27 before 0.10.0, get_all_models handlers in routers/openai.py and routers/ollama.py passed a lambda to aiocache key instead of key_builder, causing permission-filtered per-user model lists to share a static cache entry and exposing one user’s model list to another caller during the TTL window. This issue is fixed in version 0.10.0.
Published: 2026-07-09
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open WebUI’s get_all_models endpoint in the OpenAI and Ollama routers builds cache keys incorrectly by passing a lambda to the aiocache key parameter instead of using key_builder. This mistake causes all users to share a single static cache entry that contains a permission‑filtered list of available models. As a result, an authenticated user may see another user’s list of models breach that exposes a user’s AI model inventory without granting execution privilege.

Affected Systems

Open‑webui:open‑webui is impacted in all releases from 0.6.27 up to, but not including, 0.10.0. The fix that corrects the cache key logic is included in version 0.10.0, so deployments running that version or later are no longer affected.

Risk and Exploitability

The CVSS score of 3.5 indicates low severity; the EPSS score of less than 1% indicates a very low probability of exploitation and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is any authenticated user who can invoke the get_all_models endpoint on a shared Open WebUI instance; exploitation requires no privileged elevation. The result is limited to the disclosure of another user’s model list during the time‑to‑live of the cached entry, with no impact on configuration, integrity, or availability.

Generated by OpenCVE AI on July 29, 2026 at 12:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Open WebUI version 0.10.0 or later to deploy the cache key fix.
  • If an upgrade cannot be performed immediately, disable caching for the get_all_models endpoint to prevent shared cache entries across users.
  • Restrict non‑admin users from only view their own model listings until the patch is installed.

Generated by OpenCVE AI on July 29, 2026 at 12:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-3wp3-xxj9-5jqq Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)
History

Thu, 09 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Open-webui
Open-webui open-webui
Vendors & Products Open-webui
Open-webui open-webui

Thu, 09 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.6.27 before 0.10.0, get_all_models handlers in routers/openai.py and routers/ollama.py passed a lambda to aiocache key instead of key_builder, causing permission-filtered per-user model lists to share a static cache entry and exposing one user’s model list to another caller during the TTL window. This issue is fixed in version 0.10.0.
Title Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)
Weaknesses CWE-524
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N'}


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T17:52:21.479Z

Reserved: 2026-07-02T21:05:02.924Z

Link: CVE-2026-59213

cve-icon Vulnrichment

Updated: 2026-07-09T17:52:17.792Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:15:03Z

Weaknesses
  • CWE-524

    Use of Cache Containing Sensitive Information