CVE-2026-53755
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCrawl4AI is an open-source LLM friendly web crawler & scraper. Prior to 0.8.9, the Docker API server applied its SSRF destination check to the crawl target URL only, not to the proxy address. An unauthenticated request could supply a proxy pointing at an internal IP and route the browser through it, reaching internal services and cloud-metadata endpoints, while using a perfectly valid crawl URL. The Docker API is unauthenticated by default. /crawl, /crawl/stream, and /crawl/job accept a browser_config (and crawler_config). The following all feed Chromium's egress and were unchecked: browser_config.proxy_config.server, browser_config.proxy (deprecated field), crawler_config.proxy_config.server, and --proxy-server / --proxy-pac-url / --proxy-bypass-list / --host-resolver-rules flags in browser_config.extra_args. This vulnerability is fixed in 0.8.9.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCrawl4AI versions before 0.8.9 have a Server-Side Request Forgery (SSRF) vulnerability where the Docker API server only validated the crawl target URL but not proxy configuration parameters. An unauthenticated attacker can specify an internal-network proxy via browser_config.proxy_config.server, browser_config.proxy, crawler_config.proxy_config.server, or browser_config.extra_args proxy flags to route browser traffic through internal IPs, accessing internal services and cloud-metadata endpoints.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 0.8.9CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Crawl4AI versionRun 'pip show crawl4ai' or check the container image tag to identify the installed versionAffected if Version is below 0.8.9 (e.g., 0.8.8, 0.8.7, etc.)
-
Verify Docker API accessibilityCheck if the Docker socket (/var/run/docker.sock) or Docker TCP port (2375/2376) is exposed to unauthenticated users or untrusted networksAffected if Docker API is accessible without authentication from untrusted networks
-
Inspect proxy configuration endpointsReview API request logs or audit crawler configurations for use of proxy parameters: browser_config.proxy_config.server, browser_config.proxy, crawler_config.proxy_config.server, or browser_config.extra_args containing proxy settingsAffected if Proxy parameters can be controlled by unauthenticated users and point to internal IP addresses (e.g., 127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x) or cloud metadata endpoints (169.254.169.254)
-
Check for internal network connectionsMonitor network connections or review Docker/container logs for outbound connections from the Crawl4AI service to internal IPs or metadata endpointsAffected if Connections have been made to internal services or cloud metadata endpoints (169.254.169.254) that were not explicitly intended as crawl targets
A user is affected if running Crawl4AI version below 0.8.9 with unauthenticated access to its API, where an attacker can inject internal network proxy settings to reach sensitive internal endpoints.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped0.8.9
Upgrade to Crawl4AI version 0.8.9 or later which implements SSRF protection for proxy addresses. Until upgraded, disable unauthenticated Docker API access and consider network segmentation.
0.8.9
- Upgrade Crawl4ai to version 0.8.9 or later
- If running via Docker, pull the updated image with the fixed version
- Restart the Crawl4ai service to apply the update
- Verify the upgrade was successful by checking the version number
- Ensure the Docker API is properly secured with authentication if exposed to untrusted networks
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-53755 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-53755 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data