chore: cherry-pick 1 changes from chromium#51904
Merged
Merged
Conversation
dsanders11
approved these changes
Jun 6, 2026
|
Release Notes Persisted
|
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.
Backports the following changes:
2cdb07c74d06from chromium — Enable ServiceWorkerStaticRouterCORPCheck and OpaqueCheck by default (495999481, CVE-2026-9115; 497436273, CVE-2026-9116)The enforcement code for both CVEs is already in Chromium 148.0.7778.218, but the feature flags default off and Chrome enabled them on stable via Finch, which Electron does not have. This flag flip makes the in-tree fixes active.
All other CVEs in the Chrome 148.0.7778.178 stable release were verified already present in the 42-x-y tree. Intentionally not backported:
7900197(QUIC follow-up hardening) and7718888(ui/gfx follow-up hardening) — landed on main after the M148 branch cut and were never merged to M148 by Chrome; the fixes Chrome shipped for CVE-2026-9114 and CVE-2026-9117 are already in-tree.7765503(CVE-2026-9123) — touches onlychromecast/media/, which Electron does not compile.Notes: Security: backported fixes for CVE-2026-9115, CVE-2026-9116.