CyberRota Analysis
AI-GeneratedThe Docker API server in versions prior to 0.9.0 is vulnerable due to insufficient destination validation on the streaming crawl path, allowing remote unauthenticated clients to exploit this by sending requests to internal or private addresses. This could lead to unauthorized data exposure or access to sensitive information. Organizations using Docker with Crawl4AI should prioritize upgrading to version 0.9.0 to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Crawl4AI is an open-source LLM-friendly web crawler and scraper. Prior to 0.9.0, the Docker API server applied its SSRF destination check on the non-streaming /crawl path but not on the streaming path. handle_stream_crawl_request passed seed URLs straight to the crawler with no destination validation, allowing a remote unauthenticated client to call POST /crawl/stream or POST /crawl with crawler_config.stream=true with a URL pointing at an internal, private, or link-local address; the server fetched it and streamed the response body back. This issue is fixed in version 0.9.0.
Related CVEs
Other vulnerabilities affecting the same vendor(s)