mlflow-unauth: Mlflow - Unauthenticated Access

日期: 2025-08-01 | 影响软件: Mlflow | POC: 已公开

漏洞描述

Unauthenticated Access to MLflow dashboard.

PoC代码[已公开]

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

相关漏洞推荐