NanoMQ is an MQTT broker. Prior to 0.24.14, NanoMQ's MQTT v5 property decoder in nng/src/supplemental/mqtt/mqtt_codec.c uses property_append() to walk the entire linked list for each property added by decode_buf_properties(). A remote unauthenticated client can supply a PUBLISH or SUBSCRIBE packet containing many User Properties, causing O(N²) linked-list insertion and CPU work that makes the broker unresponsive; repeated packets can sustain the denial of service. This issue is fixed in version 0.24.14.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-407"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44639.json"
}"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44639.json"
[
{
"deprecated": false,
"digest": {
"line_hashes": [
"106732617879992299546335078856304780455",
"294493632223967332579844525831444462468",
"206181698616916517217061310250512270723",
"76067159830892398620980420349741433411",
"132925112758583824193369990132482553455",
"55370608497300193109260551169647432186",
"81972049601563662899808688096955314759",
"238044452542881528069518046016055915863"
],
"threshold": 0.9
},
"id": "CVE-2026-44639-1eff8815",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/5c6ad09f0f6f0b111e19e8fbae259d20f5673505",
"target": {
"file": "src/supplemental/nanolib/conf.c"
}
},
{
"deprecated": false,
"digest": {
"function_hash": "179704196006112879465033474608620449237",
"length": 3859
},
"id": "CVE-2026-44639-bc6d51d1",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/5c6ad09f0f6f0b111e19e8fbae259d20f5673505",
"target": {
"file": "src/supplemental/nanolib/conf.c",
"function": "conf_bridge_node_destroy"
}
},
{
"deprecated": false,
"digest": {
"line_hashes": [
"319987710299103814133658779126207238492",
"70208850574568910157760390157809152789",
"191324800489073211161864177168034711983",
"282085166627322855677257736944132808316",
"295813053496134856364453543700627648562"
],
"threshold": 0.9
},
"id": "CVE-2026-44639-cdd8af0f",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/5c6ad09f0f6f0b111e19e8fbae259d20f5673505",
"target": {
"file": "include/nng/supplemental/nanolib/conf.h"
}
},
{
"deprecated": false,
"digest": {
"function_hash": "60028838494314808152959761740048073868",
"length": 1512
},
"id": "CVE-2026-44639-fd363509",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/5c6ad09f0f6f0b111e19e8fbae259d20f5673505",
"target": {
"file": "src/supplemental/nanolib/conf.c",
"function": "conf_bridge_node_init"
}
}
]
"2026-09-19T08:14:24Z"