fix(cve): bump scylladb driver to 4.19.2.0 — Stage 3 (CVE-2026-42583, CVE-2026-44249, CVE-2026-45416)#167
Merged
Conversation
1 task
f60bd00 to
d679c09
Compare
1 task
d679c09 to
856c3d5
Compare
This was referenced Jun 29, 2026
Consume java-driver 4.19.2.0 which inherits the following fixes: - CVE-2026-42583: netty-handler HTTP response splitting (fixed in 4.1.133.Final) - CVE-2026-44249: netty-handler IPv6 subnet rule bypass (fixed in 4.1.135.Final) - CVE-2026-45416: netty-handler SslClientHelloHandler DoS (fixed in 4.1.135.Final) The driver 4.19.2.0 ships with netty 4.1.135.Final via scylladb/java-driver#925, so the temporary netty-bom override added in #165 and #185 is no longer needed. Also bumps lz4-java from 1.10.1 to 1.11.0 to match the driver POM. Closes #164, closes #184 Supersedes: #165, #185 (Stage 1 overrides — safe to close) Supersedes: Renovate PR #156 (lz4-java 1.10.1 → 1.11.0)
856c3d5 to
fa0d892
Compare
dkropachev
approved these changes
Jun 30, 2026
dkropachev
approved these changes
Jun 30, 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.
Summary
Bumps
scylladb.versionfrom4.19.0.9to4.19.2.0, which inherits the patched netty (4.1.135.Final) from the driver, making the temporary BOM override unnecessary.CVEs addressed
4.1.133.Final4.1.135.Final4.1.135.FinalChanges
scylladb.version:4.19.0.9→4.19.2.0— picks up driver with netty4.1.135.Finalnetty.versionproperty +netty-bomimport — no longer needed; the driver itself brings the correct netty versionlz4-java:1.10.1→1.11.0— aligns with the version declared in the driver POM (<lz4.version>1.11.0</lz4.version>onscylla-4.x)Verification
Relationship to other PRs
Once this PR merges:
lz4-java 1.10.1 → 1.11.0) can be closed — superseded by this PRnetty 4.1.x → 4.2.x) should be closed — incompatible version lineCloses #164, closes #184