From 8050270eeafe422f154907e5925253bdd20ba3bd Mon Sep 17 00:00:00 2001 From: snyk-security-bot <66014823+snyk-security-bot@users.noreply.github.com> Date: Fri, 25 Sep 2020 13:06:26 +0100 Subject: [PATCH] Adds CVE-2020-7735 --- 2020/7xxx/CVE-2020-7735.json | 80 ++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/2020/7xxx/CVE-2020-7735.json b/2020/7xxx/CVE-2020-7735.json index 39b436e2163..83644d0f44e 100644 --- a/2020/7xxx/CVE-2020-7735.json +++ b/2020/7xxx/CVE-2020-7735.json @@ -3,16 +3,88 @@ "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "report@snyk.io", + "DATE_PUBLIC": "2020-09-25T12:06:23.595428Z", "ID": "CVE-2020-7735", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Command Injection" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ng-packagr", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "10.1.1" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Command Injection" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://snyk.io/vuln/SNYK-JS-NGPACKAGR-1012427" + }, + { + "refsource": "CONFIRM", + "url": "https://github.com/ng-packagr/ng-packagr/commit/bda0fff3443301f252930a73fdc8fb9502de596d" + } + ] }, "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." + "value": "The package ng-packagr before 10.1.1 are vulnerable to Command Injection via the styleIncludePaths option.\n" } ] - } + }, + "impact": { + "cvss": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", + "baseScore": 6.6, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "HIGH", + "privilegesRequired": "HIGH", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH" + } + }, + "credit": [ + { + "lang": "eng", + "value": "Snyk Security Team" + } + ] } \ No newline at end of file