CVE-2026-44550
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, FolderForm uses model_config = ConfigDict(extra='allow'), which permits arbitrary fields to pass through Pydantic validation and be included in model_dump(exclude_unset=True). In insert_new_folder, the server-assigned user_id is placed at the start of the dict and then overwritten by the spread of form data. Because FolderModel declares user_id: str as a real field (not just a form extra), any attacker-supplied user_id in the POST body is accepted by the model and persisted on the Folder row. This vulnerability is fixed in 0.9.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
open-webuiPyPI | < 0.9.0 | 0.9.0 |
Affected products
2<= 0.8.12+ 1 more
- (no CPE)range: <= 0.8.12
- cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:*range: <0.9.0
Patches
Vulnerability mechanics
References
3- github.com/open-webui/open-webui/security/advisories/GHSA-hr43-rjmr-7wmmnvdExploitMitigationVendor AdvisoryWEB
- github.com/advisories/GHSA-hr43-rjmr-7wmmghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-44550ghsaADVISORY
News mentions
0No linked articles in our index yet.