NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. In versions 0.24.10 and below, when NanoMQ handles high-concurrency reconnect traffic using a reconnect-collision payload, the broker can crash due to a NULL pointer dereference during MQTT session resumption for cleanstart=0 clients. The transport's ppeer callback (tcptranpipepeer()) iterates cpipe->subinfol while copying session metadata from the cached old pipe to the new reconnecting pipe, without checking whether the pointer is NULL. Under a reconnect race, cpipe->subinfol can be freed and set to NULL before session restore invokes this function, resulting in a remote unauthenticated Denial-of-Service (process crash) condition. This issue has been fixed in version 0.24.11.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-476"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/32xxx/CVE-2026-32134.json"
}"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-32134.json"
[
{
"id": "CVE-2026-32134-561521fc",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"180359922795876309976203668572873068190",
"45691574311122879958817524065342053981",
"159405900866248680086371035076931463742",
"240762435158994077651166218649017100982",
"236677275678260574708412570684930228455",
"312863512122022797989787357053666054555",
"174123553900327680901554955736186249968"
]
},
"target": {
"file": "src/sp/transport/mqttws/nmq_websocket.c"
}
},
{
"id": "CVE-2026-32134-6b8e96dc",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanomq/commit/69a97b3b39cc218f044f1c8896f4d3d8757bb394",
"deprecated": false,
"digest": {
"function_hash": "9404688613459076675520313305819057131",
"length": 400.0
},
"target": {
"function": "URLDecoding",
"file": "nanomq/rest_api.c"
}
},
{
"id": "CVE-2026-32134-7d7403d5",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"function_hash": "144153350689969700568933714407583495460",
"length": 1345.0
},
"target": {
"function": "tlstran_pipe_peer",
"file": "src/sp/transport/mqtts/broker_tls.c"
}
},
{
"id": "CVE-2026-32134-845bbb84",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanomq/commit/69a97b3b39cc218f044f1c8896f4d3d8757bb394",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"314939031063357473425211000091759825555",
"79922476334093433481878188188230999595",
"115263727495026806456280480745001946541",
"335218920824431505626218604016560156406",
"109158426613458411923007034979039306216",
"263681326533205234187064883824333311768",
"139441057993715914564204102246260204056",
"163275836091019848639868326419883599422",
"232121921634077527089748850232063524540",
"137394070370141786835294877511344983945",
"309685692115858805372826425817723344625",
"180388931056228509517262893763708737544",
"253428475422003770740128093206280066637",
"83550170779872102422996397850477648840",
"157313739316912141087249248541460484873",
"125769424802170566273063628751569605473",
"168414094773912658563452953649189013304",
"332362556983238829505363368071561531910",
"139080809027202171145826152883316190111",
"74558128130252978070217973971791797169",
"57183551417306817156709030268492486682",
"188941984843814473912361960001297154924",
"34506272294443398337174980782299368690",
"293093021700596718330870323291220891427",
"218751175568408722690396640046618194911",
"264659906953652634920202064776704951932",
"183224120377393872789845349723215242491",
"192835487626449624614785956582916206428",
"151761993079419734514314841474824734052",
"209483360540906363404199890844243360425",
"259839083518275882442824479080929806326",
"165164928652970171162734450120824360205",
"342063255244962909075184816900792588",
"250741181287203539435992289254546992053",
"240888907075867659452765873170276375840"
]
},
"target": {
"file": "nanomq/rest_api.c"
}
},
{
"id": "CVE-2026-32134-877ec63c",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"256232385624735259090518377375737112227",
"316465675479941423688724540639015627202",
"159405900866248680086371035076931463742",
"240762435158994077651166218649017100982",
"236677275678260574708412570684930228455",
"312863512122022797989787357053666054555",
"174123553900327680901554955736186249968"
]
},
"target": {
"file": "src/sp/transport/mqtts/broker_tls.c"
}
},
{
"id": "CVE-2026-32134-88763801",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"function_hash": "144153350689969700568933714407583495460",
"length": 1345.0
},
"target": {
"function": "tcptran_pipe_peer",
"file": "src/sp/transport/mqtt/broker_tcp.c"
}
},
{
"id": "CVE-2026-32134-8e485b5d",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"function_hash": "293477401416401812591338456530771573354",
"length": 1377.0
},
"target": {
"function": "wstran_pipe_peer",
"file": "src/sp/transport/mqttws/nmq_websocket.c"
}
},
{
"id": "CVE-2026-32134-dc67de60",
"signature_type": "Function",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanomq/commit/69a97b3b39cc218f044f1c8896f4d3d8757bb394",
"deprecated": false,
"digest": {
"function_hash": "5795522914121648582782519407379809587",
"length": 8677.0
},
"target": {
"function": "process_request",
"file": "nanomq/rest_api.c"
}
},
{
"id": "CVE-2026-32134-df61678f",
"signature_type": "Line",
"signature_version": "v1",
"source": "https://github.com/nanomq/nanonng/commit/522ec62e29e60d1122f2aedaa6e702dcf089f7bb",
"deprecated": false,
"digest": {
"threshold": 0.9,
"line_hashes": [
"256232385624735259090518377375737112227",
"316465675479941423688724540639015627202",
"159405900866248680086371035076931463742",
"240762435158994077651166218649017100982",
"236677275678260574708412570684930228455",
"312863512122022797989787357053666054555",
"174123553900327680901554955736186249968"
]
},
"target": {
"file": "src/sp/transport/mqtt/broker_tcp.c"
}
}
]
"2026-07-15T20:06:18Z"