OKAPI-1250: Sunflower: Vertx 4.5.28 fixing Netty vulns#1454
Merged
Conversation
https://folio-org.atlassian.net/browse/OKAPI-1250 For Sunflower (okapi b6.2) bump Vert.x from 4.5.27 to 4.5.28. This transitively bumps Netty from 4.1.133.Final to 4.1.135.Final https://github.com/netty/netty/releases/tag/netty-4.1.135.Final fixing multiple security vulnerabilities: * CVE-2026-48059: memory exhaustion in io.netty:netty-codec-haproxy (high). * CVE-2026-47691: DNS cache poisoning in io.netty:netty-resolver-dns (high). * CVE-2026-50560: DDoS in io.netty:netty-codec-http2. * CVE-2026-50011: memory exhaustion in io.netty:netty-codec-redis (high). * CVE-2026-44250: memory exhaustion in io.netty:netty-codec-redis (high). * CVE-2026-44890: memory exhaustion in io.netty:netty-codec-redis (high). * CVE-2026-44249: IPv6 subnet filter bypass in io.netty:netty-handler (high). * CVE-2026-50020: request smuggling in io.netty:netty-codec-http. * CVE-2026-44893: memory leak in io.netty:netty-codec-haproxy (high). * CVE-2026-50010: TLS hostname verification accidentally disabled in io.netty:netty-handler (high). * CVE-2026-45673: DNS cache poisoning in io.netty:netty-resolver-dns. * CVE-2026-45416: excessive memory usage from SNIHandler in io.netty:netty-handler (high). * CVE-2026-45536: file descriptor leak in io.netty:netty-transport-native-epoll and io.netty:netty-transport-native-kqueue. * CVE-2026-45674: DNS cache poisoning in io.netty:netty-resolver-dns (high). * CVE-2026-46340: memory exhaustion in io.netty:netty-transport-sctp (high). * CVE-2026-47244: denial of service in io.netty:netty-codec-http2. * CVE-2026-48006: memory exhaustion in io.netty:netty-codec-redis (high). * CVE-2026-48043: memory exhaustion in io.netty:netty-codec-http2.
b337e9f to
cc27c1c
Compare
|
adamdickmeiss
approved these changes
Jun 23, 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-1250
For Sunflower (okapi b6.2) bump Vert.x from 4.5.27 to 4.5.28.
This transitively bumps Netty from 4.1.133.Final to 4.1.135.Final https://github.com/netty/netty/releases/tag/netty-4.1.135.Final fixing multiple security vulnerabilities: