Vulnerability Description
Crawl4AI is an open-source LLM friendly web crawler & scraper. Prior to 0.8.8, the Docker API server's SSRF protection (validate_webhook_url / validate_url_destination in deploy/docker/utils.py) used an explicit IPv4/IPv6 CIDR blocklist that missed several address families. An attacker could reach internal services and cloud metadata endpoints (e.g. 169.254.169.254) despite the filter by encoding an internal IPv4 address inside an IPv6 transition form, or by using the IPv6 unspecified address. Because the Docker API is unauthenticated by default (jwt_enabled: false), no credentials are required. This vulnerability is fixed in 0.8.8.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Kidocode | Crawl4Ai | < 0.8.8 |
Related Weaknesses (CWE)
References
- https://github.com/unclecode/crawl4ai/security/advisories/GHSA-4qqr-vv2q-cmr5Third Party AdvisoryMitigation
FAQ
What is CVE-2026-53754?
CVE-2026-53754 is a vulnerability with a CVSS score of 7.5 (HIGH). Crawl4AI is an open-source LLM friendly web crawler & scraper. Prior to 0.8.8, the Docker API server's SSRF protection (validate_webhook_url / validate_url_destination in deploy/docker/utils.py) used ...
How severe is CVE-2026-53754?
CVE-2026-53754 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53754?
Check the references section above for vendor advisories and patch information. Affected products include: Kidocode Crawl4Ai.