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

Closed
anshuman-agarwala opened this issue Jan 29, 2025 · 3 comments
Closed

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

anshuman-agarwala opened this issue Jan 29, 2025 · 3 comments

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?

@sbueringer
Copy link
Member

Agree, thx @troy0820 for looking into it!

/close

@k8s-ci-robot
Copy link
Contributor

@sbueringer: Closing this issue.

In response to this:

Agree, thx @troy0820 for looking into it!

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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

4 participants