CISA warns of hackers exploiting critical MLflow vulnerability

By George Bailey   Published: 08/21/26   3 min read
CISA warns of hackers exploiting critical MLflow vulnerability

What CISA Flagged

CISA says attackers are exploiting CVE-2026-64849 in MLflow, an open-source AI engineering platform backed by the Linux Foundation and used broadly for evaluating and monitoring LLM and agent workloads.

The flaw is a critical DNS-rebinding SSRF bypass in MLflow's outbound webhook delivery. It was patched in version 3.15.0, but unpatched instances can let attackers reach internal services or cloud metadata endpoints without privileges under the default tracking-server model described in the advisory.

Why MLflow Exposure Gets Expensive

This is not just another SSRF headline. The source reporting says the vulnerable POST /api/2.0/mlflow/webhooks/{id}/test path can return upstream response status and body to the caller, which means an exposed MLflow instance can become a relay into internal services and metadata-backed credential stores.

watchTowr says attackers began scanning for MLflow systems within hours of the CVE assignment and are already exploiting the issue to reach cloud metadata services and exfiltrate cloud credentials and secrets. That changes the response from patching alone to patching plus credential-exposure review.

Why This Matters Beyond AI Teams

MLflow reportedly sees more than 30 million monthly downloads and is often deployed by engineering or data teams rather than by traditional infrastructure owners. That creates the exact sort of ownership gap that slows response when a new exposure lands.

The risky assumption is that an internal AI platform stays inside a safe boundary by default. Once webhook testing can be abused to reach metadata and internal-only services, the issue belongs in the cloud and identity conversation too.

What Teams Should Do Next

Treat this as a credentials-and-internal-reachability problem, not only an application update.

Source Context

CyberExperts used BleepingComputer's reporting as the primary source for this article and preserved the details that make the story operationally useful: CVE-2026-64849, the DNS-rebinding SSRF bypass, the default webhook test path, the fixed MLflow version, and the active-credential-theft angle described by watchTowr.

Related In The Daily Brief

See this item in The 5-Minute Cyber Brief

George Bailey

George Bailey is a cybersecurity researcher and writer at CyberExperts, covering cyber threats, AI, cloud security, vulnerabilities, and defensive strategies. His goal is to help security professionals quickly understand what matters most and how it impacts their organizations.

Keep Reading