2023-03-27 17:58:07 +00:00
|
|
|
id: mlflow-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mlflow - Unauthenticated Access
|
|
|
|
author: pussycat0x
|
|
|
|
severity: high
|
|
|
|
description: |
|
|
|
|
Unauthenticated Access to MLflow dashboard.
|
|
|
|
remediation: Add User Authentication
|
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-03-27 17:58:07 +00:00
|
|
|
shodan-query: http.title:"mlflow"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: unauth,mlflow,oss,misconfig
|
2023-03-27 17:58:07 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-27 17:58:07 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/ajax-api/2.0/preview/mlflow/experiments/get?experiment_id=0"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "experiment_id"
|
|
|
|
- "name"
|
|
|
|
- "artifact_location"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022027b0aa2509c14babe19fd37e137dd0f5fb1cc02d141415b87bea7fff883dbdf8022100ebf0ffd24a44ca7f2784218b6caa18144e8e7ffceb6d21ebf04f76d8679d2a8f:922c64590222798bb761d5b6d8e72950
|