40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
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"
|
|
product: mlflow
|
|
vendor: lfprojects
|
|
fofa-query:
|
|
- app="mlflow"
|
|
- title="mlflow"
|
|
google-query: intitle:"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: 4a0a00473045022100aac40a35b2c0ec058e0340004de911a6d8b0e8292b238c983aecf4e70a68abdd0220031f29e6db682f5978ead784c25c7d262873571205c0aba9675795b9174284f4:922c64590222798bb761d5b6d8e72950 |