CVE-2026-70493
Received Received - Intake

ReDoS Vulnerability in Open WebUI

Vulnerability report for CVE-2026-70493, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-04

Last updated on: 2026-08-04

Assigner: GitHub, Inc.

Description

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.6 until 0.11.0, the built-in knowledge search path in backend/open_webui/tools/knowledge_fs.py and backend/open_webui/tools/builtin.py let a chat participant choose a pattern used to grep knowledge files. Patterns containing regex metacharacters were compiled with Python's backtracking re engine and run against every line of every reachable file with no time limit, so a crafted pattern such as (x|x)*y and one matching uploaded file line can pin one CPU core and block the event loop. This causes availability impact for every other user of the affected worker. This issue is fixed in 0.11.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-04
Last Modified
2026-08-04
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
open_webui open_webui to 0.11.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1333 The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Open WebUI versions 0.9.6 to 0.11.0 contain a flaw in the knowledge search feature. A chat participant can craft a regex pattern with metacharacters that triggers Python's backtracking engine. When executed against files, this consumes excessive CPU resources, blocking the event loop and causing denial of service for other users.

Detection Guidance

Check Open WebUI version. If between 0.9.6 and 0.11.0, the system is vulnerable. Monitor for high CPU usage or blocked event loops during knowledge searches.

Impact Analysis

This vulnerability allows an attacker to disrupt service availability for all users on the affected Open WebUI instance. It can lead to system slowdowns or complete unresponsiveness, affecting legitimate users' ability to access the platform.

Mitigation Strategies

Upgrade Open WebUI to version 0.11.0 or later to patch the regex engine issue. Restrict user access to knowledge search features until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-70493. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart