fix(deps): bump netty-bom to 4.1.135.Final for CVE-2026-44249#28880
Merged
Conversation
harshach
approved these changes
Jun 9, 2026
|
Contributor
🟡 Playwright Results — all passed (23 flaky)✅ 4261 passed · ❌ 0 failed · 🟡 23 flaky · ⏭️ 88 skipped
🟡 23 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Contributor
|
Changes have been cherry-picked to the 1.13 branch. |
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 10, 2026
* fix(deps): bump netty-bom to 4.1.135.Final for CVE-2026-44249 * chore: retrigger CI (cherry picked from commit 14fba45)
Code Review ✅ ApprovedBumps netty-bom to 4.1.135.Final to mitigate CVE-2026-44249. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
Contributor
|
Failed to cherry-pick changes to the 1.12.11 branch. |
mohityadav766
pushed a commit
that referenced
this pull request
Jun 10, 2026
* fix(deps): bump netty-bom to 4.1.135.Final for CVE-2026-44249 * chore: retrigger CI (cherry picked from commit 14fba45)
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.



Fixes #28879
What
Bumps
io.netty:netty-bomfrom4.1.133.Finalto4.1.135.Finalin the rootpom.xml.Why
GHSA-3qp7-7mw8-wx86 / CVE-2026-44249 (High, CVSS 8.1) in
io.netty:netty-handler.IpSubnetFilterRule.compareTo()performs a bitwise AND againstnetworkAddressinstead ofsubnetMask, allowing IPv6 subnet access-control rules to be bypassed by valid public IPs. Affected:<= 4.1.134.Final. First patched:4.1.135.Final(latest on the 4.1.x line).Notes
Patch-level bump within the API-stable 4.1.x line — bugfix/security only, no breaking changes. Flagged by the Collate release vuln scan; this fixes the standalone OpenMetadata distribution (OMD MySQL/Postgres images).