-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ZOOKEEPER-4897 Upgrade Netty to 4.1.119.Final for fix CVE-2025-24970 for master branch #2227
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.
Thank you!
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.
There is a patch netty/netty@dc6b051 to jdk path(a.k.a. no crash though) and it is landed in 4.1.119.Final.
I think we can bump to 4.1.119.Final to minimize the affect of the "crafted packet".
Can you please update (just rename) the License files? |
@eolivelli where is the file? I may forget it and I can't find it now. |
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.
@tisonkun , the license files are here:
https://github.com/apache/zookeeper/tree/master/zookeeper-server/src/main/resources/lib
We can git mv
all of the Netty 4.1.115.Final files to 4.1.118.Final without changing file contents.
Signed-off-by: tison <wander4096@gmail.com>
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.
+1. Thanks to all who participated: @helloworld28 , @tisonkun , @eolivelli , @kezhuw
Thanks for your review @cnauroth! You may take a look at the backport PR #2226 also. Thank @helloworld28 for your contribution! |
No description provided.