Bump Microsoft.Bcl.Memory to 10.0.5 to fix CVE-2026-26127#15410
Merged
mitchdenny merged 2 commits intomainfrom Mar 19, 2026
Merged
Bump Microsoft.Bcl.Memory to 10.0.5 to fix CVE-2026-26127#15410mitchdenny merged 2 commits intomainfrom
mitchdenny merged 2 commits intomainfrom
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
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15410Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15410" |
Member
Author
|
/backport to release/13.2 |
Contributor
|
Started backporting to release/13.2: https://github.com/dotnet/aspire/actions/runs/23320577187 |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates a vulnerable dependency in Aspire.Hosting.Foundry to address CI failures from NU1903 and remediate CVE-2026-26127 in Microsoft.Bcl.Memory (Base64Url decoding OOB-read DoS).
Changes:
- Bump
Microsoft.Bcl.Memoryfrom10.0.0to10.0.5viaVersionOverridein theAspire.Hosting.Foundryproject.
eerhardt
reviewed
Mar 19, 2026
eerhardt
approved these changes
Mar 19, 2026
Contributor
|
🎬 CLI E2E Test Recordings — 52 recordings uploaded (commit View recordings
📹 Recordings uploaded automatically from CI run #23320998445 |
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.
Description
Bump
Microsoft.Bcl.Memoryfrom 10.0.0 to 10.0.5 inAspire.Hosting.Foundryto fix CVE-2026-26127 (GHSA-73j8-2gch-69rq) — a high severity denial of service vulnerability caused by an out-of-bounds read when decoding malformed Base64Url input.The package is a direct dependency of
Aspire.Hosting.Foundry(providesBase64Urlfornet8.0), pinned viaVersionOverride. This was causingerror NU1903build failures in CI.Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: