{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-76816",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-08-19T19:52:28.213Z",
        "datePublished": "2026-08-24T19:53:12.737Z",
        "dateUpdated": "2026-08-24T19:53:12.737Z"
    },
    "containers": {
        "cna": {
            "title": "Netty: MQTT Topic Name and Client ID Validation Bypass",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-20",
                            "lang": "en",
                            "description": "CWE-20: Improper Input Validation",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-626",
                            "lang": "en",
                            "description": "CWE-626: Null Byte Interaction Error (Poison Null Byte)",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "ADJACENT_NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 3.5,
                        "baseSeverity": "LOW",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/netty/netty/security/advisories/GHSA-43fm-7cxg-hf3j",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/netty/netty/security/advisories/GHSA-43fm-7cxg-hf3j"
                },
                {
                    "name": "https://github.com/netty/netty/commit/1b5abc6443b63726c72cdd285af2feb7ddbb8ff7",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/netty/netty/commit/1b5abc6443b63726c72cdd285af2feb7ddbb8ff7"
                },
                {
                    "name": "https://github.com/netty/netty/commit/9e0519239108a69b7e9bbc5e9182ee139a0d7961",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/netty/netty/commit/9e0519239108a69b7e9bbc5e9182ee139a0d7961"
                }
            ],
            "affected": [
                {
                    "vendor": "netty",
                    "product": "netty",
                    "versions": [
                        {
                            "version": ">= 4.2.0.Final, < 4.1.137.Final",
                            "status": "affected"
                        },
                        {
                            "version": "< 4.1.137.Final",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-24T19:53:12.737Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-43fm-7cxg-hf3j",
                "discovery": "UNKNOWN"
            }
        }
    }
}