CVE-2026-32135 PUBLISHED

NanoMQ has Heap Buffer Overflow in URI Parameter Parsing

Assigner: GitHub_M
Reserved: 10.03.2026 Published: 20.04.2026 Updated: 20.04.2026

NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. Versions prior to 0.24.11 have a remotely triggerable heap buffer overflow in the uri_param_parse function of NanoMQ's REST API. The vulnerability occurs due to an off-by-one error when allocating memory for query parameter keys and values, allowing an attacker to write a null byte beyond the allocated buffer. This can be triggered via a crafted HTTP request. Version 0.24.11 patches the issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P
CVSS Score: 7.7

Product Status

Vendor nanomq
Product nanomq
Versions
  • Version < 0.24.11 is affected

References

Problem Types

  • CWE-122: Heap-based Buffer Overflow CWE