Lucene search

K
huntrSrikanthprathiE5384764-C583-4DEC-A1D8-4697F4E12F75
HistoryJan 08, 2022 - 9:42 p.m.

Insecure Temporary File in mlflow/mlflow

2022-01-0821:42:48
srikanthprathi
www.huntr.dev
18

0.001 Low

EPSS

Percentile

38.1%

Description

mlflow package is using the deprecated function tempfile.mktemp() which is not secure. Because a different process may create a file with this name in the time between the call to mktemp() and the subsequent attempt to create the file by the first process.

Impact

Availability will get affected because of this vulnerability.

Remediation

Use mkstemp() instead of tempfile.mktemp()

0.001 Low

EPSS

Percentile

38.1%

Related for E5384764-C583-4DEC-A1D8-4697F4E12F75