GHSA-p7v2-p9m8-qqg7

Suggest an improvement
Source
https://github.com/advisories/GHSA-p7v2-p9m8-qqg7
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-p7v2-p9m8-qqg7/GHSA-p7v2-p9m8-qqg7.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-p7v2-p9m8-qqg7
Aliases
Related
Published
2023-09-06T19:50:58Z
Modified
2023-11-01T05:01:47.622962Z
Severity
  • 6.0 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L CVSS Calculator
Summary
Electron context isolation bypass via nested unserializable return value
Details

Impact

Apps using contextIsolation and contextBridge are affected.

This 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.

Workarounds

This issue is exploitable under either of two conditions: * If an API exposed to the main world via contextBridge can return an object or array that contains a JS object which cannot be serialized, for instance, a canvas rendering context. This would normally result in an exception being thrown Error: object could not be cloned. * If an API exposed to the main world via contextBridge has a return value that throws a user-generated exception while being sent over the bridge, for instance a dynamic getter property on an object that throws an error when being computed.

The app side workaround is to ensure that such a case is not possible. Ensure all values returned from a function exposed over the context bridge are supported and that any objects returned from functions do not have dynamic getters that can throw exceptions.

Auditing your exposed API is likely to be quite difficult so we strongly recommend you update to a patched version of Electron.

Fixed Versions

  • 25.0.0-alpha.2
  • 24.0.1
  • 23.2.3
  • 22.3.6

For more information

If you have any questions or comments about this advisory, email us at security@electronjs.org

Database specific
{
    "cwe_ids": [
        "CWE-754"
    ],
    "severity": "MODERATE",
    "nvd_published_at": "2023-09-06T21:15:11Z",
    "github_reviewed": true,
    "github_reviewed_at": "2023-09-06T19:50:58Z"
}
References

Affected packages

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
22.3.6

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-p7v2-p9m8-qqg7/GHSA-p7v2-p9m8-qqg7.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
23.0.0-alpha.1
Fixed
23.2.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-p7v2-p9m8-qqg7/GHSA-p7v2-p9m8-qqg7.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
24.0.0-alpha.1
Fixed
24.0.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-p7v2-p9m8-qqg7/GHSA-p7v2-p9m8-qqg7.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
25.0.0-alpha.1
Fixed
25.0.0-alpha.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-p7v2-p9m8-qqg7/GHSA-p7v2-p9m8-qqg7.json"