Lucene search
+L

1320 matches found

OSV
OSV
added 2023/03/24 12:0 a.m.21 views

CVE-2023-1177 Path Traversal: '\..\filename' in mlflow/mlflow

Path Traversal: '..\filename' in GitHub repository mlflow/mlflow prior to 2.2.1...

9.3CVSS9.4AI score0.69468EPSS
SaveExploits2References4
CVE
CVE
added 2023/03/24 12:0 a.m.179 views

CVE-2023-1177

CVE-2023-1177 is a path traversal / local-file-inclusion vulnerability in mlflow/mlflow prior to 2.2.1. Affects the MLflow server endpoints handling model-versions and artifacts (e.g., GET /model-versions/get-artifact) where a crafted path can disclose files outside the intended directory. Concre...

9.8CVSS9.4AI score0.69468EPSS
SaveIn wildExploits2References2Affected Software1
Huntr
Huntr
added 2023/03/03 10:14 p.m.49 views

Blind LFI in register-model/get?name=

Description A blind LFI exists in /ajax-api/2.0/mlflow/registered-models/get?name= The response from the server is different depending on if the file exists on the local file system or not. When the arbitrary local file exists, the server responds with 500 INTERNAL SERVER ERROR and when it doesn'...

1.7CVSS4.7AI score0.00578EPSS
SaveExploits1
Huntr
Huntr
added 2023/03/03 5:15 p.m.30 views

LFI/RFI in MLflow

Description Local and Remote File Include in MLflow Proof of Concept Start the server or UI it works on both identically bash mlflow ui --host 127.0.0.1:5001 Create a model bash curl -i -s -k -X $'POST' \ -H $'Host: 127.0.0.1:5001' -H $'User-Agent: Mozilla/5.0 Macintosh; Intel Mac OS X 10.15;...

7.5CVSS8.9AI score0.69468EPSS
SaveExploits2
Veracode
Veracode
added 2022/02/24 10:8 a.m.32 views

Information Disclosure

mlflow is vulnerable to information disclosure. The vulnerability exists due to lack of sanitization in the tempfile.mktemp' function in fileutils.pyfile allows to create same name temporary files in a different process...

7.5CVSS1.8AI score0.01575EPSS
SaveExploits1References4Affected Software1
vulnersOsv
vulnersOsv
added 2022/02/24 12:0 a.m.10 views

autorad (=0.1.2), azureml-contrib-run (>=1.0.18.2 <=1.0.41) +48 more potentially affected by CVE-2022-0736 via mlflow (>=0.8.2 <=1.23.0)

mlflow PYPI version =0.8.2, =1.0.18.2, =1.4.0, =3.0.0, =0.0.4, =0.1.3, =0.0.8, =0.0.1, =0.4.5, =1.2.0, =0.0.1, =0.0.1, =0.0.1, =0.0.3 and more Source cves: CVE-2022-0736 Source advisory: OSV:GHSA-VQJ2-4V8M-8VRQ...

8.2CVSS7.1AI score0.01575EPSS
SaveExploits1
OSV
OSV
added 2022/02/24 12:0 a.m.18 views

GHSA-VQJ2-4V8M-8VRQ Insecure Temporary File in mlflow

mlflow prior to 1.23.1 contains an insecure temporary file. The insecure function tempfile.mktemp is deprecated and mkstemp should be used instead...

8.8CVSS7.1AI score0.01575EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/02/24 12:0 a.m.34 views

Insecure Temporary File in mlflow

mlflow prior to 1.23.1 contains an insecure temporary file. The insecure function tempfile.mktemp is deprecated and mkstemp should be used instead...

8.2CVSS2.2AI score0.01575EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2022/02/23 9:15 a.m.49 views

CVE-2022-0736

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS0.01575EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2022/02/23 9:15 a.m.12 views

CVE-2022-0736

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS5.5AI score0.01575EPSS
SaveExploits1References3
PyPA
PyPA
added 2022/02/23 9:15 a.m.8 views

PYSEC-2022-28

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS6.8AI score0.01575EPSS
SaveExploits1References3Affected Software1
vulnersOsv
vulnersOsv
added 2022/02/23 9:15 a.m.12 views

autorad (=0.1.2), azureml-contrib-run (>=1.0.18.2 <=1.0.41) +48 more potentially affected by CVE-2022-0736 via mlflow (>=0.8.2 <=1.23.0)

mlflow PYPI version =0.8.2, =1.0.18.2, =1.4.0, =3.0.0, =0.0.4, =0.1.3, =0.0.8, =0.0.1, =0.4.5, =1.2.0, =0.0.1, =0.0.1, =0.0.1, =0.0.3 and more Source cves: CVE-2022-0736 Source advisory: OSV:PYSEC-2022-28...

8.2CVSS7.1AI score0.01575EPSS
SaveExploits1
OSV
OSV
added 2022/02/23 9:15 a.m.6 views

PYSEC-2022-28

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS7.1AI score0.01575EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/02/23 8:45 a.m.52 views

CVE-2022-0736 Insecure Temporary File in mlflow/mlflow

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS7.8AI score0.01575EPSS
SaveExploits1References2
CVE
CVE
added 2022/02/23 8:45 a.m.133 views

CVE-2022-0736

CVE-2022-0736 affects mlflow/mlflow prior to 1.23.1, describing an insecure temporary file issue. The root cause is use of the deprecated tempfile.mktemp() pattern in the affected code, with remediation to upgrade to mlflow 1.23.1 or later as indicated by OSV/GHSA entries. The connected sources c...

8.2CVSS7.6AI score0.01575EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/02/23 8:45 a.m.28 views

CVE-2022-0736 Insecure Temporary File in mlflow/mlflow

Insecure Temporary File in GitHub repository mlflow/mlflow prior to 1.23.1...

8.2CVSS8AI score0.01575EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/02/23 12:0 a.m.10 views

Mlflow 安全漏洞

Mlflow is an open source platform for machine learning lifecycles. A security vulnerability exists in Mlflow that stems from the product's tempfile.mktemp function failing to properly handle multi-process state. The vulnerability allows an attacker to create a temporary file with the same name. T...

8.2CVSS7.4AI score0.01575EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/02/23 12:0 a.m.5 views

PT-2022-13398 · Mlflow · Mlflow

Name of the Vulnerable Software and Affected Versions: mlflow versions prior to 1.23.1 Description: The issue is related to an insecure temporary file in the GitHub repository mlflow/mlflow. The tempfile.mktemp function is deprecated and should be replaced with mkstemp. Recommendations: For...

8.8CVSS7.6AI score0.01575EPSS
SaveExploits1References12
Huntr
Huntr
added 2022/01/08 9:42 p.m.34 views

Insecure Temporary File in mlflow/mlflow

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...

5CVSS2.7AI score0.01575EPSS
SaveExploits1References1
vulnersOsv
vulnersOsv
added 2021/12/09 7:15 p.m.5 views

ai.agnos:reactive-sparql_2.12 (>=0.3.0 <=0.3.1), ai.chronon:aggregator_2.11 (>=0.0.1 <=thread_contention-0.0.23-dev3) +25285 more potentially affected by CVE-2020-36179 via com.fasterxml.jackson.core:jackson-databind (>=2.7.0 <=2.9.10.7)

com.fasterxml.jackson.core:jackson-databind MAVEN version =2.7.0, =0.3.0, =0.0.1, =0.0.6, =0.0.1, =0.0.1, =thread-pool-0.0.24-dev, =local, =local, =0.0.6, =0.0.1, =0.42.1, =0.42.1, =0.40.2, =0.42.1, =0.80.6 and more Source cves: CVE-2020-36179 Source advisory: OSV:GHSA-9GPH-22XH-8X98...

8.8CVSS6.8AI score0.20929EPSS
SaveExploits2
Rows per page
Query Builder