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 OperationMode attribute (in the Pump Configuration and Control cluster), an invariant check (`minLevel < currentLevel`) fails and causes the device to abort. This leads to a denial of service condition. The issue is confirmed in SDK versions 1.3 and 1.4 (commit ab3d5ae), and is triggered remotely without authentication.
Published: 2026-07-14
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A reachable assertion in the Matter SDK (connectedhomeip) Level Control cluster’s server tick logic causes a device to crash when a MoveToLevel command is sent and immediately followed by a conflicting write to the Pump Configuration and Control cluster’s OperationMode attribute. The assertion verifies that the minimum level is less than the current level; when this check fails the server throws an assertion and aborts, leading to an immediate denial of service. The vulnerability can be triggered remotely without authentication.

Affected Systems

The flaw affects Matter SDK versions 1.3 and 1.4, which are used in a wide range of home‑automation devices that implement the Level Control cluster. Any product or controller that incorporates these SDK releases is potentially impacted. The issue is confirmed in the open‑source Project CHIP repository at commit ab3d5ae.

Risk and Exploitability

The CVSS score of 7.5 places the vulnerability in the high severity range. With a very low EPSS score (<1%), exploitation is currently considered unlikely, but the remote, unauthenticated trigger makes it a candidate for targeted attacks. The vulnerability is not yet included in CISA’s KEV catalog. An attacker could exploit it by sending a MoveToLevel command followed immediately by a write to the OperationMode attribute, causing the device to crash and lose service.

Generated by OpenCVE AI on July 31, 2026 at 11:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Matter SDK to the latest stable release that includes the fix for the Level Control cluster assertion.
  • If an upgrade cannot be performed at the time, block or disable the MoveToLevel command and any conflicting writes to the Pump Configuration and Control cluster’s OperationMode attribute on the affected device to prevent the assertion from being triggered.
  • Apply network segmentation or firewall rules to limit exposure of the device to external command traffic and monitor device logs for anomalous command sequences until a patch is applied.

Generated by OpenCVE AI on July 31, 2026 at 11:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Title Matter SDK Assertion in Level Control Cluster Leads to Device Denial of Service

Tue, 28 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Level Control Cluster Causes Device Crash via Conflicting Pump Command

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

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Level Control Cluster Causes Device Crash via Conflicting Pump Command

Thu, 23 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
Title Denial of Service via Assertion in Matter SDK Level Control Cluster

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

Type Values Removed Values Added
Title Denial of Service via Assertion in Matter SDK Level Control Cluster

Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-617
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
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 OperationMode attribute (in the Pump Configuration and Control cluster), an invariant check (`minLevel < currentLevel`) fails and causes the device to abort. This leads to a denial of service condition. The issue is confirmed in SDK versions 1.3 and 1.4 (commit ab3d5ae), and is triggered remotely without authentication.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-15T14:27:15.683Z

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

Link: CVE-2025-56361

cve-icon Vulnrichment

Updated: 2026-07-15T14:27:04.173Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:15:05Z

Weaknesses