Description
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).
Published: 2026-07-14
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Matter SDK contains a reachable assertion that is triggered when a command references a nonexistent endpoint or cluster. The missing validation in the command processing logic causes the code to call a verify-or-die function, which aborts the process with SIGABRT. The result is a local denial of service on the device that is running the vulnerable SDK.

Affected Systems

Any implementation of the Matter SDK (connectedhomeip) before version 1.4.0, including embedded controllers and devices that have not applied the fix, is affected by this assertion crash.

Risk and Exploitability

The CVSS score is not specified, but the EPSS is below 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a low likelihood of exploitation at this time. Based on the description, the attack vector is most likely remote through the network, where an attacker can send a crafted InvokeCommandRequest to a Matter device with an invalid endpoint or cluster. The exploit does not appear to require elevated privileges, only the ability to communicate with the affected device. The resulting crash would halt the SDK, disrupting service availability until the device is restarted or the firmware is updated.

Generated by OpenCVE AI on August 1, 2026 at 10:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Patch the SDK with the code changes from PR #37207 or upgrade to connectedhomeip version 1.4.0 or later, which includes proper endpoint and cluster validation.
  • If updating the SDK package is not immediately possible, apply the source code fix from PR #37207 to add the missing checks before invoking command logic.
  • Limit exposure by filtering or monitoring Matter traffic on the network, isolating controllers and devices until the patch is applied.

Generated by OpenCVE AI on August 1, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 01 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Title Matter SDK Assertion Crash on Nonexistent Endpoint
Weaknesses CWE-370
CWE-398

Wed, 29 Jul 2026 07:00:00 +0000

Type Values Removed Values Added
Title Matter SDK Assertion Crash on Nonexistent Endpoint
Weaknesses CWE-20
CWE-742

Sat, 25 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Command Processing Leading to Crash

Wed, 22 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Command Processing Leading to Crash
Weaknesses CWE-20
CWE-742

Fri, 17 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Title Matter SDK Crash via Unchecked Endpoint in InvokeCommandRequest
Weaknesses CWE-682

Thu, 16 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Title Matter SDK Crash via Unchecked Endpoint in InvokeCommandRequest
Weaknesses CWE-682

Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description 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).
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-15T14:17:52.828Z

Reserved: 2025-08-16T00:00:00.000Z

Link: CVE-2025-56365

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-370

    Missing Check for Certificate Revocation after Initial Check

  • CWE-398