Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is FluentResults.Extensions.AspNetCore vulnerable to Microsoft.aspnetcore.http.features DOS high security vulnerability reported (CVE-2022-21986) #219

Open
jasonmcfarlanekoerber opened this issue Aug 13, 2024 · 2 comments

Comments

@jasonmcfarlanekoerber
Copy link

I have added Fluent Results to my .net8 app, last week Veracode reported that there is a high security DOS issue in microsoft.aspnetcore.http.features which is a dependency in FluentResults.Extensions.AspNetCore. The versioning for microsoft.aspnetcore.http.features is 2.2.0.

Is it vulnerable to this DOS?

@Kysluss
Copy link
Contributor

Kysluss commented Aug 22, 2024

Leaving this here in case anyone else stumbles on it. I think the warning is correct, but the dependency to Microsoft.AspNetCore.Http.Features is a transitive dependency to this package and should be safe to upgrade on your own (either through NuGet or adding a direct reference to it in your csproj file). Nothing that FluentResults.Extensions.AspNetCore does directly uses that package and is only installed as a byproduct of needing references the Mvc framework.

@jasonmcfarlanekoerber
Copy link
Author

jasonmcfarlanekoerber commented Aug 23, 2024 via email

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

No branches or pull requests

2 participants