CVE-2026-44248

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, the MQTT 5 header Properties section is parsed and buffered before any message size limit is applied. Specifically, in MqttDecoder, the decodeVariableHeader() method is called before the bytesRemainingBeforeVariableHeader > maxBytesInMessage check. The decodeVariableHeader() can call other methods which will call decodeProperties(). Effectively, Netty does not apply any limits to the size of the properties being decoded. Additionally, because MqttDecoder extends ReplayingDecoder, Netty will repeatedly re-parse the enormous Properties sections and buffer the bytes in memory, until the entire thing parses to completion. This can cause high resource usage in both CPU and memory. This vulnerability is fixed in 4.2.13.Final and 4.1.133.Final.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*
cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*

History

18 May 2026, 12:15

Type Values Removed Values Added
CPE cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*
First Time Netty netty
Netty
References () https://github.com/netty/netty/security/advisories/GHSA-jfg9-48mv-9qgx - () https://github.com/netty/netty/security/advisories/GHSA-jfg9-48mv-9qgx - Vendor Advisory

13 May 2026, 19:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-13 19:17

Updated : 2026-05-18 12:15


NVD link : CVE-2026-44248

Mitre link : CVE-2026-44248

CVE.ORG link : CVE-2026-44248


JSON object : View

Products Affected

netty

  • netty
CWE
CWE-400

Uncontrolled Resource Consumption