CVE-2021-39184
12.10.2021, 19:15
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. A vulnerability in versions prior to 11.5.0, 12.1.0, and 13.3.0 allows a sandboxed renderer to request a "thumbnail" image of an arbitrary file on the user's system. The thumbnail can potentially include significant parts of the original file, including textual data in many cases. Versions 15.0.0-alpha.10, 14.0.0, 13.3.0, 12.1.0, and 11.5.0 all contain a fix for the vulnerability. Two workarounds aside from upgrading are available. One may make the vulnerability significantly more difficult for an attacker to exploit by enabling `contextIsolation` in one's app. One may also disable the functionality of the `createThumbnailFromPath` API if one does not need it.Enginsight
Vendor | Product | Version |
---|---|---|
electronjs | electron | 10.1.0 ≤ 𝑥 < 11.5.0 |
electronjs | electron | 12.0.0 ≤ 𝑥 < 12.1.0 |
electronjs | electron | 13.0.0 ≤ 𝑥 < 13.3.0 |
electronjs | electron | 14.0.0:beta1 |
electronjs | electron | 14.0.0:beta10 |
electronjs | electron | 14.0.0:beta11 |
electronjs | electron | 14.0.0:beta12 |
electronjs | electron | 14.0.0:beta13 |
electronjs | electron | 14.0.0:beta14 |
electronjs | electron | 14.0.0:beta15 |
electronjs | electron | 14.0.0:beta16 |
electronjs | electron | 14.0.0:beta17 |
electronjs | electron | 14.0.0:beta18 |
electronjs | electron | 14.0.0:beta19 |
electronjs | electron | 14.0.0:beta2 |
electronjs | electron | 14.0.0:beta20 |
electronjs | electron | 14.0.0:beta21 |
electronjs | electron | 14.0.0:beta22 |
electronjs | electron | 14.0.0:beta23 |
electronjs | electron | 14.0.0:beta24 |
electronjs | electron | 14.0.0:beta25 |
electronjs | electron | 14.0.0:beta3 |
electronjs | electron | 14.0.0:beta4 |
electronjs | electron | 14.0.0:beta5 |
electronjs | electron | 14.0.0:beta6 |
electronjs | electron | 14.0.0:beta7 |
electronjs | electron | 14.0.0:beta8 |
electronjs | electron | 14.0.0:beta9 |
electronjs | electron | 15.0.0:alpha1 |
electronjs | electron | 15.0.0:alpha2 |
electronjs | electron | 15.0.0:alpha3 |
electronjs | electron | 15.0.0:alpha4 |
electronjs | electron | 15.0.0:alpha5 |
electronjs | electron | 15.0.0:alpha6 |
electronjs | electron | 15.0.0:alpha7 |
electronjs | electron | 15.0.0:alpha8 |
electronjs | electron | 15.0.0:alpha9 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-668 - Exposure of Resource to Wrong SphereThe product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.
- CWE-862 - Missing AuthorizationThe software does not perform an authorization check when an actor attempts to access a resource or perform an action.