OKAPI-1256: Sunflower: Vertx 4.5.32, Netty 4.1.137 fixing vulns - #1464
Open
julianladisch wants to merge 1 commit into
Open
OKAPI-1256: Sunflower: Vertx 4.5.32, Netty 4.1.137 fixing vulns#1464julianladisch wants to merge 1 commit into
julianladisch wants to merge 1 commit into
Conversation
https://folio-org.atlassian.net/browse/OKAPI-1256 Bump Vert.x from 4.5.30 to 4.5.32: * https://github.com/vert-x3/wiki/wiki/4.5.31-Release-Notes * https://github.com/vert-x3/wiki/wiki/4.5.32-Release-Notes The Vert.x bump transitively bumps Netty from 4.1.136.Final to 4.1.137.Final fixing multiple security vulnerabilities: https://netty.io/news/2026/08/06/4-1-137-Final.html: * [CVE-2026-XXXXX](GHSA-fccg-mwvh-qqg4) : algorithm inefficiency in io.netty:netty-handler * [CVE-2026-XXXXX](GHSA-cc6x-ffm5-83wf) : improper NUL byte neutrolization in io.netty:netty-codec-socks * [CVE-2026-XXXXX](GHSA-c4c3-7fpv-j4q5) : SNI bypass in io.netty:netty-handler * [CVE-2026-59902](GHSA-2qj4-mmr9-4v2f) : memory exhaustion in io.netty:netty-transport-sctp * [CVE-2026-59903](GHSA-8c42-7qj2-3j46) : cache poisoning & info disclosure in io.netty:netty-codec-http * [CVE-2026-XXXXX](GHSA-43fm-7cxg-hf3j) : validation bypass in io.netty:netty-codec-mqtt * [CVE-2026-XXXXX](GHSA-p85m-gvr3-788c) : improper hostname verification in io.netty:netty-handler
|
adamdickmeiss
approved these changes
Aug 18, 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.



https://folio-org.atlassian.net/browse/OKAPI-1256
Bump Vert.x from 4.5.30 to 4.5.32:
The Vert.x bump transitively bumps Netty from 4.1.136.Final to 4.1.137.Final fixing multiple security vulnerabilities:
https://netty.io/news/2026/08/06/4-1-137-Final.html: