mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-5r3q-93q3-f978 GHSA-wv8q-4f85-2p8p
This commit is contained in:
+32
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-5r3q-93q3-f978",
|
||||
"modified": "2023-12-20T06:30:25Z",
|
||||
"modified": "2023-12-20T20:37:01Z",
|
||||
"published": "2023-12-20T06:30:25Z",
|
||||
"aliases": [
|
||||
"CVE-2023-6909"
|
||||
],
|
||||
"summary": "MLflow Path Traversal Vulnerability",
|
||||
"details": "Path Traversal: '\\..\\filename' in GitHub repository mlflow/mlflow prior to 2.9.2.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,7 +15,30 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "mlflow"
|
||||
},
|
||||
"ecosystem_specific": {
|
||||
"affected_functions": [
|
||||
"mlflow.utils.uri.validate_path_is_safe"
|
||||
]
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "2.9.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -25,6 +49,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/mlflow/mlflow/commit/1da75dfcecd4d169e34809ade55748384e8af6c1"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/mlflow/mlflow"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://huntr.com/bounties/11209efb-0f84-482f-add0-587ea6b7e850"
|
||||
@@ -35,8 +63,8 @@
|
||||
"CWE-29"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-12-20T20:37:01Z",
|
||||
"nvd_published_at": "2023-12-18T04:15:52Z"
|
||||
}
|
||||
}
|
||||
+27
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-wv8q-4f85-2p8p",
|
||||
"modified": "2023-12-20T06:30:25Z",
|
||||
"modified": "2023-12-20T20:36:28Z",
|
||||
"published": "2023-12-20T06:30:25Z",
|
||||
"aliases": [
|
||||
"CVE-2023-6976"
|
||||
],
|
||||
"summary": "MLflow Path Traversal Vulnerability",
|
||||
"details": "This vulnerability is capable of writing arbitrary files into arbitrary locations on the remote filesystem in the context of the server process.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,7 +15,25 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "mlflow"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "2.9.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -25,6 +44,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/mlflow/mlflow/commit/5044878da0c1851ccfdd5c0a867157ed9a502fbc"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/mlflow/mlflow"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://huntr.com/bounties/2408a52b-f05b-4cac-9765-4f74bac3f20f"
|
||||
@@ -35,8 +58,8 @@
|
||||
"CWE-434"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-12-20T20:36:28Z",
|
||||
"nvd_published_at": "2023-12-20T06:15:45Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user