Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44248
Published:May 13, 2026
Updated:May 18, 2026
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.
Affected Packages
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-3.2.4.Final <netty-4.2.13.Final
Fix Suggestion:
Update to version netty-4.2.13.Final
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-3.2.4.Final <netty-4.1.133.Final
Fix Suggestion:
Update to version netty-4.1.133.Final
io.netty:netty-codec-mqtt (JAVA):
Affected version(s) >=4.1.0.Beta1 <4.1.133.Final
Fix Suggestion:
Update to version 4.1.133.Final
io.netty:netty-codec-mqtt (JAVA):
Affected version(s) >=4.1.0.Final <4.1.133.Final
Fix Suggestion:
Update to version 4.1.133.Final
io.netty:netty-codec-mqtt (JAVA):
Affected version(s) >=4.2.0.Final <4.2.13.Final
Fix Suggestion:
Update to version 4.2.13.Final
io.netty:netty-codec-mqtt (JAVA):
Affected version(s) >=4.2.0.Alpha1 <4.2.13.Final
Fix Suggestion:
Update to version 4.2.13.Final
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Uncontrolled Resource Consumption
EPSS
Base Score:
0.04