<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Mon, 14 Sep 2026 21:03:33 +0000</lastBuildDate>
    <item>
      <title>d86ab5ed-434d-458f-a79c-ee9335694508</title>
      <link>https://vulnerability.circl.lu/sighting/d86ab5ed-434d-458f-a79c-ee9335694508/export</link>
      <description>{"uuid": "d86ab5ed-434d-458f-a79c-ee9335694508", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-87012", "type": "seen", "source": "https://gist.github.com/alon710/e350315aab7316ce10d2d2056b580adf", "content": "# CVE-2026-87012: CVE-2026-87012: Instance-Wide Denial of Service via Calendar Alert Metadata Type Confusion in Open WebUI\n\n&amp;gt; **CVSS Score:** 4.3\n&amp;gt; **Published:** 2026-09-10\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-87012\n\n## Summary\nOpen WebUI is a self-hosted AI platform. Versions 0.9.0 through 0.11.0 contain a denial-of-service vulnerability where an authenticated user can inject non-numeric values into calendar event alert metadata. The shared scheduler process fails to validate the type, leading to an unhandled TypeError that halts the execution of instance-wide alerts, suppressing notifications for all users.\n\n## TL;DR\nAn authenticated attacker can crash the shared Open WebUI background scheduler by sending non-numeric values in calendar event metadata, resulting in instance-wide suppression of all calendar alerts.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-1287, CWE-754\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 4.3 (Medium)\n- **EPSS Score**: 0.00268 (18.83% percentile)\n- **Impact**: Denial of Service (Instance-wide alert suppression)\n- **Exploit Status**: PoC concept, no public exploits\n- **KEV Status**: Not listed in CISA KEV\n\n## Affected Systems\n\n- Open WebUI self-hosted AI platforms\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- Implement write-path validation on API input payloads\n- Sanitize database entries using SQL query to strip non-numeric alert_minutes\n\n**Remediation Steps:**\n1. Identify running Open WebUI container\n2. Pull the latest official Docker image 'ghcr.io/open-webui/open-webui:v0.11.1'\n3. Restart the application to apply the changes\n4. Optionally audit database for legacy malformed calendar events\n\n## References\n\n- [GitHub Security Advisory GHSA-v39v-59xw-j98g](https://github.com/open-webui/open-webui/security/advisories/GHSA-v39v-59xw-j98g)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-87012) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-11T14:31:53.169596Z"}</description>
      <content:encoded>{"uuid": "d86ab5ed-434d-458f-a79c-ee9335694508", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-87012", "type": "seen", "source": "https://gist.github.com/alon710/e350315aab7316ce10d2d2056b580adf", "content": "# CVE-2026-87012: CVE-2026-87012: Instance-Wide Denial of Service via Calendar Alert Metadata Type Confusion in Open WebUI\n\n&amp;gt; **CVSS Score:** 4.3\n&amp;gt; **Published:** 2026-09-10\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-87012\n\n## Summary\nOpen WebUI is a self-hosted AI platform. Versions 0.9.0 through 0.11.0 contain a denial-of-service vulnerability where an authenticated user can inject non-numeric values into calendar event alert metadata. The shared scheduler process fails to validate the type, leading to an unhandled TypeError that halts the execution of instance-wide alerts, suppressing notifications for all users.\n\n## TL;DR\nAn authenticated attacker can crash the shared Open WebUI background scheduler by sending non-numeric values in calendar event metadata, resulting in instance-wide suppression of all calendar alerts.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-1287, CWE-754\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 4.3 (Medium)\n- **EPSS Score**: 0.00268 (18.83% percentile)\n- **Impact**: Denial of Service (Instance-wide alert suppression)\n- **Exploit Status**: PoC concept, no public exploits\n- **KEV Status**: Not listed in CISA KEV\n\n## Affected Systems\n\n- Open WebUI self-hosted AI platforms\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- Implement write-path validation on API input payloads\n- Sanitize database entries using SQL query to strip non-numeric alert_minutes\n\n**Remediation Steps:**\n1. Identify running Open WebUI container\n2. Pull the latest official Docker image 'ghcr.io/open-webui/open-webui:v0.11.1'\n3. Restart the application to apply the changes\n4. Optionally audit database for legacy malformed calendar events\n\n## References\n\n- [GitHub Security Advisory GHSA-v39v-59xw-j98g](https://github.com/open-webui/open-webui/security/advisories/GHSA-v39v-59xw-j98g)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-87012) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-11T14:31:53.169596Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/d86ab5ed-434d-458f-a79c-ee9335694508/export</guid>
      <pubDate>Fri, 11 Sep 2026 14:31:53 +0000</pubDate>
    </item>
    <item>
      <title>6cc660c4-bf52-481b-9600-ea39af5bd12a</title>
      <link>https://vulnerability.circl.lu/sighting/6cc660c4-bf52-481b-9600-ea39af5bd12a/export</link>
      <description>{"uuid": "6cc660c4-bf52-481b-9600-ea39af5bd12a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-87012", "type": "published-proof-of-concept", "source": "https://github.com/open-webui/open-webui/security/advisories/GHSA-v39v-59xw-j98g", "content": "", "creation_timestamp": "2026-09-11T00:35:36.268396Z"}</description>
      <content:encoded>{"uuid": "6cc660c4-bf52-481b-9600-ea39af5bd12a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-87012", "type": "published-proof-of-concept", "source": "https://github.com/open-webui/open-webui/security/advisories/GHSA-v39v-59xw-j98g", "content": "", "creation_timestamp": "2026-09-11T00:35:36.268396Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/6cc660c4-bf52-481b-9600-ea39af5bd12a/export</guid>
      <pubDate>Fri, 11 Sep 2026 00:35:36 +0000</pubDate>
    </item>
  </channel>
</rss>
