Crawl4AI is an open-source LLM-friendly web crawler and scraper. Prior to 0.9.0, the Docker API server applied its SSRF destination check on
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
2주 이내 패치 — 우선 조치 대상
CVSS 벡터 · 메트릭
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N약점 (CWE)
- CWE-918
서버측 요청 위조(SSRF) — 서버가 공격자가 지정한 내부 자원에 요청하도록 강제.
상세 설명
Crawl4AI is an open-source LLM-friendly web crawler and scraper. Prior to 0.9.0, the Docker API server applied its SSRF destination check on the non-streaming /crawl path but not on the streaming path. handle_stream_crawl_request passed seed URLs straight to the crawler with no destination validation, allowing a remote unauthenticated client to call POST /crawl/stream or POST /crawl with crawler_config.stream=true with a URL pointing at an internal, private, or link-local address; the server fetched it and streamed the response body back. This issue is fixed in version 0.9.0.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- kidocode crawl4ai< 0.9.0other
영향받는 구성 (CPE) 1
- kidocode crawl4ai< 0.9.0cpe:2.3:a:kidocode:crawl4ai:*:*:*:*:*:*:*:*
참고 자료 2
- https://github.com/unclecode/crawl4ai/security/advisories/GHSA-wm69-2pc3-rmmfMitigationVendor Advisory
링크 내용 불러오는 중…