PatchSiren cyber security CVE debrief
CVE-2026-59902 netty CVE debrief
CVE-2026-59902 is a high-severity vulnerability in the Netty network application framework that can lead to memory exhaustion via large SCTP fragments. The issue is fixed in Netty versions 4.1.137.Final and 4.2.17.Final. Defenders should assess exposure, prioritize upgrades, and monitor for large SCTP fragments to mitigate potential impacts. This vulnerability affects systems using Netty for network communication, particularly those handling SCTP fragments. It is crucial for defenders to verify system configurations and SCTP usage to ensure they are not exposed to this vulnerability.
- Vendor
- netty
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-17
- Original CVE updated
- 2026-09-10
- Advisory published
- 2026-08-17
- Advisory updated
- 2026-09-10
Who should care
Defenders responsible for Netty-based systems and networks should assess exposure and prioritize upgrades. This includes system administrators, network engineers, and security teams managing systems that utilize Netty for network communication, especially those handling SCTP fragments. Additionally, security teams should review system configurations and SCTP usage to ensure they are not exposed to this vulnerability.
Why it matters
CVE-2026-59902 is a high-severity vulnerability in Netty that can lead to memory exhaustion and potential DoS attacks. Defenders should prioritize verifying exposure, upgrading to fixed versions, and monitoring for large SCTP fragments.
- Memory exhaustion via large SCTP fragments
- Potential for denial-of-service (DoS) attacks
- Need for version verification and upgrades
Technical summary
The io.netty.handler.codec.sctp.SctpMessageCompletionHandler in Netty prior to 4.1.137.Final and 4.2.17.Final does not limit maxBufferedBytes, allowing unauthenticated peers to exhaust memory with large SCTP fragments. This issue can lead to memory exhaustion and potential DoS attacks. Defenders should prioritize verifying exposure and upgrading to fixed versions. The vulnerability is particularly concerning for systems handling SCTP fragments, as it can be exploited without authentication. Affected systems include those using Netty for network communication, especially in environments where SCTP is utilized.
Defensive priority
Defenders should prioritize verifying exposure and upgrading to fixed versions.
Recommended defensive actions
- Verify Netty version and upgrade to 4.1.137.Final or 4.2.17.Final if necessary
- Review system configurations and SCTP usage
- Monitor for large SCTP fragments
- Perform vulnerability scanning to identify potentially affected systems
- Implement compensating controls for exposed systems
- Track exceptions and retest remediated assets
- Close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but additional verification is needed to confirm affected systems and versions. Defenders should review system configurations, SCTP usage, and monitor for large SCTP fragments. The io.netty.handler.codec.sctp.SctpMessageCompletionHandler in Netty prior to 4.1.137.Final and 4.2.17.Final does not limit maxBufferedBytes, allowing unauthenticated peers to exhaust memory with large SCTP fragments. Evidence of exposure includes system logs indicating memory exhaustion and/or
Sources and references
Verified primary and authoritative sources
-
CVE-2026-59902 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-59902
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-59902 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-59902
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/commit/1b5abc6443b63726c72cdd285af2feb7ddbb8ff7
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/pull/17213
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/pull/17217
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/releases/tag/netty-4.1.137.Final
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/releases/tag/netty-4.2.17.Final
-
Source reference
Unverified legacy reference
URL: https://github.com/netty/netty/security/advisories/GHSA-2qj4-mmr9-4v2f
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.