MLflow: Unauthenticated full-read SSRF in webhook delivery: _validate_webhook_url bypassed via unvalidated HTTP redirects (and DNS rebinding)
Corrige ahora. Ella está bajo explotación confirmada por CISA y tiene exploit funcional público.
Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.
MLflow tiene un endpoint sin autenticación que valida una URL de webhook, pero luego sigue redirecciones HTTP sin revalidar, permitiendo que atacantes eludan protecciones y accedan a servicios internos o metadatos en la nube. Esto expone información sensible.
CVE-2026-64849 es una vulnerabilidad de SSRF (Server-Side Request Forgery) en el endpoint de prueba de webhooks de MLflow (/api/2.0/mlflow/webhooks/{id}/test). La función _validate_webhook_url() valida solo la URL inicial, pero el mecanismo de entrega sigue redirecciones HTTP y re-resuelve hostnames sin fijar la dirección validada, permitiendo que atacantes accedan a servicios internos/metadatos y exfiltren datos de respuesta. No se requiere autenticación.