diff --git a/2022/36xxx/CVE-2022-36077.json b/2022/36xxx/CVE-2022-36077.json index c8db147ba22..9fa603eb0f7 100644 --- a/2022/36xxx/CVE-2022-36077.json +++ b/2022/36xxx/CVE-2022-36077.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-2022-36077", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Electron subject to Exfiltration of hashed SMB credentials on Windows via file:// redirect" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "electron", + "version": { + "version_data": [ + { + "version_value": ">= v21.0.0-nightly.20220526, < 21.0.0-beta.1" + }, + { + "version_value": ">= 20.0.0-beta.1, < 20.0.1" + }, + { + "version_value": ">= 19.0.0-beta.1, < 19.0.11" + }, + { + "version_value": "< 18.3.7" + } + ] + } + } + ] + }, + "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": "The Electron framework enables writing cross-platform desktop applications using JavaScript, HTML and CSS. In versions prior to 21.0.0-beta.1, 20.0.1, 19.0.11, and 18.3.7, Electron is vulnerable to Exposure of Sensitive Information. When following a redirect, Electron delays a check for redirecting to file:// URLs from other schemes. The contents of the file is not available to the renderer following the redirect, but if the redirect target is a SMB URL such as `file://some.website.com/`, then in some cases, Windows will connect to that server and attempt NTLM authentication, which can include sending hashed credentials.This issue has been patched in versions: 21.0.0-beta.1, 20.0.1, 19.0.11, and 18.3.7. Users are recommended to upgrade to the latest stable version of Electron. If upgrading isn't possible, this issue can be addressed without upgrading by preventing redirects to file:// URLs in the `WebContents.on('will-redirect')` event, for all WebContents as a workaround." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-522: Insufficiently Protected Credentials" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/electron/electron/security/advisories/GHSA-p2jh-44qj-pf2v", + "refsource": "CONFIRM", + "url": "https://github.com/electron/electron/security/advisories/GHSA-p2jh-44qj-pf2v" + } + ] + }, + "source": { + "advisory": "GHSA-p2jh-44qj-pf2v", + "discovery": "UNKNOWN" } } \ No newline at end of file