Overview
- Description
- In Electron before versions 11.0.0-beta.1, 10.0.1, 9.3.0 or 8.5.1 the `will-navigate` event that apps use to prevent navigations to unexpected destinations as per our security recommendations can be bypassed when a sub-frame performs a top-frame navigation across sites. The issue is patched in versions 11.0.0-beta.1, 10.0.1, 9.3.0 or 8.5.1 As a workaround sandbox all your iframes using the sandbox attribute. This will prevent them creating top-frame navigations and is good practice anyway.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 7.5
- Impact score
- 4.7
- Exploitability score
- 2.2
- Vector string
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L
- Severity
- HIGH
CVSS 2.0
- Type
- Primary
- Base score
- 5.8
- Impact score
- 4.9
- Exploitability score
- 8.6
- Vector string
- AV:N/AC:M/Au:N/C:N/I:P/A:P
Weaknesses
- nvd@nist.gov
- NVD-CWE-Other
- security-advisories@github.com
- CWE-20
Social media
- Hype score
- Not currently trending
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:electronjs:electron:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "5DC7932C-69B7-49B9-820F-3B94EC01F885", "versionEndExcluding": "8.5.1", "versionStartIncluding": "8.0.0" }, { "criteria": "cpe:2.3:a:electronjs:electron:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "31009479-D311-46F3-80FB-66D67884BADC", "versionEndExcluding": "9.3.0", "versionStartIncluding": "9.0.0" }, { "criteria": "cpe:2.3:a:electronjs:electron:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "999A166F-06ED-42E8-BA49-61F4120C6893", "versionEndExcluding": "10.0.1", "versionStartIncluding": "10.0.0" } ], "operator": "OR" } ] } ]