PatchSiren cyber security CVE debrief
CVE-2026-70493 open-webui CVE debrief
Open WebUI, a self-hosted AI platform, has a vulnerability in versions 0.9.6 to 0.10.0 that allows a crafted regex pattern to cause a denial-of-service (DoS) attack. This DoS attack can impact availability for other users of the affected worker. The vulnerability arises from the built-in knowledge search path in Open WebUI, which enables a chat participant to choose a pattern used to grep knowledge files. Patterns containing regex metacharacters are compiled with Python's backtracking re engine and run against every line of every reachable file with no time limit. Defenders of Open WebUI instances, especially those with untrusted user access, should assess exposure and prioritize 0
- Vendor
- open-webui
- Product
- Unknown
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-04
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-04
- Advisory updated
- 2026-09-18
Who should care
Defenders of Open WebUI instances, especially those with untrusted user access, should assess exposure and prioritize patching to prevent potential DoS attacks. The vulnerability allows a crafted regex pattern to cause a DoS attack, impacting availability for other users of the affected worker. Security teams and platform operators should review the patching status of Open WebUI instances and monitor for suspicious activity. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Why it matters
Defenders should prioritize patching Open WebUI to prevent potential DoS attacks, especially in environments with untrusted user access. The vulnerability allows a crafted regex pattern to cause a DoS attack, impacting availability for other users of the affected worker. The attack requires a valid chat participant to submit a crafted pattern.
- Denial of service (DoS) attacks against the affected worker
- Potential impact on availability for other users of the affected worker
Technical summary
The built-in knowledge search path in Open WebUI allows a chat participant to choose a pattern used to grep knowledge files. Patterns containing regex metacharacters are compiled with Python's backtracking re engine and run against every line of every reachable file with no time limit. This can lead to a denial-of-service (DoS) attack, impacting availability for other users of the affected worker. The attack requires a valid chat participant to submit a crafted 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Defensive priority
Defenders should prioritize patching to prevent potential DoS attacks, especially in environments with untrusted user access.
Recommended defensive actions
- Patch Open WebUI to version 0.11.0 or later
- Restrict access to the affected worker
- Monitor for suspicious regex patterns
- 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 is caused by the use of Python's backtracking re engine to compile and run regex patterns against every line of every reachable file with no time limit. This allows a crafted pattern, such as (x|x)*y, to pin one CPU core and block the event loop, leading to a denial-of-service (DoS) attack. The attack requires a valid chat participant to submit a crafted pattern. There is no evidence of in-the-wild exploitation, but defenders should verify the patching status of Open WebUI instances and monitor for suspicious regex 0
Sources and references
Verified primary and authoritative sources
-
CVE-2026-70493 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-70493
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-70493 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70493
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/3ab2026262ef6f09810e4d235c5f9a9cb903e595
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/pull/27471
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/releases/tag/v0.11.0
-
Source reference
Unverified legacy reference
URL: https://github.com/open-webui/open-webui/security/advisories/GHSA-2f54-p244-32q6
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.