CVE-2026-26217: Crawl4AI < 0.8.0 Docker API Local File Inclusion via file URL Handling
Crawl4AI versions prior to 0.8.0 contain a local file inclusion vulnerability in the Docker API deployment. The /execute_js, /screenshot, /pdf, and /html endpoints accept file:// URLs, allowing unauthenticated remote attackers to read arbitrary files from the server filesystem. An attacker can access sensitive files such as /etc/passwd, /etc/shadow, application configuration files, and environment variables via /proc/self/environ, potentially exposing credentials, API keys, and internal application structure.
Security readout for executives and security teams
Plain-English summary
CVE-2026-26217 lets unauthenticated attackers make vulnerable Crawl4AI Docker API deployments read local server files. The main business risk is exposure of credentials, API keys, configuration, and internal structure, not direct system takeover from the cited evidence.
Executive priority
Treat this as urgent for any externally reachable Crawl4AI Docker API. Prioritize upgrade and exposure reduction, then assess whether credentials or configuration data may have been read.
Technical view
Crawl4AI versions before 0.8.0 allow file:// URLs through Docker API endpoints including /execute_js, /screenshot, /pdf, and /html. This creates local file inclusion with network access, no privileges, and no user interaction required. CVSS v4.0 is 9.2.
Likely exposure
Exposure is most likely where Crawl4AI Docker API is deployed below version 0.8.0 and reachable by untrusted networks or the internet. Systems storing secrets in environment variables or local config files face higher impact.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. Public advisories describe a remotely reachable unauthenticated file-read condition, so exploitation is plausible where vulnerable endpoints are exposed.
Researcher notes
The record identifies CWE-22 and confidentiality impact across vulnerable and subsequent systems. Evidence supports arbitrary local file read, including sensitive OS files and /proc/self/environ. It does not support integrity impact, availability impact, or active exploitation claims.
Mitigation direction
Upgrade Crawl4AI Docker API deployments to version 0.8.0 or later.
Restrict Docker API access to trusted networks until upgraded.
Review vendor advisory and release notes for exact remediation guidance.
Rotate secrets if vulnerable endpoints were exposed to untrusted users.
Avoid storing high-value secrets in readable local files or process environments.
Validation and detection
Inventory Crawl4AI Docker API deployments and confirm running versions.
Identify exposure of /execute_js, /screenshot, /pdf, and /html endpoints.
Review access logs for file:// URL requests to affected endpoints.
Check whether local config files or environment secrets may have been exposed.
Confirm patched deployments reject local file URL handling.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.