Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-53755 – Unauthenticated SSRF via Proxy Configuration Bypass – Crawl4AI prior to 0.8.9

Be the first to know when new zero-days emerge:

Summary

CVE-2026-53755 is a Server-Side Request Forgery (SSRF) vulnerability in Crawl4AI’s Docker API server, affecting all versions prior to 0.8.9. The flaw arises because the server’s SSRF protection validates only the crawl target URL and not the proxy destination, allowing an unauthenticated remote attacker to route Chromium’s network traffic through a proxy pointed at internal services or cloud metadata endpoints. With a CVSS v3.1 base score of 8.6 (High) and a Changed scope (S:C), successful exploitation can expose sensitive internal infrastructure and cloud credentials without any authentication or user interaction.

Technical details

  • Root cause: The Docker API server’s SSRF destination check was applied exclusively to the crawl target URL, leaving all proxy-related configuration fields entirely unvalidated (CWE-918).
  • Trigger conditions: Any unauthenticated HTTP request to the /crawl, /crawl/stream, or /crawl/job endpoints — the Docker API requires no authentication by default.
  • Attack vector: An attacker submits a request containing a legitimate, publicly-routable crawl URL (to pass the SSRF check) while supplying an internal IP or cloud metadata address as the proxy server. Chromium routes its egress traffic through the attacker-specified proxy, and the responses are returned to the attacker.
  • Vulnerable fields: browser_config.proxy_config.server, browser_config.proxy (deprecated field), crawler_config.proxy_config.server, and Chromium command-line flags --proxy-server, --proxy-pac-url, --proxy-bypass-list, and --host-resolver-rules passed via browser_config.extra_args.
  • Impact: Unauthenticated access to internal network services and cloud instance metadata endpoints (e.g., AWS IMDSv1 at 169.254.169.254), with potential leakage of IAM credentials and sensitive internal data. The Changed scope (S:C) reflects the ability to impact resources beyond the vulnerable component itself.

Affected software

  • Crawl4AI (crawl4ai on PyPI) — all versions prior to 0.8.9

Severity

CVSS v3.1 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

Mitigation and recommended actions

  • Immediate: Upgrade to Crawl4AI 0.8.9 or later. The fix extends the existing global-routability validation to proxy destinations and strips proxy-related flags from extra_args, preventing internal address routing.
  • If immediate patching is not possible:
    • Enable API authentication by setting the CRAWL4AI_API_TOKEN environment variable to restrict unauthenticated access to the Docker API server.
    • Apply egress firewall rules on the container’s network to block outbound access to internal IP ranges and cloud metadata endpoints (e.g., 169.254.169.254, RFC 1918 ranges).

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge