From 50f9cac2c9e5e9dea0d790c4d09d81d96760ccff Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Fri, 28 Apr 2023 00:00:22 +0000 Subject: [PATCH] 7b5d130d-38eb-4133-8c7d-0dfc9a9d9896 --- 2023/2xxx/CVE-2023-2356.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/2xxx/CVE-2023-2356.json b/2023/2xxx/CVE-2023-2356.json index 58633813f3a..7d82b624083 100644 --- a/2023/2xxx/CVE-2023-2356.json +++ b/2023/2xxx/CVE-2023-2356.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-2356", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2023-2356", + "STATE": "PUBLIC", + "TITLE": "Relative Path Traversal in mlflow/mlflow" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "mlflow/mlflow", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "2.3.1" + } + ] + } + } + ] + }, + "vendor_name": "mlflow" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Relative Path Traversal in GitHub repository mlflow/mlflow prior to 2.3.1." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 10, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-23 Relative Path Traversal" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/7b5d130d-38eb-4133-8c7d-0dfc9a9d9896", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/7b5d130d-38eb-4133-8c7d-0dfc9a9d9896" + }, + { + "name": "https://github.com/mlflow/mlflow/commit/f73147496e05c09a8b83d95fb4f1bf86696c6342", + "refsource": "MISC", + "url": "https://github.com/mlflow/mlflow/commit/f73147496e05c09a8b83d95fb4f1bf86696c6342" + } + ] + }, + "source": { + "advisory": "7b5d130d-38eb-4133-8c7d-0dfc9a9d9896", + "discovery": "EXTERNAL" + } } \ No newline at end of file