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

CVE-2026-87012: Open WebUI: Any authenticated user can suppress calendar alerts instance-wide via a non-numeric alert value

September 10, 2026

Calendar events carry a free-form meta object that is stored exactly as submitted, with no validation of the values inside it. The scheduler reads the per-event alert offset out of that object in a single pass that covers every user’s upcoming events, and compares it numerically without checking that it is a number. Any verified user could store a text value there, which made the comparison raise and abort the whole pass, so no calendar reminder fired for anyone on the instance while that event stayed inside the lookahead window.

References

  • github.com/advisories/GHSA-v39v-59xw-j98g
  • github.com/open-webui/open-webui/commit/abc69000b33b4894fbd97fc2c962139cf9a8d784
  • github.com/open-webui/open-webui/pull/28790
  • github.com/open-webui/open-webui/releases/tag/v0.11.1
  • github.com/open-webui/open-webui/security/advisories/GHSA-v39v-59xw-j98g
  • nvd.nist.gov/vuln/detail/CVE-2026-87012

Code Behaviors & Features

Detect and mitigate CVE-2026-87012 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 4.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-1287: Improper Validation of Specified Type of Input
  • CWE-754: Improper Check for Unusual or Exceptional Conditions

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 22 Sep 2026 12:20:07 +0000.