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

Disable HTTP/2 by Default to Mitigate CVE Risks #3096

Open
anshuman-agarwala opened this issue Jan 29, 2025 · 1 comment
Open

Disable HTTP/2 by Default to Mitigate CVE Risks #3096

anshuman-agarwala opened this issue Jan 29, 2025 · 1 comment

Comments

@anshuman-agarwala
Copy link

There is a security vulnerability in golang/net which can allow malicious authorized clients to DOS the kube-apiserver.
More information can be found in kubernetes/kubernetes#121197

The workaround for this issue that other projects have adopted is to make http/2 optional using a flag.
More information about the cve:
GHSA-qppj-fm5r-hxr3
GHSA-4374-p667-p6c8

@troy0820
Copy link
Member

It looks like we are already using the patched version of where this is impacted

as indirect dependencies, unless I am missing something?

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