PT-2026-39271 · Unknown · Open-Webui
Published
2026-05-08
·
Updated
2026-05-19
·
CVE-2026-44554
CVSS v3.1
8.1
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Open WebUI versions prior to 0.9.0
Description
The 'POST /api/v1/retrieval/process/web' endpoint accepts a user-supplied
collection name and an overwrite query parameter, which defaults to True. The system fails to perform authorization checks to verify if the calling user owns or has write access to the target collection. When overwrite is set to True, the save docs to vector db() function calls VECTOR DB CLIENT.delete collection() on the target collection before writing new content. This allows an authenticated attacker to destroy a victim's knowledge base embeddings or perform RAG (Retrieval-Augmented Generation) poisoning by replacing legitimate knowledge with attacker-controlled data, potentially leading to indirect prompt injection.Recommendations
Update to version 0.9.0.
Fix
Missing Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Open-Webui