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

Backport fix for CVE-2024-1300 #5135

Merged
merged 2 commits into from
Feb 27, 2024
Merged

Backport fix for CVE-2024-1300 #5135

merged 2 commits into from
Feb 27, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Feb 27, 2024

…t that is filled when a client provides a server name. When a server name does not resolve to a KeyManagerFactory or TrustManagerFactory, the default factories are used and the entry is stored in the map. Instead no specific factory is resolved the default Netty SslContext is used, since this can lead to a a memory leak when a client specifies spurious SNI server names. This affects only a TCP server when SNI is set in the HttpServerOptions.
@vietj vietj merged commit 8e66c3f into 4.3 Feb 27, 2024
7 checks passed
@vietj vietj deleted the backport-CVE-2024-1300-to-4.3 branch February 27, 2024 11:33
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.

None yet

1 participant