CVE-2026-26216
CriticalSummary
Wersje Crawl4AI przed 0.8.0 zawierają podatność na zdalne wykonanie kodu w interfejsie API Dockera. Punkt końcowy /crawl akceptuje parametr hooks zawierający kod Pythona, który jest wykonywany za pomocą exec().
Risk Assessment
Podatność ta pozwala nieautoryzowanym atakującym na importowanie dowolnych modułów i wykonywanie poleceń systemowych, co może prowadzić do pełnego kompromitacji serwera oraz wycieku wrażliwych danych.
Recommendation
Zaleca się aktualizację do wersji Crawl4AI 0.8.0 lub nowszej, aby usunąć tę podatność oraz ograniczenie dostępu do interfejsu API Dockera.
Original NVD description (English source)
Crawl4AI versions prior to 0.8.0 contain a remote code execution vulnerability in the Docker API deployment. The /crawl endpoint accepts a hooks parameter containing Python code that is executed using exec(). The __import__ builtin was included in the allowed builtins, allowing unauthenticated remote attackers to import arbitrary modules and execute system commands. Successful exploitation allows full server compromise, including arbitrary command execution, file read and write access, sensitive data exfiltration, and lateral movement within internal networks.

