3 matches found
CVE-2026-34939 PraisonAI: ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()
PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...
CVE-2026-34939
PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...
CVE-2026-34939
The connected advisory confirms CVE-2026-34939 details a DoS in PraisonAI’s MCPToolIndex.search_tools(): it compiles a caller-supplied string directly as a Python regex with no validation or timeout, enabling a crafted query to cause catastrophic backtracking and block the Python thread for hundr...