A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) 1.3 thru 1.4, specifically within the Level Control cluster's server ti...
Description
A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) 1.3 thru 1.4, specifically within the Level Control cluster's server tick logic (`emberAfLevelControlClusterServerTickCallback`). When a MoveToLevel command is executed and followed by a conflicting write to the Operation
Remediation
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: tinyMQTT
PRODUCT: tinyMQTT
AFFECTED_VERSIONS: Commit 6226ade15bd4f97be2d196352e64dd10937c1962
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A vulnerability in the tinyMQTT broker causes improper handling of protocol violations during CONNECT packet parsing, leading to potential service disruption.
Executive Summary:
An unauthenticated remote denial-of-service vulnerability exists in tinyMQTT due to flawed parsing of CONNECT packets.
Vulnerability Details
CVE-ID: CVE-2025-56352
Affected Software: tinyMQTT tinyMQTT
Affected Versions: Commit 6226ade15bd4f97be2d196352e64dd10937c1962
Vulnerability: The broker fails to correctly handle malformed CONNECT packets, which can be exploited by an unauthenticated attacker to trigger a crash or denial of service in the MQTT broker.
Business Impact
A CVSS score of 7.5 reflects the ease of exploitation (AV:N/AC:L) and the significant impact on availability. Successful exploitation can result in a complete loss of MQTT messaging services, potentially disrupting critical IoT or machine-to-machine communication flows.
Remediation Plan
Immediate Action: Restrict network access to the MQTT broker and monitor for vendor-provided patches addressing commit 6226ade15bd4f97be2d196352e64dd10937c1962.
Proactive Monitoring: Monitor broker logs for repeated connection failures or unexpected service restarts that may indicate exploitation attempts.
Compensating Controls: Deploy a WAF or protocol-aware firewall capable of inspecting and dropping malformed MQTT packets before they reach the broker.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of May 19, 2026, there is no confirmed active exploitation in the wild; however, per CISA's SSVC assessment a proof-of-concept exists, so exploitation risk should be treated as credible. The flaw is inherently exploitable due to the lack of necessary authentication.
Analyst Recommendation
Organizations relying on tinyMQTT should prioritize isolating the broker from untrusted networks. Until a formal patch is released, ensure that only authorized clients have network reachability to the broker to minimize exposure.