Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, FolderForm uses modelconfig = ConfigDict(extra='allow'), which permits arbitrary fields to pass through Pydantic validation and be included in modeldump(excludeunset=True). In insertnewfolder, the server-assigned userid is placed at the start of the dict and then overwritten by the spread of form data. Because FolderModel declares userid: str as a real field (not just a form extra), any attacker-supplied userid in the POST body is accepted by the model and persisted on the Folder row. This vulnerability is fixed in 0.9.0.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44550.json",
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-862"
]
}{
"source": [
"AFFECTED_FIELD",
"CPE_RANGE"
],
"cpe": "cpe:2.3:a:openwebui:open_webui:*:*:*:*:*:*:*:*",
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "0.9.0"
}
]
}