SCA: security update for open-webui (GHSA-hr43-rjmr-7wmm)

medium Tenable Self-Hosted Container Security Plugin ID 441620

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-44550)

Solution

Update the open-webui library and its related packages to version 0.9.0 or later.

See Also

https://github.com/advisories/GHSA-hr43-rjmr-7wmm

Plugin Details

Severity: Medium

ID: 441620

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/9/2026

Updated: 6/3/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.4

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3.1

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:P/A:N

CVSS Score Source: CVE-2026-44550

CVSS v3

Risk Factor: Medium

Base Score: 5

Temporal Score: 4.5

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/8/2026

Vulnerability Publication Date: 5/8/2026

Reference Information

CVE: CVE-2026-44550

cwe: CWE-862