Insecure Temporary File in mlflow
High severity
GitHub Reviewed
Published
Feb 24, 2022
to the GitHub Advisory Database
•
Updated Sep 30, 2024
Description
Published by the National Vulnerability Database
Feb 23, 2022
Published to the GitHub Advisory Database
Feb 24, 2022
Reviewed
Feb 24, 2022
Last updated
Sep 30, 2024
mlflow prior to 1.23.1 contains an insecure temporary file. The insecure function
tempfile.mktemp()
is deprecated andmkstemp()
should be used instead.References