CVE Catalog

CVE-2026-59218

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

In Open WebUI prior to version 0.10.0, the /api/v1/auths/signin endpoint allowed account enumeration via timing side-channel. Requests for registered users were measurably slower (due to bcrypt verification) than for non-existent emails, enabling unauthenticated attackers to enumerate valid accounts.

Risk Assessment

The risk is that an unauthenticated attacker can enumerate valid accounts, potentially leading to targeted social engineering or brute-force attacks on identified accounts.

Recommendation

Upgrade Open WebUI to version 0.10.0 or later immediately, which fixes the vulnerability by ensuring constant response time regardless of account existence.

Other vulnerabilities in Open WebUI

See all
Original NVD description (English source)

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. Prior to 0.10.0, the /api/v1/auths/signin endpoint looked users up by email and only ran bcrypt password verification when a credential existed, making registered-account attempts measurably slower than missing-email attempts and allowing unauthenticated account enumeration. This issue is fixed in version 0.10.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS