Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-29198

6.0 · MEDIUM
Published Sep 6, 2023 electronjs CWE-754 EPSS 0.49% (40th pctl)

Overview

CVE-2023-29198 is a medium-severity vulnerability affecting electronjs electron. It was published on September 6, 2023 and has a CVSS 3.1 base score of 6.0 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 6.0, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. Electron 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. This issue is only exploitable if an API exposed to the main world via `contextBridge` can return an object or array that contains a javascript 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`. 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. This issue has been fixed in versions `25.0.0-alpha.2`, `24.0.1`, `23.2.3`, and `22.3.6`.

Remediation

Check the references section for vendor advisories and patches from electronjs. Update electron to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
electronjs electron >= 0, < 22.3.6 Affected

Frequently Asked Questions

What is CVE-2023-29198?

CVE-2023-29198 is a medium-severity vulnerability affecting electronjs electron. It was published on September 6, 2023 and has a CVSS 3.1 base score of 6.0 (MEDIUM).

How severe is CVE-2023-29198?

This vulnerability has a CVSS 3.1 base score of 6.0, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-29198?

Check the references section for vendor advisories and patches from electronjs. Update electron to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-29198?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-29198 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.