From e681d328b2c6b9f20a27535de5bf78d1058c73f5 Mon Sep 17 00:00:00 2001 From: liav gutman <105589161+liavgutman@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:32:51 +0300 Subject: [PATCH] JFrog/CVE-2021-46687 New CVE --- 2021/46xxx/CVE-2021-46687.json | 106 ++++++++++++++++++++++++++++----- 1 file changed, 90 insertions(+), 16 deletions(-) diff --git a/2021/46xxx/CVE-2021-46687.json b/2021/46xxx/CVE-2021-46687.json index f342f312f13..d6866f7aef4 100644 --- a/2021/46xxx/CVE-2021-46687.json +++ b/2021/46xxx/CVE-2021-46687.json @@ -1,18 +1,92 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2021-46687", - "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." - } - ] + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-46687", + "ASSIGNER": "security@jfrog.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "JFrog", + "product": { + "product_data": [ + { + "product_name": "JFrog Artifactory", + "version": { + "version_data": [ + { + "version_name": "JFrog Artifactory versions before 7.31.10", + "version_affected": "<", + "version_value": "7.x", + "platform": "" + }, + { + "version_name": "JFrog Artifactory versions before 6.23.38", + "version_affected": "<", + "version_value": "6.x", + "platform": "" + } + ] + } + } + ] + } + } + ] } -} \ No newline at end of file + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-359 Exposure of Private Information ('Privacy Violation')" + } + ] + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "JFrog Artifactory prior to version 7.31.10 and 6.23.38 is vulnerable to Sensitive Data Exposure through the Project Administrator REST API.\n\nThis issue affects:\nJFrog JFrog Artifactory\nJFrog Artifactory versions before 7.31.10 versions prior to 7.x;\nJFrog Artifactory versions before 6.23.38 versions prior to 6.x." + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "url": "https://www.jfrog.com/confluence/display/JFROG/JFrog+Security+Advisories", + "name": "https://www.jfrog.com/confluence/display/JFROG/JFrog+Security+Advisories" + }, + { + "refsource": "MISC", + "url": "https://www.jfrog.com/confluence/display/JFROG/CVE-2021-46687%3A+Sensitive+data+exposure+on+proxy+endpoint+for+Project+Admin", + "name": "https://www.jfrog.com/confluence/display/JFROG/CVE-2021-46687%3A+Sensitive+data+exposure+on+proxy+endpoint+for+Project+Admin" + } + ] + }, + "impact": { + "cvss": { + "version": "3.1", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "HIGH", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "availabilityImpact": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", + "baseScore": 4.9, + "baseSeverity": "MEDIUM" + } + } +}