CVE-2025-56364

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:csa-iot:matter:*:*:*:*:*:*:*:*

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