Vulnerability Description
In tinyMQTT commit 6226ade15bd4f97be2d196352e64dd10937c1962 (2024-02-18), a memory leak occurs due to the broker's failure to validate or reject malformed UTF-8 strings in topic filters. An attacker can exploit this by sending repeated subscription requests with arbitrarily large or invalid filter payloads. Each request causes memory to be allocated for the malformed topic filter, but the broker does not free the associated memory, leading to unbounded heap growth and potential denial of service under sustained attack.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Justdoit0910 | Tinymqtt | 2024-02-18 |
Related Weaknesses (CWE)
References
- https://github.com/JustDoIt0910/tinyMQTT/issues/19ExploitIssue TrackingThird Party Advisory
FAQ
What is CVE-2025-56353?
CVE-2025-56353 is a vulnerability with a CVSS score of 7.5 (HIGH). In tinyMQTT commit 6226ade15bd4f97be2d196352e64dd10937c1962 (2024-02-18), a memory leak occurs due to the broker's failure to validate or reject malformed UTF-8 strings in topic filters. An attacker c...
How severe is CVE-2025-56353?
CVE-2025-56353 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-56353?
Check the references section above for vendor advisories and patch information. Affected products include: Justdoit0910 Tinymqtt.