SSRF in Kidocode Crawl4ai

CVE-2026-57573

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.

Vulnerability class: SSRF (Server-Side Request Forgery)

EPSS: 0.003 (18.2th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.6 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-57573?
CVE-2026-57573 is a high-severity vulnerability in Kidocode Crawl4ai, classified under Server-Side Request Forgery (SSRF). CVSS score: 8.6/10. Published 2026-07-06.
How severe is CVE-2026-57573?
High severity. CVSS v3 base score is 8.6 out of 10.