Description
A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.2, specifically within the Level Control cluster's periodic server tick logic. When a MoveToLevel command is sent and immediately followed by a write of OperationMode=2 (in the Pump Configuration and Control cluster), the server tick function violates the assertion `currentLevel < maxLevel`, resulting in a crash. This can be exploited remotely without authentication to cause denial of service. Affected versions include 1.3 and 1.4 (commit ab3d5ae).
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 within the Matter SDK’s Level Control cluster causes a server crash when a MoveToLevel command is followed immediately by a write to OperationMode=2 in the Pump Configuration and Control cluster. This flaw results in the assertion that the current level is less than the maximum level being violated, leading to an unhandled crash. The vulnerability can be exploited remotely without authentication to disrupt the operation of affected Matter devices, potentially impacting the availability of entire smart‑home systems.

Affected Systems

Matter SDK (Project CHIP) versions prior to 1.4.2, including releases 1.3 and 1.4 identified by commit ab3d5ae, are susceptible. The flaw resides in the periodic server tick logic of the Level Control cluster and affects any device implementing this SDK version.

Risk and Exploitability

With a CVSS score of 7.5 and an EPSS score below 1%, the vulnerability poses a moderate‑severe threat but is currently unlikely to be widely exploited. It is not listed in the CISA KEV catalog, indicating no known large‑scale exploits at present. Attackers can trigger the condition remotely by issuing the two specific commands, so the vector is inferred to be network‑based and does not require local or authenticated access.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Matter SDK to version 1.4.2 or later to remove the vulnerable assertion logic
  • Avoid sending a MoveToLevel command immediately before writing OperationMode=2; implement a brief buffer or validation to ensure currentLevel remains below maxLevel before the tick function runs
  • Place affected devices behind a firewall or internal network segment to limit external access, thereby reducing exposure until the patch is applied

Generated by OpenCVE AI on August 1, 2026 at 10:05 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 Reachable Assertion in Matter SDK Enables Unauthenticated Remote Denial of Service

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

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Enables Unauthenticated Remote Denial of Service

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

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

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

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

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

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Causing Remote Denial of Service

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

Type Values Removed Values Added
Title Reachable Assertion in Matter SDK Causing Remote Denial of Service

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 22:30:00 +0000

Type Values Removed Values Added
Description A reachable assertion vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.2, specifically within the Level Control cluster's periodic server tick logic. When a MoveToLevel command is sent and immediately followed by a write of OperationMode=2 (in the Pump Configuration and Control cluster), the server tick function violates the assertion `currentLevel < maxLevel`, resulting in a crash. This can be exploited remotely without authentication to cause denial of service. Affected versions include 1.3 and 1.4 (commit ab3d5ae).
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-15T14:23:19.667Z

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

Link: CVE-2025-56362

cve-icon Vulnrichment

Updated: 2026-07-15T14:23:05.773Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses