36 lines
893 B
YAML
36 lines
893 B
YAML
id: mlflow-unauth
|
|
|
|
info:
|
|
name: Mlflow - Unauthenticated Access
|
|
author: pussycat0x
|
|
severity: high
|
|
description: |
|
|
Unauthenticated Access to MLflow dashboard.
|
|
remediation: Add User Authentication
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"mlflow"
|
|
tags: unauth,mlflow,oss,misconfig
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022027b0aa2509c14babe19fd37e137dd0f5fb1cc02d141415b87bea7fff883dbdf8022100ebf0ffd24a44ca7f2784218b6caa18144e8e7ffceb6d21ebf04f76d8679d2a8f:922c64590222798bb761d5b6d8e72950
|