GHSA-jfg9-48mv-9qgx · Severity: medium · Ecosystem: maven — Netty MQTT: Resource exhaustion in MqttDecoder
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.
Conclusion & alert: CVE-2026-44248 is rated Low Risk (31.2/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.36%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.36% | +0.34% |
| 2 | 2026-05-22 | 0.06% | 0.02% | -0.04% |
| 3 | 2026-05-19 | — | 0.06% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-jfg9-48mv-9qgx · Severity: medium · Ecosystem: maven — Netty MQTT: Resource exhaustion in MqttDecoder
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-44248 not yet assigned priority: Debian including 1 source packages (netty), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-44248 |
suse
|
medium | CVE-2026-44248 severity moderate: SUSE including 2 source package names (netty-tcnative, netty3), 24 product×package rows across 12 product lines (SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS, SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS, … (12 product lines)): Known Not Affected 24. | https://www.suse.com/security/cve/CVE-2026-44248/ |
ubuntu
|
medium | CVE-2026-44248 medium priority: Ubuntu including 1 source packages (netty), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, trusty, upstream): not-affected 7, released 1. | https://ubuntu.com/security/CVE-2026-44248 |
| URL | Tags |
|---|---|
| https://github.com/netty/netty/security/advisories/GHSA-jfg9-48mv-9qgx | Vendor Advisory |