CVE-2026-26006
Regex DoS Vulnerability in AutoGPT Code Extraction Block
Publication date: 2026-02-10
Last updated on: 2026-02-17
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| agpt | autogpt_platform | From 0.4.0 (inc) to 0.6.32 (exc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in AutoGPT versions before 0.6.32 and is a Regular Expression Denial of Service (ReDoS) issue. It occurs because two regular expressions used in the Code Extraction Block contain dangerous patterns with adjacent quantifiers that can match the same space character. An attacker can exploit this by supplying a long sequence of space characters, causing excessive backtracking in the regex engine, which can lead to a Denial of Service (DoS).
How can this vulnerability impact me? :
The vulnerability can be exploited to cause a Denial of Service (DoS) by making the application spend excessive time processing crafted input with many space characters. This can lead to service unavailability or degraded performance, impacting the reliability and availability of systems using vulnerable versions of AutoGPT.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should upgrade AutoGPT to version 0.6.32 or later, where the Regular Expression Denial of Service issue has been fixed.