Vulnerability Description
AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.52, an authenticated user can bypass the SSRF / private-IP protections in SendWebRequestBlock and reach internal network services. _is_ip_blocked() in backend/backend/util/request.py does not normalize IPv4-mapped IPv6 addresses before checking resolved IPs against the blocked IPv4 ranges, and does not block special-use ranges such as 100.64.0.0/10 (CGNAT, RFC 6598). A hostname that resolves to an IPv4-mapped IPv6 address therefore passes validation and the request reaches the embedded internal IPv4 endpoint. This affects all AutoGPT Platform deployments. This vulnerability is fixed in 0.6.52.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-8qc5-rh
- https://github.com/Significant-Gravitas/AutoGPT/security/advisories/GHSA-8qc5-rh
FAQ
What is CVE-2026-56663?
CVE-2026-56663 is a vulnerability with a CVSS score of 8.5 (HIGH). AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agents. Prior to 0.6.52, an authenticated user can bypass the SSRF / private-IP prote...
How severe is CVE-2026-56663?
CVE-2026-56663 has been rated HIGH with a CVSS base score of 8.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-56663?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.