Description
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 before 0.10.0, _verify_knowledge_file_access only checked read access while file write and delete routes later trusted object-derived access through writable model meta.knowledge entries, allowing a user with read-only knowledge file access to upgrade to file write or delete operations. This issue is fixed in version 0.10.0.
Published: 2026-07-09
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open WebUI’s file access verification function, _verify_knowledge_file_access, only checked for read permissions. Subsequent routes that handle file writing or deletion trusted access credentials derived from metadata entries. As a result, a user granted read‑only access to a model’s knowledge file could elevate that privilege to perform write or delete operations. This privilege escalation is a type of permission bypass, identified as CWE-863, and threatens the integrity of model data and the stability of the application.

Affected Systems

The flaw affects the open-webui platform, versions 0.9.6 through any build before 0.10.0. No other vendors or products are listed as impacted. Deployments running any of those releases should assess whether they are exposed.

Risk and Exploitability

The CVSS score of 5.4 indicates moderate severity, and the EPSS score of < 1% shows a very low likelihood of exploitation. The vulnerability is not in the CISA KEV catalog. Attackers would need a valid user account that already has read‑only access to the knowledge file; they then exploit the web API to send write/delete requests. Because the vulnerability only affects authenticated users and not unauthenticated access, it is not a zero‑day attack but still allows a malicious actor to corrupt or delete essential model data.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open WebUI to version 0.10.0 or later, which applies the correct write/delete permission checks.
  • Revoke or remove read‑only user accounts that can interact with model knowledge files, or reconfigure role permissions to ensure no write/delete rights are granted to those accounts.
  • Audit existing user roles and meta.knowledge settings to confirm that writable entries are not assigned to read‑only principals.
  • Monitor application logs for unexpected write or delete activity on model knowledge files and investigate any anomalies promptly.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-2xwm-4h2q-ggfx Open WebUI: Model meta.knowledge read-only file access can be upgraded to file write/delete
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': 'none', '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.9.6 before 0.10.0, _verify_knowledge_file_access only checked read access while file write and delete routes later trusted object-derived access through writable model meta.knowledge entries, allowing a user with read-only knowledge file access to upgrade to file write or delete operations. This issue is fixed in version 0.10.0.
Title Open WebUI: Model meta.knowledge read-only file access can be upgraded to file write/delete
Weaknesses CWE-863
References
Metrics cvssV3_1

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


Subscriptions

Open-webui Open-webui
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T17:21:32.128Z

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

Link: CVE-2026-59212

cve-icon Vulnrichment

Updated: 2026-07-09T17:21:28.537Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses