Build1 distinct publisher3 min readUpdated
CVE-2026-64849 lets anyone who can reach an MLflow tracking server make it fetch EC2 instance metadata and hand back the response. The fix is 3.15.0; the exposure is a default.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
An unauthenticated server-side request forgery flaw in MLflow's webhook creation and testing features, tracked as CVE-2026-64849, is being used to read cloud metadata and steal temporary IAM credentials, and it has been added to CISA's Known Exploited Vulnerabilities list [1][3]. That combination moves the problem out of the security backlog and onto the platform team that owns the tracking server, because the advisory summary describes the vulnerable path as reachable on tracking servers in default configurations without authentication [4].
The mechanics are unremarkable, which is the point. According to the advisory summary published on dev.to and credited to the MLflow security advisory and CISA, the attacker finds an externally exposed MLflow Tracking Server, uses the unauthenticated API to create a webhook pointing at a public HTTPS server they control, and that server answers with a 302 redirect to a cloud metadata or internal URL [5]. MLflow validates only the original URL and follows the redirect target without re-evaluating it, and the webhook test response returns the internal response body, which is where IAM role credentials leave the building [5][6]. The same summary notes 307 and 308 redirects preserve the POST method, which turns the flaw into blind writes against internal services [7], and that a DNS-based variant works by switching responses for the same hostname from public to internal IPs, exploiting the gap between validation time and connection time [8]. From there the described reach extends to internal port scanning, configuration changes, and internal API operations [9].
Affected versions are MLflow 3.14.0 and earlier; the fix is 3.15.0 or later [10]. The gap between those two is one minor release, so there is no long backport archaeology to do before patching [15]. The preconditions listed are equally short: the webhook API is reachable without authentication, the MLflow host can talk to internal services and the metadata endpoint, and the cloud role attached to the instance has real permissions, which is what determines how bad the aftermath is [11]. No user action is required, and public MLflow servers are targeted directly; the advisory summary explicitly states email is not an attack vector, which rules out the phishing-awareness reflex [12]. Named technologies are the MLflow Tracking Server and the AWS EC2 Instance Metadata Service [13]. No threat actor or malware family has been identified [14].
Mitigations beyond the upgrade are the ones you would expect and should have already: make MLflow private and put it behind an authenticated reverse proxy, apply metadata service protections, cut the instance role down to least privilege, add egress controls, and validate webhook destination IPs after connection and at every redirect rather than only at submission [16].
Detection is network work, not endpoint work. The summary flags connections from MLflow to 169.254.169.254 or RFC1918 addresses immediately after an outbound connection to an attacker-controlled public host, DNS responses for one hostname flipping from public to internal IPs in a short window, and HTTP connections from the MLflow process to link-local, loopback, RFC1918, and internal management ports; it notes network telemetry matters because this usually happens without additional processes spawning [17]. On the cloud side, look for API use from new IPs and User-Agents with temporary credentials, and abnormal role enumeration, secret retrieval, or resource operations in CloudTrail, plus IMDS access logs and host flows [18].
Worth separating scan noise from a real incident before escalating: the summary's own ladder runs from suspicious requests against the webhook API with no confirmed internal connection, through webhooks created and tested and the server connecting out, to metadata or IAM credential responses returned or cloud API use with stolen credentials, and finally secret retrieval, lateral movement, or resource modification with the stolen role [19]. If your logs only reach rung two, you still have to rotate.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
CVE-2026-64849 is an unauthenticated server-side request forgery issue in MLflow's webhook creation and testing features, allowing attackers to read cloud metadata and internal services; severity is rated Critical, with a publication date of 2026-08-19.
Reason for the severity rating: it reaches tracking servers in default configurations without authentication and leads to cloud IAM credential theft.
Attack chain: the attacker finds an externally exposed MLflow Tracking Server, uses an unauthenticated API to create a webhook pointing to the attacker's public HTTPS server, that server returns a 302 redirect to cloud metadata or internal URLs, and MLflow checks only the original URL and accesses the redirect target without re-evaluating it.
The webhook test response returns the internal response body, exposing IAM role credentials and other data to the attacker.
307 and 308 redirects maintain the POST method, enabling blind writes to internal services.
Alternatively, DNS responses switch from public IPs to internal IPs, exploiting the gap between validation time and connection time.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Mechanically detailed, single-source and unverified
The technical account is unusually specific for one post: exact redirect semantics, the validation-time versus connection-time DNS gap, affected and fixed version boundaries, and named detection artifacts. But the entire cluster rests on one community blog entry that cites 'MLflow Security Advisory / CISA' without reproducing or linking it, and offers no CVSS vector, no CWE, no discoverer, and no exposure telemetry. The internally consistent mechanics support a moderate score; the absence of any primary or independent source caps it below the midpoint.
Patch exists; real-world uptake and exposure unmeasured
There is one concrete adoption-relevant artifact, a fixed release at 3.15.0 reachable by a single minor-version bump, plus an asserted but uncorroborated exploitation event. Nothing in the supplied material quantifies how many MLflow tracking servers are internet-exposed, how many remain on 3.14.0 or earlier, or how many organizations have patched, so the score reflects only the existence of a remedy, not observed uptake.
Framing outruns the sourcing
The headline framing treats the KEV listing and active exploitation as settled fact and calls the webhook tester a credential-theft tool, while the underlying material is one aggregator post with no linked advisory, no attributed actor, and no exposure or victim data. The mechanics themselves are plausibly stated and the patch guidance is concrete, so this is overstatement of incident status rather than invention of a vulnerability; the gap is positive but moderate.
Community write-up with no disclosed commercial stake
The lone source is a pseudonymous developer-platform post that sells nothing: no product pitch, vendor tooling, or service is promoted, and the mitigation advice points at upstream upgrades and generic cloud hardening. The residual incentive is attention-oriented, since restating a Critical, KEV-flagged CVE with dramatic framing rewards traffic on that platform, and the aggregation of others' advisory work without linking it fits that pattern.
Confident on mechanics, weak on incident status
Confidence is split. The vulnerability class, exploitation preconditions, version boundaries and detection guidance are specific and mutually consistent, so those hold up reasonably well even from one source. The exploitation and KEV assertions, which set the story's urgency, cannot be checked against anything supplied and are marked insufficient. With a single publisher and no primary advisory in the cluster, overall confidence stays low.
security
SharePoint flaw went from PoC to honeypot hits in a day, and Microsoft's advisory is still silent1 distinct publisher
product
CISA gives federal agencies three days to patch Ray, the framework under your ML pipelines1 distinct publisher
security
One packet reboots your Cisco VPN box, and Cisco will not say who is firing it1 distinct publisher
build
A UDP packet is now enough: IKEEXT RCE moves from patch queue to fire drill1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 20, 2026