mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
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,vuln
|
|
|
|
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: 4b0a00483046022100f9cbd8148ac5c30731b4f218ce58121671e59b60c954cff5b94b8af80949175e022100a257a13519d7fe862c3c8c0e710faefa6c76d41b938cdf8ae2b63b0f219c1cdb:922c64590222798bb761d5b6d8e72950 |