CVE Catalog

CVE-2025-56365

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

27th percentile - higher than 27% of all known CVEs

Summary

A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) before version 1.4.0, in the interaction model command processing logic. Sending an InvokeCommandRequest to a nonexistent endpoint and cluster (e.g., 0x34) causes the code to incorrectly treat the endpoint as valid due to missing checks in CodegenDataModelProvider::Invoke, leading to a VerifyOrDie failure in ProcessCommandDataIB and a crash (SIGABRT). The issue has been acknowledged and fixed in a later revision (PR #37207).

Risk Assessment

An attacker can remotely crash an IoT device running a vulnerable version of the Matter SDK, causing a denial of service (DoS) and potentially disrupting normal device operation in a smart home network.

Recommendation

Immediately update the Matter SDK library to version 1.4.0 or later, which includes the fix (PR #37207). If an update is not possible, restrict network access to the device interface to trusted sources only.

Other vulnerabilities in Matter SDK

See all
Original NVD description (English source)

A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.0, in the interaction model command processing logic. When an InvokeCommandRequest is sent to a nonexistent endpoint and cluster (e.g., 0x34), the code incorrectly treats the endpoint as valid due to missing checks in CodegenDataModelProvider::Invoke. This causes a VerifyOrDie failure in ProcessCommandDataIB and results in a crash (SIGABRT). The issue has been acknowledged and fixed in a later revision (PR #37207).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS