Description
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.137.Final and 4.2.17.Final, MqttEncoder does not validate client identifiers, will topics, usernames, and PUBLISH topic names before encoding, allowing prohibited null bytes in MQTT UTF-8 string fields and potentially causing routing, access-control, or identity mismatches in downstream brokers. The vulnerability is exploitable when an application uses Netty's MQTT encoder to construct messages from user-controlled input. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.
Published: 2026-08-24
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: MQTT access‑control and routing bypass due to unvalidated null bytes in client identifiers and topic names
Action: Patch
AI Analysis

Impact

Netty’s MQTT encoder fails to validate client identifiers, topic names, usernames and PUBLISH topic names. This allows the inclusion of prohibited null bytes in MQTT UTF‑8 string fields, which may cause downstream MQTT brokers to misroute packets, bypass access controls or misidentify clients. The weakness falls under input validation (CWE‑20) and improper parameter validation (CWE‑626).

Affected Systems

The vulnerability affects the Netty framework (netty:netty). All releases before 4.1.137.Final and 4.2.17.Final are impacted; versions 4.1.137.Final, 4.2.17.Final and later contain the fix.

Risk and Exploitability

The CVSS score of 3.5 indicates low technical impact, and the EPSS score is not available. The vulnerability is exploitable only when an application uses Netty’s MQTT encoder to build messages from user‑controlled input. An attacker must formulate and send a crafted MQTT message containing null bytes. Because the flaw propagates downstream, the potential for serious damage depends on the configuration of the downstream broker(s). The vulnerability is not listed in the CISA KEV catalog, suggesting that no widespread exploitation is known at present.

Generated by OpenCVE AI on August 24, 2026 at 21:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netty to version 4.1.137.Final or 4.2.17.Final or later. This removes the input‑validation flaw.
  • If an upgrade is not immediately possible, perform strict validation of all client identifiers, usernames, and topic names before passing them to Netty’s MQTT encoder, ensuring that null bytes are stripped or rejected.
  • Limit the exposure of the Netty‑encoded MQTT messages to trusted sources only; audit application logic that constructs packets to confirm that input is sanitized.

Generated by OpenCVE AI on August 24, 2026 at 21:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Netty
Netty netty
Vendors & Products Netty
Netty netty

Mon, 24 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Description Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.137.Final and 4.2.17.Final, MqttEncoder does not validate client identifiers, will topics, usernames, and PUBLISH topic names before encoding, allowing prohibited null bytes in MQTT UTF-8 string fields and potentially causing routing, access-control, or identity mismatches in downstream brokers. The vulnerability is exploitable when an application uses Netty's MQTT encoder to construct messages from user-controlled input. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.
Title Netty: MQTT Topic Name and Client ID Validation Bypass
Weaknesses CWE-20
CWE-626
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T13:34:51.567Z

Reserved: 2026-08-19T19:52:28.213Z

Link: CVE-2026-76816

cve-icon Vulnrichment

Updated: 2026-08-25T13:34:45.794Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T20:17:19.477

Modified: 2026-09-09T21:06:39.057

Link: CVE-2026-76816

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T22:00:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-626

    Null Byte Interaction Error (Poison Null Byte)