CVE Catalog

CVE-2026-45395

High
Published: Translated: NVD NIST

Summary

Open WebUI is an artificial intelligence platform that prior to version 0.9.5 did not check tool management permissions during tool updates. This allows users who have been denied permissions to replace the server-side Python content of a tool, potentially leading to unauthorized code execution.

Risk Assessment

The lack of proper permission checks can lead to serious security breaches, allowing unauthorized users to modify and execute code on the server.

Recommendation

It is recommended to upgrade to version 0.9.5 to restore proper permission checks and secure the system against unauthorized access.

Original NVD description (English source)

Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.5, the tool update endpoint (POST /api/v1/tools/id/{id}/update) is missing the workspace.tools permission check that is present on the tool create endpoint. This allows a user who has been explicitly denied tool management capabilities ( and who the administrator considers untrusted for code execution ) to replace a tool's server-side Python content and trigger execution, bypassing the intended workspace.tools security boundary. This vulnerability is fixed in 0.9.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS