Upgrade Netty 4.1.126.Final to 4.1.132.Final to fix CVE-2025-67735 vulnerability#3026
Merged
Arsnael merged 1 commit intoapache:masterfrom Apr 28, 2026
Merged
Conversation
Contributor
|
Looks nice 👍 |
e1694dc to
31dfe8a
Compare
31dfe8a to
05d739a
Compare
Contributor
Author
|
@chibenwa - Thank you for the review! The mismatch was caused by my branch previously including extra commits from my fork's master on top of upstream. I have since rebased onto upstream/master so the PR now correctly shows 1 commit with exactly the 4 version bumps described. I also corrected the CVE references in the title and commit message. |
chibenwa
approved these changes
Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
netty.version 4.1.126.Finalis affected by two HIGH-severity vulnerability CVE-2025-67735:Both are fixed in
4.1.132.Final.Changes
netty.version4.1.126.Final4.1.132.Finallettuce.core.version6.7.1.RELEASE6.8.2.RELEASEreactor-bom2024.0.102024.0.17s3-sdk.version(blob-s3)2.33.52.42.34lettuce-core(the Redis client) uses Netty internally, so it is bumpedalongside Netty to keep both on a consistent Netty runtime.
reactor-bomands3-sdkare bumped to their latest stable releases aspart of the same dependency maintenance pass.
Testing
Output: