CVE-2022-0736: Insecure Temporary File in mlflow
(updated )
mlflow prior to 1.23.1 contains an insecure temporary file. The insecure function tempfile.mktemp()
is deprecated and mkstemp()
should be used instead.
References
- github.com/advisories/GHSA-vqj2-4v8m-8vrq
- github.com/mlflow/mlflow
- github.com/mlflow/mlflow/commit/61984e6843d2e59235d82a580c529920cd8f3711
- github.com/pypa/advisory-database/tree/main/vulns/mlflow/PYSEC-2022-28.yaml
- huntr.dev/bounties/e5384764-c583-4dec-a1d8-4697f4e12f75
- nvd.nist.gov/vuln/detail/CVE-2022-0736
Detect and mitigate CVE-2022-0736 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →