NULL pointer dereference in NanoMQ - CVE-2026-32134
Published: May 23, 2026
NanoMQ
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a null pointer dereference in tcptran_pipe_peer when restoring session state during high-concurrency reconnect handling. A remote attacker can send a specially crafted reconnect-collision payload to cause a denial of service.
The issue is triggered when clean_start=0 session restore overlaps with client ID collision churn during concurrent TCP reconnects.