CVE-2026-44551
CRITICAL EPSS 70.3%
Published May 15, 20261mo ago · Modified Jun 17, 20262w ago
9.1 CVSS 3.1
Published May 15, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
Description
Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, the LDAP authentication endpoint does not validate that the submitted password is non-empty before performing a Simple Bind against the LDAP server. The LdapForm Pydantic model accepts password: str with no minimum length constraint, so an empty string passes validation. The subsequent Connection.bind() call succeeds on vulnerable LDAP servers, and the application issues a full session token for the target user. This vulnerability is fixed in 0.9.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None
Threat Intelligence
EPSS Exploit Probability
70.3% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-287 Improper Authentication Authentication
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| openwebui | open_webui | * | <0.9.0 |
References 1
- github.com https://github.com/open-webui/open-webui/security/advisories/GHSA-2r4p-jpmg-48f4
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.