CVE-2026-53753

Severity CVSS v4.0:
Pending analysis
Type:
CWE-94 Code Injection
Publication date:
23/06/2026
Last modified:
29/06/2026

Description

Crawl4AI is an open-source LLM friendly web crawler & scraper. Prior to 0.8.7, the _safe_eval_expression() function in the computed fields feature uses an AST validator that only blocks attributes starting with underscore. Python generator and frame object attributes (gi_frame, f_back, f_builtins) do NOT start with underscore, enabling a complete sandbox escape to achieve arbitrary code execution. The attack requires no authentication (JWT disabled by default) and is triggered via POST /crawl with a crafted extraction schema. This vulnerability is fixed in 0.8.7.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:kidocode:crawl4ai:*:*:*:*:*:*:*:* 0.8.7 (excluding)