[GHSA-jm7p-cc5g-qwxx] Electron: Parent process code-sign check is spoofable - #9228
Open
kgnio wants to merge 1 commit into
Open
[GHSA-jm7p-cc5g-qwxx] Electron: Parent process code-sign check is spoofable#9228kgnio wants to merge 1 commit into
kgnio wants to merge 1 commit into
Conversation
Collaborator
|
Hi there @MarshallOfSound! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
github-actions
Bot
changed the base branch from
main
to
kgnio/advisory-improvement-9228
August 27, 2026 06:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
The patched version metadata for the Electron 40.x release line is inconsistent with the advisory's own "Fixed Versions" section and the upstream release history.
The advisory lists
40.9.0as the fixed version for the 40.x release line, while the structured patched version currently lists40.9.1.The 40.x backport commit (
a251966258efddf2284117029525308b837065da) directly fixes the vulnerable parent code-signature check by replacing the PID-based check with an audit-token-based check.This fix is included in the
v40.9.0release.This change updates the patched version for the 40.x release line from:
40.9.1to:
40.9.0References:
40.x fix commit:
electron/electron@a251966
Confirmation that the fix is included in v40.9.0:
electron/electron@a251966...v40.9.0
v40.9.0 release:
https://github.com/electron/electron/releases/tag/v40.9.0