CVE detail
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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 19.5 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
6 source links · newest first
- https://access.redhat.com/errata/RHSA-2026:41951access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 13, 2026, 7:17 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44248.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMay 13, 2026, 7:17 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2477231bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMay 13, 2026, 7:17 PM - https://access.redhat.com/security/cve/CVE-2026-44248access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 13, 2026, 7:17 PM - https://access.redhat.com/errata/RHSA-2026:37390access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 13, 2026, 7:17 PM No excerpt available.
Exploitgithub.comMay 13, 2026, 7:17 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-55831CVSS 7.5 · High
Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty's SPDY SETTINGS decoder accepts a peer-dec…
- CVE-2026-44891CVSS 7.5 · High
Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecode…
- CVE-2026-50011CVSS 7.5 · High
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, RedisArrayAggregator pre-allocates Arra…
- CVE-2026-44890CVSS 7.5 · High
Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can ca…
- CVE-2026-44250CVSS 7.5 · High
Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can ca…
- CVE-2026-42587CVSS 7.5 · High
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, HttpContentDecompressor accepts a maxAllocation parameter to limit d…