fix: bump netty from 4.1.127 to 4.1.135 to remediate CVE-2026-44249 and CVE-2026-45416#927
fix: bump netty from 4.1.127 to 4.1.135 to remediate CVE-2026-44249 and CVE-2026-45416#927nikagra wants to merge 1 commit into
Conversation
CVE-2026-45416 Bumps netty.version to 4.1.135.Final to fix: - CVE-2026-44249 (CVSS 8.1): IPv6 subnet ACL bypass - CVE-2026-45416 (CVSS 7.5): TLS ClientHello memory exhaustion DoS This also covers CVE-2026-42583 (CVSS 7.5, fixed in 4.1.131.Final).
|
Warning Review limit reached
More reviews will be available in 43 minutes and 25 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Bumps
netty.versionfrom4.1.127.Finalto4.1.135.Finalin thescylla-3.xbranch to remediate:CVE-2026-44249 (CVSS 8.1):
IpSubnetFilterRule.compareTo()performs an incorrect masking operation, allowing attackers to bypass IPv6 subnet ACL rules with valid public IP addresses.CVE-2026-45416 (CVSS 7.5):
SslClientHelloHandler.decode()eagerly allocates up to 16 MiB of unpooled memory whenmaxClientHelloLength=0(theSniHandlerdefault). A crafted TLS ClientHello can trigger memory exhaustion (DoS).This also covers CVE-2026-42583 (CVSS 7.5, fixed in 4.1.131.Final): HTTP Response Splitting via
HttpObjectEncoder.Context
This is the same fix pattern applied in PR #925 for the
scylla-4.xbranch (which bumped netty from 4.1.127 to 4.1.135). Thescylla-3.xbranch (scylla-driver-parent:3.11.5.x) has the same vulnerable netty version and requires the same bump.Changes