Skip to content

fix: use non-vulnerable version of Microsoft.AspNetCore.DataProtection#3790

Closed
DanielRose wants to merge 2 commits into
AzureAD:masterfrom
DanielRose:fix-3789
Closed

fix: use non-vulnerable version of Microsoft.AspNetCore.DataProtection#3790
DanielRose wants to merge 2 commits into
AzureAD:masterfrom
DanielRose:fix-3789

Conversation

@DanielRose
Copy link
Copy Markdown

Fix CVE-2026-40372 of dependant library

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Update Microsoft.AspNetCore.DataProtection to 10.0.7

Description

Versions 10.0.0 to 10.0.6 are vulnerable. This updates to non-vulnerable 10.0.7

Fixes #3789

@DanielRose DanielRose requested a review from a team as a code owner April 24, 2026 08:38
Needed to match the version of Microsoft.AspNetCore.DataProtection.
@DanielRose
Copy link
Copy Markdown
Author

Needed to update the System.Security.Cryptography.* packages to 10.0.7 as well. Otherwise they get downgraded to 10.0.6, which NuGet doesn't like.

@DanielRose DanielRose closed this Apr 24, 2026
@DanielRose DanielRose reopened this Apr 24, 2026
@bgavrilMS
Copy link
Copy Markdown
Member

Ah, sorry I didn't see you updated your PR in time. I bumped it here: #3796

@bgavrilMS bgavrilMS closed this Apr 27, 2026
@DanielRose DanielRose deleted the fix-3789 branch April 27, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Library uses vulnerable version of Microsoft.AspNetCore.DataProtection

3 participants