Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. open-webui
  4. ›
  5. CVE-2026-87011

CVE-2026-87011: Open WebUI: Unauthenticated requests can stall the server via uncached OIDC fetches in back-channel logout

September 10, 2026

The OIDC back-channel logout endpoint is unauthenticated by design, because the identity provider calls it without a browser session. Before checking whether the submitted logout token was genuine, the handler fetched the provider’s discovery document and its signing keys over the network, and repeated both fetches on every request because nothing was cached. The signing-key fetch also ran as a blocking call inside the async event loop. A small number of requests carrying a worthless token was therefore enough to make the whole instance stop answering.

References

  • github.com/advisories/GHSA-3g9q-v48f-hh9w
  • github.com/open-webui/open-webui/commit/aeda6ff13a25d3b3ba1b303609f35382db22142c
  • github.com/open-webui/open-webui/releases/tag/v0.11.1
  • github.com/open-webui/open-webui/security/advisories/GHSA-3g9q-v48f-hh9w
  • nvd.nist.gov/vuln/detail/CVE-2026-87011

Code Behaviors & Features

Detect and mitigate CVE-2026-87011 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.9.0 before 0.11.1

Fixed versions

  • 0.11.1

Solution

Upgrade to version 0.11.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-405: Asymmetric Resource Consumption (Amplification)
  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

pypi/open-webui/CVE-2026-87011.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:21:56 +0000.