CVE-2022-0736: Insecure Temporary File in mlflow
8.2
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.68489%
CWE
Published
2/24/2022
Updated
9/30/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
mlflow | pip | < 1.23.1 | 1.23.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch for CVE-2022-0736 modified the code in mlflow/utils/file_utils.py to replace tempfile.mktemp() with tempfile.mkstemp(), indicating the function containing this code is vulnerable. Although the exact function name isn't directly provided in the patch snippet, it's related to handling temporary files.