CVE Catalog

CVE-2025-56364

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

25th percentile - higher than 25% of all known CVEs

Summary

A use of uninitialized value vulnerability exists in the Matter SDK (connectedhomeip) before version 1.4.0. The `GetDestinationGroupId().Value()` method is called without checking if a value exists, leading to a crash when an InvokeCommand is sent without initializing the destination group ID.

Risk Assessment

An attacker can cause a denial of service (DoS) by sending a crafted InvokeCommand request, resulting in application crash (SIGABRT) and potential disruption of Matter-based IoT devices.

Recommendation

Immediately update the Matter SDK to version 1.4.0 or later, which includes a fix adding a .HasValue() check before accessing the value.

Other vulnerabilities in Matter SDK

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS