CVE-2026-47244
Last modified
CVE-2026-47244 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, DefaultHttp2Connection.DefaultEndpoint initialises maxActiveStreams/maxStreams to Integer.MAX_VALUE, and Http2Settings never inserts SETTINGS_MAX_CONCURRENT_STREAMS by default (Http2Settings.java:305-307 only clamps a user-supplied value). EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, DefaultHttp2Connection.DefaultEndpoint initialises maxActiveStreams/maxStreams to Integer.MAX_VALUE, and Http2Settings never inserts SETTINGS_MAX_CONCURRENT_STREAMS by default (Http2Settings.java:305-307 only clamps a user-supplied value). Unless the application explicitly calls initialSettings().maxConcurrentStreams(n), a Netty HTTP/2 server advertises no limit and enforces none locally. Each open stream allocates a DefaultStream object, PropertyMap slots, flow-controller state and IntObjectHashMap entry; with ~2^30 permissible odd stream IDs a single TCP connection can create hundreds of thousands of long-lived stream objects. This is also the precondition for CVE-2023-44487-style Rapid-Reset amplification, where the absence of a low concurrent cap multiplies backend work. Versions 4.1.135.Final and 4.2.15.Final patch the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-47244?
How severe is CVE-2026-47244?
How do I fix CVE-2026-47244?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47238ClipBucket v5 is an open source video sharing platform. Prio…6.5
- CVE-2026-4724Undefined behavior in the Audio/Video component. This vulner…9.1
- CVE-2026-47240Net::IMAP implements Internet Message Access Protocol (IMAP)…5.8
- CVE-2026-47241Net::IMAP implements Internet Message Access Protocol (IMAP)…2.1
- CVE-2026-47242Net::IMAP implements Internet Message Access Protocol (IMAP)…5.8
- CVE-2026-47243Kata Containers is an open source project focusing on a stan…9.2
- CVE-2026-47247libheif is a HEIF and AVIF file format decoder and encoder. …7.5
- CVE-2026-47248Parse Server is an open source backend that can be deployed …6.9
- CVE-2026-47249Klever-Go is the Go implementation of the Klever blockchain …7.5
- CVE-2026-4725Sandbox escape due to use-after-free in the Graphics: Canvas…10
- CVE-2026-47250mcp-server-kubernetes is a Model Context Protocol server for…6.1
- CVE-2026-47251libheif is a HEIF and AVIF file format decoder and encoder. …6.1
Are you affected by CVE-2026-47244?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
