[KEV] CSRF dans Ray-project ray (CVE-2025-62593)
Résumé
vulnérabilité dans Ray-project ray (CVE-2025-62593). L'exploitation peut entraîner la prise de contrôle totale du système. Exploitable via ``fetch``. Inscrit au CISA KEV — exploitation active confirmée. Atténuation : mise à jour vers `2.52.0` ou plus.
Résumé IA snake-internal / snake-material-v2
Actions de réponse (7 étapes)
Étapes concrètes et exemples de commandes que les équipes SOC/SRE doivent exécuter dans l'ordre
-
1Identify exposure identify
grep -r 'ray' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `ray` を grep し、稼働しているサービス・バージョンを把握する。
-
4Consider incident declaration escalate
Notify SOC / on-callCISA KEV登録済 = 実環境で悪用が観測されている。Step 3 で兆候があればインシデント対応宣言、無くてもパッチ適用までWAF強化を最優先で。
-
6Apply patch patch
Upgrade ray to 2.52.0ステージング環境で 2.52.0 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Paquets affectés
Références
- advisory https://nvd.nist.gov/vuln/detail/CVE-2025-62593
- advisory 134c704f-9b21-4f2e-91b3-4a467353bcc0
- advisory https://github.com/advisories/GHSA-q279-jhrf-cc6v
- package https://github.com/ray-project/ray
- package https://pypi.org/project/ray
- web https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09
- web https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v
- web 134c704f-9b21-4f2e-91b3-4a467353bcc0
- web https://github.com/nccgroup/singularity/pull/68
- web https://docs.ray.io/en/releases-2.51.1/ray-security/index.html
- web https://en.wikipedia.org/wiki/Malvertising
- web https://github.com/ray-project/ray/blob/e7889ae542bf0188610bc8b06d274cbf53790cbd/python/ray/dashboard/http_server_head.py#L184-L196
- web https://github.com/ray-project/ray/blob/f39a860436dca3ed5b9dfae84bd867ac10c84dc6/python/ray/dashboard/optional_utils.py#L129-L155