diff --git a/advisories/github-reviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json b/advisories/github-reviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json new file mode 100644 index 00000000000..ebb8c43a157 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json @@ -0,0 +1,82 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hvc6-42vf-jhf8", + "modified": "2023-12-19T21:24:02Z", + "published": "2023-12-19T03:30:17Z", + "aliases": [ + "CVE-2023-6940" + ], + "summary": "mlflow Command Injection vulnerability", + "details": "with only one user interaction(download a malicious config), attackers can gain full command execution on the victim system.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "mlflow" + }, + "ecosystem_specific": { + "affected_functions": [ + "mlflow.utils.file_utils.render_and_merge_yaml" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.9.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6940" + }, + { + "type": "WEB", + "url": "https://github.com/mlflow/mlflow/pull/10676" + }, + { + "type": "WEB", + "url": "https://github.com/mlflow/mlflow/commit/5139b1087d686fa52e2b087e09da66aff86297b1" + }, + { + "type": "WEB", + "url": "https://github.com/mlflow/mlflow/commit/a98a341a7222f894b7735db575ad9311ecaba4e3" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mlflow/mlflow" + }, + { + "type": "WEB", + "url": "https://github.com/mlflow/mlflow/commits/v2.9.2" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/c6f59480-ce47-4f78-a3dc-4bd8ca15029c" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-77" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2023-12-19T21:24:02Z", + "nvd_published_at": "2023-12-19T02:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json b/advisories/unreviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json deleted file mode 100644 index be39f65a964..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-hvc6-42vf-jhf8/GHSA-hvc6-42vf-jhf8.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hvc6-42vf-jhf8", - "modified": "2023-12-19T03:30:17Z", - "published": "2023-12-19T03:30:17Z", - "aliases": [ - "CVE-2023-6940" - ], - "details": "with only one user interaction(download a malicious config), attackers can gain full command execution on the victim system.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6940" - }, - { - "type": "WEB", - "url": "https://github.com/mlflow/mlflow/commit/5139b1087d686fa52e2b087e09da66aff86297b1" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/c6f59480-ce47-4f78-a3dc-4bd8ca15029c" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-77" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-19T02:15:45Z" - } -} \ No newline at end of file