PT-2026-47612 · Netty+1 · Netty+1

·

CVE-2026-47244

·

Published

2026-06-08

·

Updated

2026-09-01

CVSS v3.1

5.3

Medium

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Name of the Vulnerable Software and Affected Versions Netty versions prior to 4.1.135.Final Netty versions prior to 4.2.15.Final
Description In the network application framework, DefaultHttp2Connection.DefaultEndpoint initializes maxActiveStreams and maxStreams to Integer.MAX VALUE, while Http2Settings does not insert SETTINGS MAX CONCURRENT STREAMS by default. If the application does not explicitly call initialSettings().maxConcurrentStreams(n), the HTTP/2 server advertises and enforces no limit on concurrent streams. This allows a single TCP connection to create hundreds of thousands of long-lived stream objects, as each open stream allocates a DefaultStream object, PropertyMap slots, flow-controller state, and an IntObjectHashMap entry. This condition also enables Rapid-Reset amplification, where the lack of a low concurrent cap increases the workload on the backend.
Recommendations Update to version 4.1.135.Final. Update to version 4.2.15.Final. As a temporary mitigation, explicitly call initialSettings().maxConcurrentStreams(n) to define a limit for concurrent streams.

Exploit

Fix

DoS

Resource Exhaustion

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CLEANSTART-2026-BK55944
CLEANSTART-2026-FV79231
CLEANSTART-2026-KL03760
CLEANSTART-2026-LB41442
CLEANSTART-2026-NE94194
CLEANSTART-2026-SH44648
CLEANSTART-2026-YY96069
CVE-2026-47244
GHSA-5X3R-WRVG-RP6Q
OPENSUSE-SU-2026:11033-1
SUSE-SU-2026:2802-1

Affected Products

Netty
Red Os