CVE-2026-70610 (GCVE-0-2026-70610)
Vulnerability from cvelistv5 – Published: 2026-08-05 17:41 – Updated: 2026-08-06 14:31
VLAI
EPSS
VEX
Title
Electron: contextBridge object copy honors prototype setters
Summary
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object arguments from untrusted content and reads properties from them without own-property checks, while apps that only accept primitive arguments or validate object arguments are not affected. This issue is fixed in 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4.
Severity
5.4 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Assigner
References
13 references
| URL | Tags |
|---|---|
| https://github.com/electron/electron/security/adv… | x_refsource_CONFIRM |
| https://github.com/electron/electron/pull/51083 | x_refsource_MISC |
| https://github.com/electron/electron/pull/51084 | x_refsource_MISC |
| https://github.com/electron/electron/pull/51085 | x_refsource_MISC |
| https://github.com/electron/electron/pull/51086 | x_refsource_MISC |
| https://github.com/electron/electron/commit/17d5d… | x_refsource_MISC |
| https://github.com/electron/electron/commit/23a6e… | x_refsource_MISC |
| https://github.com/electron/electron/commit/4ac50… | x_refsource_MISC |
| https://github.com/electron/electron/commit/5b699… | x_refsource_MISC |
| https://github.com/electron/electron/releases/tag… | x_refsource_MISC |
| https://github.com/electron/electron/releases/tag… | x_refsource_MISC |
| https://github.com/electron/electron/releases/tag… | x_refsource_MISC |
| https://github.com/electron/electron/releases/tag… | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-70610",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-06T14:30:58.717300Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-06T14:31:10.761Z",
"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.9"
},
{
"status": "affected",
"version": "\u003e= 40.0.0-alpha.1, \u003c 40.9.2"
},
{
"status": "affected",
"version": "\u003e= 41.0.0-alpha.1, \u003c 41.2.2"
},
{
"status": "affected",
"version": "\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object arguments from untrusted content and reads properties from them without own-property checks, while apps that only accept primitive arguments or validate object arguments are not affected. This issue is fixed in 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-05T17:41:03.016Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4"
},
{
"name": "https://github.com/electron/electron/pull/51083",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/pull/51083"
},
{
"name": "https://github.com/electron/electron/pull/51084",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/pull/51084"
},
{
"name": "https://github.com/electron/electron/pull/51085",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/pull/51085"
},
{
"name": "https://github.com/electron/electron/pull/51086",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/pull/51086"
},
{
"name": "https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713"
},
{
"name": "https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd"
},
{
"name": "https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55"
},
{
"name": "https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737"
},
{
"name": "https://github.com/electron/electron/releases/tag/v39.8.9",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/releases/tag/v39.8.9"
},
{
"name": "https://github.com/electron/electron/releases/tag/v40.9.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/releases/tag/v40.9.2"
},
{
"name": "https://github.com/electron/electron/releases/tag/v41.2.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/releases/tag/v41.2.2"
},
{
"name": "https://github.com/electron/electron/releases/tag/v42.0.0-beta.4",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/electron/electron/releases/tag/v42.0.0-beta.4"
}
],
"source": {
"advisory": "GHSA-ff2p-hmqr-hxm4",
"discovery": "UNKNOWN"
},
"title": "Electron: contextBridge object copy honors prototype setters"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-70610",
"datePublished": "2026-08-05T17:41:03.016Z",
"dateReserved": "2026-08-04T19:50:27.329Z",
"dateUpdated": "2026-08-06T14:31:10.761Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-70610",
"date": "2026-08-07",
"epss": "0.00383",
"percentile": "0.31033"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-70610\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-05T18:17:15.463\",\"lastModified\":\"2026-08-06T15:17:27.153\",\"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.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object arguments from untrusted content and reads properties from them without own-property checks, while apps that only accept primitive arguments or validate object arguments are not affected. This issue is fixed in 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"electron\",\"product\":\"electron\",\"versions\":[{\"version\":\"\u003c 39.8.9\",\"status\":\"affected\"},{\"version\":\"\u003e= 40.0.0-alpha.1, \u003c 40.9.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 41.0.0-alpha.1, \u003c 41.2.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.4\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":2.7}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-06T14:30:58.717300Z\",\"id\":\"CVE-2026-70610\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1321\"}]}],\"references\":[{\"url\":\"https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/51083\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/51084\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/51085\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/pull/51086\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v39.8.9\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v40.9.2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v41.2.2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/releases/tag/v42.0.0-beta.4\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Electron: contextBridge object copy honors prototype setters\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-1321\", \"lang\": \"en\", \"description\": \"CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)\", \"type\": \"CWE\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"NONE\", \"baseScore\": 5.4, \"baseSeverity\": \"MEDIUM\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"scope\": \"CHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N\", \"version\": \"3.1\"}}], \"references\": [{\"name\": \"https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/electron/electron/security/advisories/GHSA-ff2p-hmqr-hxm4\"}, {\"name\": \"https://github.com/electron/electron/pull/51083\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/pull/51083\"}, {\"name\": \"https://github.com/electron/electron/pull/51084\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/pull/51084\"}, {\"name\": \"https://github.com/electron/electron/pull/51085\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/pull/51085\"}, {\"name\": \"https://github.com/electron/electron/pull/51086\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/pull/51086\"}, {\"name\": \"https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/commit/17d5d26499cd279fab48f5f26527f8edc02a7713\"}, {\"name\": \"https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/commit/23a6efb714dec80e2cf45d3054d18d701162e4dd\"}, {\"name\": \"https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/commit/4ac50292d552fb510eb778392620c85308770a55\"}, {\"name\": \"https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/commit/5b699544cbbed51bedb7c60d75c8c42be5825737\"}, {\"name\": \"https://github.com/electron/electron/releases/tag/v39.8.9\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/releases/tag/v39.8.9\"}, {\"name\": \"https://github.com/electron/electron/releases/tag/v40.9.2\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/releases/tag/v40.9.2\"}, {\"name\": \"https://github.com/electron/electron/releases/tag/v41.2.2\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/releases/tag/v41.2.2\"}, {\"name\": \"https://github.com/electron/electron/releases/tag/v42.0.0-beta.4\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/electron/electron/releases/tag/v42.0.0-beta.4\"}], \"affected\": [{\"vendor\": \"electron\", \"product\": \"electron\", \"versions\": [{\"version\": \"\u003c 39.8.9\", \"status\": \"affected\"}, {\"version\": \"\u003e= 40.0.0-alpha.1, \u003c 40.9.2\", \"status\": \"affected\"}, {\"version\": \"\u003e= 41.0.0-alpha.1, \u003c 41.2.2\", \"status\": \"affected\"}, {\"version\": \"\u003e= 42.0.0-alpha.1, \u003c 42.0.0-beta.4\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-05T17:41:03.016Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4, objects copied across the contextBridge boundary from untrusted content could carry an attacker-influenced prototype, enabling prototype-pollution-style attacks against preload code despite context isolation being enabled. Apps are only affected if their preload code accepts object arguments from untrusted content and reads properties from them without own-property checks, while apps that only accept primitive arguments or validate object arguments are not affected. This issue is fixed in 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.4.\"}], \"source\": {\"advisory\": \"GHSA-ff2p-hmqr-hxm4\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-70610\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-06T14:30:58.717300Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-06T14:31:06.960Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-70610\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2026-08-04T19:50:27.329Z\", \"datePublished\": \"2026-08-05T17:41:03.016Z\", \"dateUpdated\": \"2026-08-06T14:31:10.761Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
Loading…
Loading…