PT-2026-38399 · Netty+1 · Netty+1
CVSS v2.0
7.8
High
| Vector | AV:N/AC:L/Au:N/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Netty (affected versions not specified)
Description
Resource exhaustion occurs because the MQTT 5 header Properties section is parsed and buffered before any message size limit is applied. In the
MqttDecoder class, the decodeVariableHeader() function is executed before the check for bytesRemainingBeforeVariableHeader > maxBytesInMessage. This allows decodeVariableHeader() to trigger decodeProperties(), meaning no limits are applied to the size of the decoded properties. Since MqttDecoder extends ReplayingDecoder, the system repeatedly re-parses and buffers large Properties sections in memory until parsing is complete, leading to high CPU and memory consumption.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
DoS
Resource Exhaustion
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Netty
Red Os