Skip to content

NO-TICKET/[agent-vuln-fix] Upgrade netty 4.1.133.Final -> 4.2.13.Final (CVE-2026-42582)#107

Closed
suresh-prakash wants to merge 2 commits into
mainfrom
NO-TICKET/agent-vuln-fix-netty-4.2.13
Closed

NO-TICKET/[agent-vuln-fix] Upgrade netty 4.1.133.Final -> 4.2.13.Final (CVE-2026-42582)#107
suresh-prakash wants to merge 2 commits into
mainfrom
NO-TICKET/agent-vuln-fix-netty-4.2.13

Conversation

@suresh-prakash

Copy link
Copy Markdown
Contributor

Security Fix: Upgrade Netty to Resolve CVE-2026-42582

What Changed

Updated netty version in gradle/libs.versions.toml:

  • Before: netty = "4.1.133.Final"
  • After: netty = "4.2.13.Final"

Vulnerability

Dependency Old Version New Version CVE CVSS
io.netty:netty-* (all modules) 4.1.133.Final 4.2.13.Final CVE-2026-42582 8.8 (HIGH)

Why This Version

  • NVD fix version: 4.2.13.Final (verified available in Maven Central)
  • Minimum safe version: Selected as the lowest release resolving the CVE

Cascade Chain

Traceableai/api-anomaly-detection -> traceable-bom -> Hypertrace/hypertrace-bom (this repo)

Companion PRs:

Verification

Test Plan

  • Build succeeds in this BOM repository
  • traceable-bom and downstream services build successfully with updated chain

Generated with Claude Code - Autonomous Vulnerability Remediation

CVE-2026-42582)

CVE-2026-42582 (CVSS 8.8): Netty vulnerability affecting all io.netty artifacts.
Fix version per NVD: 4.2.13.Final (confirmed available in Maven Central).

Cascade fix: Traceableai/api-anomaly-detection -> traceable-bom -> hypertrace-bom

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@suresh-prakash suresh-prakash requested a review from a team as a code owner June 17, 2026 05:54
Comment thread gradle/libs.versions.toml
hypertrace-configservice = "0.1.74"
jetty = "12.1.9"
netty = "4.1.133.Final"
netty = "4.2.15.Final"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep it 4.1.x please

@suresh-prakash

Copy link
Copy Markdown
Contributor Author

Closing — this upgrade was incorrect. CVE-2026-42582 (GHSA-2c5c-chwr-9hqw) only affects io.netty:netty-codec-http3 in the 4.2.x range (>= 4.2.0, <= 4.2.12). The current 4.1.133.Final is not affected — the OWASP scan was a false positive misattributing the 4.2.x CVE to the 4.1.x artifacts. No change needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants