CVE 6.5 MEDIUM

Redos (Regular Expression Denial of Service) at Code Extraction Block in significant-gravitas/autogpt_CVE-2026-26006

6.5 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Description

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. The autogpt before 0.6.32 is vulnerable to Regular Expression Denial of Service due to the use of regex at Code Extraction Block. The two Regex are used containing the corresponding dangerous patterns \s+[\s\S]*? and \s+(.*?). They share a common characteristic — the combination of two adjacent quantifiers that can match the same space character (\s). As a result, an attacker can supply a long sequence of space characters to trigger excessive regex backtracking, potentially leading to a Denial of Service (DoS). This vulnerability is fixed in 0.6.32.

Basic Information

ID CVE-2026-26006
Source GitHub_M
Published Feb 10, 2026 at 21:21

Affected Product

Vendor Significant-Gravitas
Product AutoGPT
Version >= 0.4.0, < 0.6.32
Affected Versions Significant-Gravitas AutoGPT >= 0.4.0, < 0.6.32

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.