VDB
Sign up
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

PyPI/crewai-tools
Introduced in: 0Fixed in: 1.15.1
Fixpip install --upgrade 'crewai-tools>=1.15.1'

References