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

Published Sep 9, 2026
·
Updated

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 until 0.11.1, the unauthenticated POST /oauth/backchannel-logout handler in backend/openwebui/utils/oauth.py fetched the OIDC discovery document and signing keys before validating a submitted logout token. Each request repeated uncached network fetches, and the signing-key lookup blocked the async event loop, so requests carrying invalid tokens could stall the single-worker instance and amplify traffic to the identity provider when ENABLEOAUTHBACKCHANNELLOGOUT was enabled. This issue is fixed in version 0.11.1.

Affected Software

1 affected component
Open WebUI Open WebUI>=0.9.0<0.11.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Open WebUI to a version that resolves this vulnerability.

    Fixed in 0.11.1

Event History

Sep 9, 2026
CVE Published
via MITRE·08:54 PM
Data Sourced
via MITRE·08:54 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed to this denial-of-service condition?

Open WebUI versions from 0.9.0 through 0.11.1 are affected when ENABLE_OAUTH_BACKCHANNEL_LOGOUT is enabled. The vulnerable endpoint is an unauthenticated POST handler, so no account or prior access is required.

2

What does an attacker need to do to trigger the impact?

An attacker can submit invalid logout tokens to POST /oauth/backchannel-logout. Before validating those tokens, the handler performs repeated uncached OIDC discovery and signing-key network fetches, with the signing-key lookup blocking the async event loop.

3

What is the likely operational impact?

On a single-worker instance, invalid-token requests can stall the server and cause a denial of service. They can also amplify request traffic to the configured identity provider.

4

What can be done if upgrading is not immediately possible?

Disable ENABLE_OAUTH_BACKCHANNEL_LOGOUT to remove the affected handler behavior. Upgrade to version 0.11.1 when possible.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203