CVE-2026-70607 (GCVE-0-2026-70607)

Vulnerability from cvelistv5 – Published: 2026-08-05 16:24 – Updated: 2026-08-05 18:27
VLAI
Title
Electron: window.open features string controls some window options considered privileged
Summary
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open() features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or network paths, when untrusted content can call window.open() and the app does not override child window options via setWindowOpenHandler or overrideBrowserWindowOptions. This issue is fixed in 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-20 - Improper Input Validation
Assigner
Impacted products
Vendor Product Version
electron electron Affected: < 39.8.8
Affected: >= 40.0.0-alpha.1, < 40.9.0
Affected: >= 41.0.0-alpha.1, < 41.2.1
Affected: >= 42.0.0-alpha.1, < 42.0.0-beta.3
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-70607",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-08-05T18:27:03.596456Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-08-05T18:27:13.014Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "electron",
          "vendor": "electron",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 39.8.8"
            },
            {
              "status": "affected",
              "version": "\u003e= 40.0.0-alpha.1, \u003c 40.9.0"
            },
            {
              "status": "affected",
              "version": "\u003e= 41.0.0-alpha.1, \u003c 41.2.1"
            },
            {
              "status": "affected",
              "version": "\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.3"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open() features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or network paths, when untrusted content can call window.open() and the app does not override child window options via setWindowOpenHandler or overrideBrowserWindowOptions. This issue is fixed in 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-20",
              "description": "CWE-20: Improper Input Validation",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T16:24:11.939Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/electron/electron/security/advisories/GHSA-v93f-fgjr-hjrj",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/electron/electron/security/advisories/GHSA-v93f-fgjr-hjrj"
        },
        {
          "name": "https://github.com/electron/electron/pull/50946",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/pull/50946"
        },
        {
          "name": "https://github.com/electron/electron/pull/50947",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/pull/50947"
        },
        {
          "name": "https://github.com/electron/electron/pull/50948",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/pull/50948"
        },
        {
          "name": "https://github.com/electron/electron/pull/50949",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/pull/50949"
        },
        {
          "name": "https://github.com/electron/electron/commit/30cf3882de75ee651bd4e5f27002f13fd3d3163a",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/commit/30cf3882de75ee651bd4e5f27002f13fd3d3163a"
        },
        {
          "name": "https://github.com/electron/electron/commit/4eff3dc09e4d1e62d649c5ce9902f532bb7469c7",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/commit/4eff3dc09e4d1e62d649c5ce9902f532bb7469c7"
        },
        {
          "name": "https://github.com/electron/electron/commit/615d62500fc7732d068274b796c49487e652e90b",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/commit/615d62500fc7732d068274b796c49487e652e90b"
        },
        {
          "name": "https://github.com/electron/electron/commit/fe2e7d0073949b4593b624b93abf1788f5377e55",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/commit/fe2e7d0073949b4593b624b93abf1788f5377e55"
        },
        {
          "name": "https://github.com/electron/electron/releases/tag/v39.8.8",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/releases/tag/v39.8.8"
        },
        {
          "name": "https://github.com/electron/electron/releases/tag/v40.9.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/releases/tag/v40.9.0"
        },
        {
          "name": "https://github.com/electron/electron/releases/tag/v41.2.1",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/releases/tag/v41.2.1"
        },
        {
          "name": "https://github.com/electron/electron/releases/tag/v42.0.0-beta.3",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/electron/electron/releases/tag/v42.0.0-beta.3"
        }
      ],
      "source": {
        "advisory": "GHSA-v93f-fgjr-hjrj",
        "discovery": "UNKNOWN"
      },
      "title": "Electron: window.open features string controls some window options considered privileged"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-70607",
    "datePublished": "2026-08-05T16:24:11.939Z",
    "dateReserved": "2026-08-04T19:50:27.329Z",
    "dateUpdated": "2026-08-05T18:27:13.014Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-70607",
      "date": "2026-08-06",
      "epss": "0.00335",
      "percentile": "0.26051"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-70607\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-05T17:16:54.687\",\"lastModified\":\"2026-08-05T19:17:39.990\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open() features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or network paths, when untrusted content can call window.open() and the app does not override child window options via setWindowOpenHandler or overrideBrowserWindowOptions. This issue is fixed in 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"electron\",\"product\":\"electron\",\"versions\":[{\"version\":\"\u003c 39.8.8\",\"status\":\"affected\"},{\"version\":\"\u003e= 40.0.0-alpha.1, \u003c 40.9.0\",\"status\":\"affected\"},{\"version\":\"\u003e= 41.0.0-alpha.1, \u003c 41.2.1\",\"status\":\"affected\"},{\"version\":\"\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.3\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-05T18:27:03.596456Z\",\"id\":\"CVE-2026-70607\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"references\":[{\"url\":\"https://github.com/electron/electron/commit/30cf3882de75ee651bd4e5f27002f13fd3d3163a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/4eff3dc09e4d1e62d649c5ce9902f532bb7469c7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/615d62500fc7732d068274b796c49487e652e90b\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/fe2e7d0073949b4593b624b93abf1788f5377e55\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/50946\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/50947\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/50948\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/50949\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v39.8.8\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v40.9.0\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v41.2.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v42.0.0-beta.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/security/advisories/GHSA-v93f-fgjr-hjrj\",\"source\":\"security-advisories@github.com\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-70607\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-05T18:27:03.596456Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-05T18:27:07.834Z\"}}], \"cna\": {\"title\": \"Electron: window.open features string controls some window options considered privileged\", \"source\": {\"advisory\": \"GHSA-v93f-fgjr-hjrj\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"electron\", \"product\": \"electron\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 39.8.8\"}, {\"status\": \"affected\", \"version\": \"\u003e= 40.0.0-alpha.1, \u003c 40.9.0\"}, {\"status\": \"affected\", \"version\": \"\u003e= 41.0.0-alpha.1, \u003c 41.2.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.3\"}]}], \"references\": [{\"url\": \"https://github.com/electron/electron/security/advisories/GHSA-v93f-fgjr-hjrj\", \"name\": \"https://github.com/electron/electron/security/advisories/GHSA-v93f-fgjr-hjrj\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/electron/electron/pull/50946\", \"name\": \"https://github.com/electron/electron/pull/50946\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/pull/50947\", \"name\": \"https://github.com/electron/electron/pull/50947\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/pull/50948\", \"name\": \"https://github.com/electron/electron/pull/50948\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/pull/50949\", \"name\": \"https://github.com/electron/electron/pull/50949\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/commit/30cf3882de75ee651bd4e5f27002f13fd3d3163a\", \"name\": \"https://github.com/electron/electron/commit/30cf3882de75ee651bd4e5f27002f13fd3d3163a\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/commit/4eff3dc09e4d1e62d649c5ce9902f532bb7469c7\", \"name\": \"https://github.com/electron/electron/commit/4eff3dc09e4d1e62d649c5ce9902f532bb7469c7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/commit/615d62500fc7732d068274b796c49487e652e90b\", \"name\": \"https://github.com/electron/electron/commit/615d62500fc7732d068274b796c49487e652e90b\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/commit/fe2e7d0073949b4593b624b93abf1788f5377e55\", \"name\": \"https://github.com/electron/electron/commit/fe2e7d0073949b4593b624b93abf1788f5377e55\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/releases/tag/v39.8.8\", \"name\": \"https://github.com/electron/electron/releases/tag/v39.8.8\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/releases/tag/v40.9.0\", \"name\": \"https://github.com/electron/electron/releases/tag/v40.9.0\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/releases/tag/v41.2.1\", \"name\": \"https://github.com/electron/electron/releases/tag/v41.2.1\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/electron/electron/releases/tag/v42.0.0-beta.3\", \"name\": \"https://github.com/electron/electron/releases/tag/v42.0.0-beta.3\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3, some window options supplied by web content in the window.open() features string were applied to the new BrowserWindow without an allowlist. Untrusted content could set window options it should not control, including options that cause the main process to access attacker-chosen file or network paths, when untrusted content can call window.open() and the app does not override child window options via setWindowOpenHandler or overrideBrowserWindowOptions. This issue is fixed in 39.8.8, 40.9.0, 41.2.1, and 42.0.0-beta.3.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-05T16:24:11.939Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-70607\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T18:27:13.014Z\", \"dateReserved\": \"2026-08-04T19:50:27.329Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-05T16:24:11.939Z\", \"assignerShortName\": \"GitHub_M\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…