QSearchQSearch

CVE-2026-44248

5.3 MEDIUM

Netty is an asynchronous, event-driven network application framework

Published: 2026-05-13 · Last updated: 2026-05-18

Severity and scoring

CVSS
5.3 MEDIUM
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CWE
CWE-400

Affected products

VendorProduct
nettynetty

Description

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.

Source: NVD

References

Related CVEs

Same vendor

  • CVE-2026-48040 The netty incubator codec.bhttp is a java language binary http parser (9.1 CRITICAL)
  • CVE-2026-41207 The netty incubator codec.bhttp is a java language binary http parser (5.3 MEDIUM)
  • CVE-2026-42587 Netty is an asynchronous, event-driven network application framework (7.5 HIGH)
  • CVE-2026-42586 Netty is an asynchronous, event-driven network application framework (6.8 MEDIUM)
  • CVE-2026-42585 Netty is an asynchronous, event-driven network application framework (6.5 MEDIUM)

Same CWE

  • CVE-2026-47734 Dulwich is a pure-Python implementation of the Git file formats and protocols (5.7 MEDIUM)
  • CVE-2026-46689 Kanidm is an identity management platform
  • CVE-2026-46679 libp2p is a JavaScript Implementation of libp2p networking stack (7.5 HIGH)
  • CVE-2026-46522 ImageMagick is free and open-source software used for editing and manipulating digital images (7.5 HIGH)
  • CVE-2026-45783 libp2p is a JavaScript Implementation of libp2p networking stack (7.5 HIGH)