OKAPI-1255: Vertx 5.1.6, Netty 4.2.17 fixing vulns - #1462
Merged
Conversation
https://folio-org.atlassian.net/browse/OKAPI-1255 Bump Vert.x from 5.1.5 to 5.1.6 with several fixes: https://github.com/vert-x3/wiki/wiki/5.1.6-Release-Notes The Vert.x bump transitively bumps Netty from 4.2.16.Final to 4.2.17.Final fixing multiple security vulnerabilities: https://netty.io/news/2026/08/04/4-2-17-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
|
barbaraloehle
approved these changes
Aug 5, 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-1255
Bump Vert.x from 5.1.5 to 5.1.6 with several fixes: https://github.com/vert-x3/wiki/wiki/5.1.6-Release-Notes
The Vert.x bump transitively bumps Netty from 4.2.16.Final to 4.2.17.Final fixing multiple security vulnerabilities: https://netty.io/news/2026/08/04/4-2-17-Final.html