HIGH7.4
GHSA-mr4r-hcgx-8p4h
crewai-tools SSRF redirect bypass exposes internal services
Quick fix
GHSA-mr4r-hcgx-8p4h — crewai-tools: upgrade to the fixed version with the command below.
pip install --upgrade 'crewai-tools>=1.15.1'Details
CrewAI before 1.15.1 contains a server-side request forgery vulnerability in the validate_url function that performs one-shot DNS resolution and blocklist checks before returning the original URL unchanged. Attackers can bypass the security filter by supplying URLs that redirect to internal addresses or use DNS rebinding techniques to access internal services and cloud metadata endpoints.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-62240[ADVISORY]
- https://github.com/crewAIInc/crewAI/issues/6520[WEB]
- https://github.com/crewAIInc/crewAI/pull/6331[WEB]
- https://github.com/crewAIInc/crewAI/commit/5d4851eac797cafc45b726f65747fe2c9520fc42[WEB]
- https://github.com/crewAIInc/crewAI[PACKAGE]
- https://github.com/crewAIInc/crewAI/releases/tag/1.15.1[WEB]
- https://www.vulncheck.com/advisories/crewai-ssrf-filter-bypass-via-http-redirect-in-scrape-tools[WEB]