[Medium] Patch rust for CVE-2026-47143 - #18232
Open
SumitJenaHCL wants to merge 2 commits into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
SumitJenaHCL
marked this pull request as draft
July 28, 2026 04:09
Author
- Narrow CVE-2026-25541.patch to the vendored bytes-1.10.1 crate - Relocate rustdoc-bundled license texts to %license and drop *bsd* doc pages
SumitJenaHCL
force-pushed
the
topic_rust-1.90.0-3.0
branch
from
July 28, 2026 07:41
ee70bcf to
f96c54f
Compare
SumitJenaHCL
marked this pull request as ready for review
July 28, 2026 08:13
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
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.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
rustforCVE-2026-47143.capstone-syspackage in Rust 1.90.0.vendor/capstone-sys-0.17.0/capstone/arch/X86/X86DisassemblerDecoder.c.This PR also includes two follow-up changes to the same
rustspec:CVE-2026-25541.patch: narrowed to only the vendoredbytes-1.10.1crate (the version actually built), dropping the unusedbytes-1.4.0,1.7.1,1.8.0, and1.10.0hunks.rust-doclicense-check warnings: relocated the rustdoc-bundled license texts (webfont /static.fileslicenses and the SPDX bundle) to%license, and removed auto-generated*bsd*API/platform doc pages whose names trip the license-name heuristic.Change Log
SPECS/rust/CVE-2026-47143.patchSPECS/rust/rust.specSPECS/rust/CVE-2026-25541.patchDoes this affect the toolchain?
NO
Links to CVEs
Test Methodology
RUN_CHECK=y.rustpatches apply sequentially with zero fuzz.rust-docfile tree: the bundled license texts are tagged%licenseand the flagged*bsd*pages are removed, leaving no license-name matches under the doc directory.