PatchSiren cyber security CVE debrief
CVE-2026-87997 open-webui CVE debrief
CVE-2026-87997 is a vulnerability in Open WebUI, a self-hosted AI platform, where an authenticated user could inject an attacker-controlled chat into a folder where the user had read-only or no write access. This issue allows potential unauthorized chat injections into folders without proper write access checks, affecting folder readers. The vulnerability exists in Open WebUI versions from 0.10.0 until 0.11.1. Defenders should prioritize verifying and applying the patch to prevent potential unauthorized chat injections. This issue is fixed in version 0.11.1.
- Vendor
- open-webui
- Product
- Unknown
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-09
- Original CVE updated
- 2026-09-14
- Advisory published
- 2026-09-09
- Advisory updated
- 2026-09-14
Who should care
Defenders and administrators of Open WebUI instances should assess exposure and apply the patch to prevent potential unauthorized chat injections. They should review and restrict folder access and write permissions for authenticated users and monitor for suspicious chat injection attempts.
Why it matters
CVE-2026-87997 is a vulnerability in Open WebUI that allows authenticated users to inject chats into folders without write access, potentially affecting folder readers. Defenders should prioritize verifying and applying the patch to prevent potential unauthorized chat injections.
- Potential unauthorized chat injections into folders without proper write access checks
- Possible exposure of folder readers to attacker-controlled content
Technical summary
The vulnerability exists in Open WebUI versions from 0.10.0 until 0.11.1, where the POST /api/chat/completions and POST /api/v1/chat/completions endpoints copied a client-supplied folder_id into a new chat without applying the folder write-access check used by the dedicated chat routes. This allows an authenticated user who knew a shared folder identifier to inject an attacker-controlled chat into a folder where the user had read-only or no write access, causing the entry to appear to authorized folder readers. The issue is fixed in version 0.11.1.
Defensive priority
Defenders should prioritize verifying and applying the patch to prevent potential unauthorized chat injections.
Recommended defensive actions
- Verify and apply the patch by updating to version 0.11.1 or later
- Review and restrict folder access and write permissions for authenticated users
- Monitor for suspicious chat injection attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability allows an authenticated user to inject a chat into a folder without write access, potentially affecting folder readers. The issue arises from the POST /api/chat/completions and POST /api/v1/chat/completions endpoints copying a client-supplied folder_id into a new chat without applying the folder write-access check used by dedicated chat routes. Defenders should verify and apply the patch by updating to version 0.11.1 or later and review and restrict folder access and write permissions for authenticated users.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-87997 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-87997
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-87997 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-87997
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/commit/d9e23b90c100d19b00270aea3cde0501d2354a6c
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/pull/28366
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/releases/tag/v0.11.1
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/security/advisories/GHSA-3pf7-q2g3-wj28
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.