{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2025-55305",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2025-08-12T16:15:30.239Z",
        "datePublished": "2025-09-04T23:05:07.274Z",
        "dateUpdated": "2025-09-05T15:44:54.628Z"
    },
    "containers": {
        "cna": {
            "title": "Electron is vulnerable to Code Injection via resource modification",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-94",
                            "lang": "en",
                            "description": "CWE-94: Improper Control of Generation of Code ('Code Injection')",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-829",
                            "lang": "en",
                            "description": "CWE-829: Inclusion of Functionality from Untrusted Control Sphere",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "LOCAL",
                        "availabilityImpact": "LOW",
                        "baseScore": 6.1,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:L",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/electron/electron/security/advisories/GHSA-vmqv-hx8q-j7mg",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/electron/electron/security/advisories/GHSA-vmqv-hx8q-j7mg"
                },
                {
                    "name": "https://github.com/electron/electron/pull/48101",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/pull/48101"
                },
                {
                    "name": "https://github.com/electron/electron/pull/48102",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/pull/48102"
                },
                {
                    "name": "https://github.com/electron/electron/pull/48103",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/pull/48103"
                },
                {
                    "name": "https://github.com/electron/electron/pull/48104",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/pull/48104"
                },
                {
                    "name": "https://github.com/electron/electron/commit/23a02934510fcf951428e14573d9b2d2a3c4f28b",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/commit/23a02934510fcf951428e14573d9b2d2a3c4f28b"
                },
                {
                    "name": "https://github.com/electron/electron/commit/2e5a0b7220ebf955c6785cc5adb2e2b1cf77dac1",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/commit/2e5a0b7220ebf955c6785cc5adb2e2b1cf77dac1"
                },
                {
                    "name": "https://github.com/electron/electron/commit/3f92511cdecc39f46b0e86cce40a0c691e301c9d",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/commit/3f92511cdecc39f46b0e86cce40a0c691e301c9d"
                },
                {
                    "name": "https://github.com/electron/electron/commit/fdf29ce83870109d403f5c23ae529dbd0e8f4fee",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/electron/electron/commit/fdf29ce83870109d403f5c23ae529dbd0e8f4fee"
                }
            ],
            "affected": [
                {
                    "vendor": "electron",
                    "product": "electron",
                    "versions": [
                        {
                            "version": "< 35.7.5",
                            "status": "affected"
                        },
                        {
                            "version": ">= 36.0.0-alpha.1, < 36.8.1",
                            "status": "affected"
                        },
                        {
                            "version": ">= 37.0.0-alpha.1, < 37.3.1",
                            "status": "affected"
                        },
                        {
                            "version": ">= 38.0.0-alpha.1, < 38.0.0-beta.6",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2025-09-04T23:05:07.274Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. In versions below 35.7.5, 36.0.0-alpha.1 through 36.8.0, 37.0.0-alpha.1 through 37.3.1 and 38.0.0-alpha.1 through 38.0.0-beta.6, ASAR Integrity Bypass via resource modification. This only impacts apps that have the embeddedAsarIntegrityValidation and onlyLoadAppFromAsar fuses enabled. Apps without these fuses enabled are not impacted. This issue is fixed in versions 35.7.5, 36.8.1, 37.3.1 and 38.0.0-beta.6."
                }
            ],
            "source": {
                "advisory": "GHSA-vmqv-hx8q-j7mg",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-09-05T15:44:19.972893Z",
                                "id": "CVE-2025-55305",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2025-09-05T15:44:54.628Z"
                }
            }
        ]
    }
}