Vulnerability Description
Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, the HTTP modules http.get, http.request, and http.batch in src/core/modules/atomic/http/get.py, src/core/modules/atomic/http/request.py, and src/core/modules/atomic/http/batch.py validate only the initial URL, then follow redirects with allow_redirects=True and without per-hop Location revalidation, allowing a public URL to redirect into internal address space and return the internal response body. This issue is fixed in version 2.26.7.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/flytohub/flyto-core/commit/0a0a528520ec18f5a21f1ddf858a71cc1e
- https://github.com/flytohub/flyto-core/releases/tag/v2.26.7
- https://github.com/flytohub/flyto-core/security/advisories/GHSA-c9hr-64h3-gxpc
- https://github.com/flytohub/flyto-core/security/advisories/GHSA-c9hr-64h3-gxpc
FAQ
What is CVE-2026-67424?
CVE-2026-67424 is a vulnerability with a CVSS score of 8.5 (HIGH). Flyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, the HTTP modules http.get, http.request, and http.batch in src/core/modules/atomic/http/get.py, src/core/modu...
How severe is CVE-2026-67424?
CVE-2026-67424 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-67424?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.