[release/13.2] Bump Microsoft.Bcl.Memory to 10.0.5 to fix CVE-2026-26127#15411
Merged
joperezr merged 1 commit intorelease/13.2from Mar 19, 2026
Merged
[release/13.2] Bump Microsoft.Bcl.Memory to 10.0.5 to fix CVE-2026-26127#15411joperezr merged 1 commit intorelease/13.2from
joperezr merged 1 commit intorelease/13.2from
Conversation
Microsoft.Bcl.Memory 10.0.0 has a known high severity vulnerability (GHSA-73j8-2gch-69rq) - a denial of service via out-of-bounds read when decoding malformed Base64Url input. Update to 10.0.5 which includes the fix. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15411Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15411" |
eerhardt
approved these changes
Mar 19, 2026
mitchdenny
approved these changes
Mar 19, 2026
Member
|
unrelated test failures. Merging to unblock builds. |
Contributor
Author
|
🎬 CLI E2E Test Recordings — 53 recordings uploaded (commit View recordings
📹 Recordings uploaded automatically from CI run #23320608515 |
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.
Backport of #15410 to release/13.2
/cc @mitchdenny
Customer Impact
CVE alert impacting our builds. 10.0.5 is the latest.
Testing
Risk
Regression?