A use of uninitialized value vulnerability exists in the...
High severity
Unreviewed
Published
Jul 15, 2026
to the GitHub Advisory Database
•
Updated Jul 15, 2026
Description
Published by the National Vulnerability Database
Jul 14, 2026
Published to the GitHub Advisory Database
Jul 15, 2026
Last updated
Jul 15, 2026
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