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
No history.
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
