CVE-2026-70493: Open WebUI: Any authenticated user can stall a worker via a knowledge-search pattern that backtracks catastrophically
The built-in knowledge search tools let a chat participant choose the 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 anywhere on that path. A single crafted pattern and a single short line of matching text pin one CPU core for as long as the attacker wants, and because the search runs synchronously inside the event loop, that worker serves nobody else while it spins.
References
- github.com/advisories/GHSA-2f54-p244-32q6
- github.com/open-webui/open-webui/commit/3ab2026262ef6f09810e4d235c5f9a9cb903e595
- github.com/open-webui/open-webui/pull/27471
- github.com/open-webui/open-webui/releases/tag/v0.11.0
- github.com/open-webui/open-webui/security/advisories/GHSA-2f54-p244-32q6
- nvd.nist.gov/vuln/detail/CVE-2026-70493
Code Behaviors & Features
Detect and mitigate CVE-2026-70493 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 →