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

Does CVE-2023-44487 affect .NET FW self-hosted WebApi? #1415

Open
apm1grb opened this issue Nov 9, 2023 · 0 comments
Open

Does CVE-2023-44487 affect .NET FW self-hosted WebApi? #1415

apm1grb opened this issue Nov 9, 2023 · 0 comments

Comments

@apm1grb
Copy link

apm1grb commented Nov 9, 2023

Our DependencyCheck reported the vulnerability CVE-2023-44487 for some of our components. Obviously, a lot of HTTP/2-related components are affected.
Also, Microsoft describes in "MITRE: CVE-2023-44487 HTTP/2 Rapid Reset Attack" some instructions on how to proceed for some of their components. AFAIU these instructions target web servers, like Kestrel (and IIS?).

But it's not clear to me, whether a .NET FW self-hosted WebApi is also vulnerable and needs some reaction. At least the described workarounds didn't deactivate the HTTP/2 support. On the other side, maybe it's fine to apply the OS patches only to be safe.

All together I'm lost so far. These are my questions summarized:

  • Does the vulnerability affect .NET FW self-hosted WebApi?
  • If yes:
    • Does the OS patching mitigate this issue?
    • Any configuration options possible to deactivate HTTTP/2 in our scenario?
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

1 participant