Skip to content

Conversation

@ysf-ct
Copy link

@ysf-ct ysf-ct commented Sep 12, 2024

This PR was generated by CodeThreat utilizing authenticated user credentials.

Issue Description

A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.

The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.

The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names.

Changes included in this PR

  • Modifications to the following files to address the vulnerabilities with updated dependencies:
    • src/NETMVCBlot/packages.config

Security Issues Addressed

Through Dependency Upgrades:

Issue Upgrade Severity
dotnet: ASP.NET cookie prefix spoofing vulnerability Microsoft.Owin: 4.0.1 -> 4.1.1 HIGH

Review the modifications in this PR to confirm they do not introduce any issues to your project.

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.

2 participants