Vulnerability Details : CVE-2023-1177
Potential exploit
Path Traversal: '\..\filename' in GitHub repository mlflow/mlflow prior to 2.2.1.
Vulnerability category: Directory traversal
Products affected by CVE-2023-1177
- cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-1177
93.24%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 100 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-1177
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
10.0
|
CRITICAL | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
3.9
|
6.0
|
huntr.dev | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST | |
10.0
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
3.9
|
6.0
|
huntr.dev | |
9.3
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N |
3.9
|
4.7
|
huntr.dev |
CWE ids for CVE-2023-1177
-
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Assigned by: nvd@nist.gov (Secondary)
-
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory.Assigned by: security@huntr.dev (Primary)
References for CVE-2023-1177
-
https://github.com/mlflow/mlflow/commit/7162a50c654792c21f3e4a160eb1a0e6a34f6e6e
Apply suggestions from code review · mlflow/mlflow@7162a50 · GitHubPatch
-
https://github.com/mlflow/mlflow/pull/7891/commits/7162a50c654792c21f3e4a160eb1a0e6a34f6e6e
Apply `validate_path_is_safe` to `path` and `artifact_path` for `/mlflow-artifacts/` endpoints by harupy · Pull Request #7891 · mlflow/mlflow · GitHubPatch
-
https://huntr.dev/bounties/1fe8f21a-c438-4cba-9add-e8a5dab94e28
LFI/RFI in MLflow vulnerability found in mlflowExploit;Patch;Third Party Advisory
Jump to