<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-09-13T12:34:51.140879+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/2abc5c47-aba9-451b-8325-62cc98f89882/export</id>
    <title>2abc5c47-aba9-451b-8325-62cc98f89882</title>
    <updated>2026-09-13T12:34:51.167288+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cvepremium.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "2abc5c47-aba9-451b-8325-62cc98f89882", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-87011", "type": "seen", "source": "https://gist.github.com/alon710/d61ce1f74a389eb9b11e0ada4e2c5671", "content": "# CVE-2026-87011: CVE-2026-87011: Denial of Service via Event-Loop Starvation in Open WebUI OIDC Back-Channel Logout\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-10\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-87011\n\n## Summary\nCVE-2026-87011 is a critical vulnerability in Open WebUI versions 0.9.0 through 0.11.0. It allows unauthenticated remote attackers to trigger a Denial of Service (DoS) by sending crafted tokens to the back-channel logout endpoint, causing synchronous network calls that block the single-worker ASGI event loop.\n\n## TL;DR\nUnauthenticated remote attackers can freeze Open WebUI instances by exploiting a synchronous blocking network call in the OIDC back-channel logout handler.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-405, CWE-770\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **EPSS Score**: 0.00339 (0.34%)\n- **Exploit Status**: PoC mapped\n- **CISA KEV Status**: Not Listed\n- **Remediation**: Upgrade to v0.11.1 or disable back-channel logout\n\n## Affected Systems\n\n- Open WebUI\n- **Open WebUI**: &amp;gt;= 0.9.0, &amp;lt; 0.11.1 (Fixed in: `0.11.1`)\n\n## Mitigation\n\n- Upgrade Open WebUI to version 0.11.1 or higher\n- Set ENABLE_OAUTH_BACKCHANNEL_LOGOUT=false in environment configurations\n- Implement strict rate limiting on /oauth/backchannel-logout via reverse proxies\n\n**Remediation Steps:**\n1. Verify current Open WebUI version is between 0.9.0 and 0.11.0\n2. Deploy updated Docker image ghcr.io/open-webui/open-webui:v0.11.1\n3. If unable to upgrade immediately, set the environment variable ENABLE_OAUTH_BACKCHANNEL_LOGOUT to false\n4. Verify back-channel logout endpoint responds with 404 or is disabled after configuration change\n\n## References\n\n- [Official Fix Commit](https://github.com/open-webui/open-webui/commit/aeda6ff13a25d3b3ba1b303609f35382db22142c)\n- [GitHub Security Advisory GHSA-3g9q-v48f-hh9w](https://github.com/open-webui/open-webui/security/advisories/GHSA-3g9q-v48f-hh9w)\n- [Open WebUI v0.11.1 Release Notes](https://github.com/open-webui/open-webui/releases/tag/v0.11.1)\n- [NVD Entry for CVE-2026-87011](https://nvd.nist.gov/vuln/detail/CVE-2026-87011)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-87011) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-11T13:31:48.013055Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/2abc5c47-aba9-451b-8325-62cc98f89882/export"/>
    <published>2026-09-11T13:31:48.013055+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/8cfc2dff-4bf2-4b48-ba80-f974f93df0d2/export</id>
    <title>8cfc2dff-4bf2-4b48-ba80-f974f93df0d2</title>
    <updated>2026-09-13T12:34:51.169252+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>https://cvepremium.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "8cfc2dff-4bf2-4b48-ba80-f974f93df0d2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-87011", "type": "published-proof-of-concept", "source": "https://github.com/open-webui/open-webui/security/advisories/GHSA-3g9q-v48f-hh9w", "content": "", "creation_timestamp": "2026-09-11T00:35:33.569332Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/8cfc2dff-4bf2-4b48-ba80-f974f93df0d2/export"/>
    <published>2026-09-11T00:35:33.569332+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/c9c26333-2408-48b5-bdf6-fc9e47460744/export</id>
    <title>c9c26333-2408-48b5-bdf6-fc9e47460744</title>
    <updated>2026-09-13T12:34:51.170265+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cvepremium.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "c9c26333-2408-48b5-bdf6-fc9e47460744", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-87011", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mv4jwh7atj2z", "content": "\ud83d\udfe0 CVE-2026-87011 - High (7.5)\n\nOpen WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.0 ...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-87011/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-09-09T21:59:59.213980Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/c9c26333-2408-48b5-bdf6-fc9e47460744/export"/>
    <published>2026-09-09T21:59:59.213980+00:00</published>
  </entry>
</feed>
