Exploitation Summary
EIP tracks 2 public exploits for CVE-2024-2928. PoCs published by nuridincersaygili, rain321654. A Nuclei detection template is also available.
AI-analyzed exploit summary This exploit leverages a path traversal vulnerability in MLflow's API endpoints to read arbitrary files on the server. It chains multiple API requests to manipulate artifact locations and retrieve file contents.
Description
A Local File Inclusion (LFI) vulnerability was identified in mlflow/mlflow, specifically in version 2.9.2, which was fixed in version 2.11.3. This vulnerability arises from the application's failure to properly validate URI fragments for directory traversal sequences such as '../'. An attacker can exploit this flaw by manipulating the fragment part of the URI to read arbitrary files on the local file system, including sensitive files like '/etc/passwd'. The vulnerability is a bypass to a previous patch that only addressed similar manipulation within the URI's query string, highlighting the need for comprehensive validation of all parts of a URI to prevent LFI attacks.
Exploits (2)
This exploit leverages a path traversal vulnerability in MLflow's API endpoints to read arbitrary files on the server. It chains multiple API requests to manipulate artifact locations and retrieve file contents.
This repository contains a report for CVE-2024-2928 but lacks exploit code or technical details. It appears to be a placeholder or documentation-only repository.
Nuclei Templates (1)
http.title:"mlflow"
title="mlflow" || app="mlflow"
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N