-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][sec] Upgrade to Netty 4.1.115.Final to address CVE-2024-47535 #23596
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for fixing this! |
Will there be a backported fix for the 3.* release line or only 4.*? |
@gergelyfabian Yes. The changes in this PR have been cherry-picked to branch-3.0, branch-3.3 and branch-4.0. |
Thank you, very useful. |
…pache#23596) (cherry picked from commit 04c80f1) (cherry picked from commit 73b7c4d)
…pache#23596) (cherry picked from commit 04c80f1) (cherry picked from commit 73b7c4d)
Motivation
Upgrade to Netty 4.1.115.Final to address CVE-2024-47535. This DoS vulnerability doesn't practically apply to Pulsar since the vulnerability requires write access to the filesystem where the application using Netty is running. However, it's always useful to address CVEs by upgrading to a version that doesn't contain known vulnerabilities.
Modifications
Upgrade Netty to 4.1.115.Final
Release notes:
Netty tcnative changes in 2.0.69.Final since 2.0.66.Final
Documentation
doc
doc-required
doc-not-needed
doc-complete