From 2d3bfd288c88bf9fd09641cda548e01c2f1cfefd Mon Sep 17 00:00:00 2001 From: Andre Eleuterio Date: Tue, 6 Oct 2020 14:59:25 -0300 Subject: [PATCH] Add CVE-2020-15215 for GHSA-56pc-6jqp-xqj8 --- 2020/15xxx/CVE-2020-15215.json | 94 +++++++++++++++++++++++++++++++--- 1 file changed, 88 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15215.json b/2020/15xxx/CVE-2020-15215.json index eb35a04871b..e64c147f74a 100644 --- a/2020/15xxx/CVE-2020-15215.json +++ b/2020/15xxx/CVE-2020-15215.json @@ -1,18 +1,100 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15215", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Context isolation bypass in Electron" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "electron", + "version": { + "version_data": [ + { + "version_value": ">= 8.0.0-beta.0, < 8.5.2" + }, + { + "version_value": ">= 9.0.0-beta.0, < 9.3.1" + }, + { + "version_value": ">= 10.0.0-beta.0, < 10.1.2" + }, + { + "version_value": ">= 11.0.0-beta.0, < 11.0.0-beta.6" + } + ] + } + } + ] + }, + "vendor_name": "electron" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "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": "Electron before versions 11.0.0-beta.6, 10.1.2, 9.3.1 or 8.5.2 is vulnerable to a context isolation bypass. Apps using both `contextIsolation` and `sandbox: true` are affected. Apps using both `contextIsolation` and `nodeIntegrationInSubFrames: true` are affected.\n\nThis is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 5.6, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-693 Protection Mechanism Failure" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-668 Exposure of Resource to Wrong Sphere" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/electron/electron/security/advisories/GHSA-56pc-6jqp-xqj8", + "refsource": "CONFIRM", + "url": "https://github.com/electron/electron/security/advisories/GHSA-56pc-6jqp-xqj8" + } + ] + }, + "source": { + "advisory": "GHSA-56pc-6jqp-xqj8", + "discovery": "UNKNOWN" } } \ No newline at end of file