A use of uninitialized value vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.0, where the `GetDestinationGroupId().Value()` method is called without first checking whether a value exists. This leads to a crash when an InvokeCommand is sent without initializing the destination group ID. The issue affects all versions before commit 0360cc3 (Dec 5, 2024) and leads to denial of service through SIGABRT. It is fixed by adding a .HasValue() check before access.
References
| Link | Resource |
|---|---|
| https://github.com/project-chip/connectedhomeip/ | Product |
| https://github.com/project-chip/connectedhomeip/issues/36711 | Issue Tracking |
| https://github.com/project-chip/connectedhomeip/pull/36729 | Patch |
| https://github.com/project-chip/connectedhomeip/issues/36711 | Issue Tracking |
Configurations
History
17 Jul 2026, 03:00
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Csa-iot
Csa-iot matter |
|
| CPE | cpe:2.3:a:csa-iot:matter:*:*:*:*:*:*:*:* | |
| References | () https://github.com/project-chip/connectedhomeip/ - Product | |
| References | () https://github.com/project-chip/connectedhomeip/issues/36711 - Issue Tracking | |
| References | () https://github.com/project-chip/connectedhomeip/pull/36729 - Patch |
15 Jul 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
| CWE | CWE-457 | |
| References | () https://github.com/project-chip/connectedhomeip/issues/36711 - |
14 Jul 2026, 23:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-14 23:17
Updated : 2026-07-17 03:00
NVD link : CVE-2025-56364
Mitre link : CVE-2025-56364
CVE.ORG link : CVE-2025-56364
JSON object : View
Products Affected
csa-iot
- matter
CWE
CWE-457
Use of Uninitialized Variable
