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 for Webhooks to Mitigate CVE Risks (we need to backport) #484

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

camilamacedo86
Copy link
Contributor

@camilamacedo86 camilamacedo86 commented Dec 13, 2024

Ensure HTTP/2 is disabled by default for webhooks. Disabling HTTP/2 mitigates vulnerabilities associated with:

While CVE fixes exist, they remain insufficient; disabling HTTP/2 helps reduce risks. For details, see: kubernetes/kubernetes#121197

@camilamacedo86 camilamacedo86 requested a review from a team as a code owner December 13, 2024 22:07
@camilamacedo86 camilamacedo86 requested review from perdasilva, joelanford, bentito and tmshort and removed request for a team December 13, 2024 22:08
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 37.89%. Comparing base (f91558f) to head (979f29b).

Files with missing lines Patch % Lines
cmd/manager/main.go 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #484      +/-   ##
==========================================
- Coverage   38.23%   37.89%   -0.35%     
==========================================
  Files          15       15              
  Lines        1224     1235      +11     
==========================================
  Hits          468      468              
- Misses        706      717      +11     
  Partials       50       50              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Ensure HTTP/2 is disabled by default for webhooks. Disabling HTTP/2 mitigates vulnerabilities associated with:
  - HTTP/2 Stream Cancellation (GHSA-qppj-fm5r-hxr3)
  - HTTP/2 Rapid Reset (GHSA-4374-p667-p6c8)

While CVE fixes exist, they remain insufficient; disabling HTTP/2 helps reduce risks. For details, see: kubernetes/kubernetes#121197
@camilamacedo86 camilamacedo86 requested review from jianzhangbjz and removed request for bentito December 13, 2024 22:48
@camilamacedo86
Copy link
Contributor Author

This one we need to backport.

@camilamacedo86 camilamacedo86 changed the title 🐛 Disable HTTP/2 by Default for Webhooks to Mitigate CVE Risks 🐛 Disable HTTP/2 by Default for Webhooks to Mitigate CVE Risks (we need to backport) Dec 13, 2024
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.

1 participant