Backport VS Code 1.132.1 security fixes (9 advisories) [V2322571997] - #300
Draft
aderende wants to merge 1 commit into
Draft
Backport VS Code 1.132.1 security fixes (9 advisories) [V2322571997]#300aderende wants to merge 1 commit into
aderende wants to merge 1 commit into
Conversation
Backports the microsoft/vscode 1.132.1 security fixes (PR #330308) to the pinned 1.119.1 source, clearing the GitHub Security Advisories scan failure (ticket V2322571997). Patched (4 patches, 6 CVEs): - fix-block-privileged-url-payload.diff: CVE-2026-70336, CVE-2026-69320 (fileless RCE via URL-controlled NODE_OPTIONS in web remote terminal / environmentService) - fix-terminal-workspace-trust-bypass.diff: CVE-2026-69278 (terminal Workspace Trust bypass via waitOnExit) - fix-network-filter-domain-validation.diff: CVE-2026-58650, CVE-2026-69306 (extensions.json terminal RCE; agent network filter bypass via IPv4-mapped IPv6 literals) - fix-buffer-copy-extensions.diff: CVE-2026-47285 (information disclosure via shared buffers) Marked N/A (3 CVEs, not present in Code Editor web/reh-web builds): - CVE-2026-65675, CVE-2026-70335: Copilot (stripped via disable-copilot-features.diff) - CVE-2026-59113: webContentExtractor webPageLoader is electron-main only All finding IDs (CVE + GHSA) registered in backported-patches.json. Verified: patches apply cleanly on all 4 targets; advisory scan reports 0 concerning advisories.
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.
Summary
Backports the microsoft/vscode 1.132.1 security fixes (PR microsoft/vscode#330308) onto our pinned 1.119.1 source, resolving the
GlobalDependenciesSecurityScanFailed-mainalarm / GitHub Security Advisories scan failure tracked in V2322571997.Nine advisories affect 1.119.1 (all vulnerable range
< 1.132.1). This PR covers all of them.Patched (4 patches, 6 CVEs)
fix-block-privileged-url-payload.diffNODE_OPTIONSfix-terminal-workspace-trust-bypass.diffwaitOnExitfix-network-filter-domain-validation.difffix-buffer-copy-extensions.diffEach patch hunk was diffed against the upstream fix commits and matches byte-for-byte.
Marked N/A (3 CVEs — code path not shipped in Code Editor web/reh-web builds)
disable-copilot-features.diffwebContentExtractorwebPageLoaderiselectron-mainonly; shippedextensionUrlHandlerportion covered byfix-network-filter-domain-validation.diffAll finding IDs (CVE + GHSA) registered in
patches/backported-patches.json.Validation
prepare-src.sh).security-scan.sh scan-github-advisories(withsemver): 0 concerning advisories, exit 0.Follow-ups
Companion PRs backport the same set to
1.2,1.1,1.0.Draft — review before marking ready.