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

New CVE Detected

CVE-2026-57572 – Unauthenticated RCE via Chromium Argument Injection – Crawl4AI Docker API prior …

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

Summary

CVE-2026-57572 is a critical argument injection vulnerability in the Crawl4AI Docker API server, affecting all versions prior to 0.9.0. The flaw allows an unauthenticated remote attacker to inject arbitrary Chromium launch switches through the request-supplied browser_config.extra_args field, causing Chromium to fork or execute an attacker-controlled command as the container’s runtime user. Because the Docker API requires no authentication by default, a single HTTP request is sufficient to achieve full remote code execution (RCE), resulting in a maximum CVSS v3.1 score of 10.0 (Critical).

Technical details

  • Root cause: The Docker API server accepted user-supplied values in browser_config.extra_args and passed them directly into Chromium’s launch arguments without adequate validation. A prior partial fix introduced in v0.8.9 applied a denylist scoped only to proxy- and DNS-related flags, which was insufficient to block command-execution switches.
  • Trigger conditions: An attacker sends a crafted HTTP POST request to any of the API’s crawl endpoints — /crawl, /crawl/stream, or /crawl/job — embedding malicious entries in the browser_config.extra_args field.
  • Attack mechanism: The injected switches — such as --utility-cmd-prefix, --renderer-cmd-prefix, --gpu-launcher, or --browser-subprocess-path combined with --no-zygote — instruct Chromium to replace its normal child-process launch command with an attacker-controlled binary or shell command, which Chromium then forks or execs directly.
  • Authentication requirement: None. The Docker API server ships with no authentication enabled by default, meaning any network-accessible instance can be exploited without credentials or prior access.
  • Impact: Full arbitrary command execution as the container’s runtime user, yielding complete loss of confidentiality, integrity, and availability. The CVSS Scope metric is "Changed," reflecting that exploitation can affect resources beyond the vulnerable Crawl4AI container itself.
  • CWEs: CWE-88 (Argument Injection), CWE-94 (Code Injection).

Affected software

  • Crawl4AI (Docker API server) — all versions prior to 0.9.0

Severity

  • CVSS v3.1 Base Score: 10.0 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade Crawl4AI to version 0.9.0 or later. In v0.9.0, request-supplied browser_config.extra_args are rejected at the network boundary with an HTTP 400 response. Authentication is enforced by default, and the server binds to loopback (127.0.0.1) unless a valid API token is explicitly configured via the CRAWL4AI_API_TOKEN environment variable.
  • If immediate patching is not possible: Restrict network access to the Docker API port (default: 11235) via firewall rules or network ACLs so it is not reachable from untrusted networks. Do not expose the API directly to the internet. If remote access is required, place the service behind a TLS-terminating reverse proxy with authentication enforced at the proxy layer.

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