CVE-2025-56363: A null pointer dereference vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.0, affecting...
A null pointer dereference vulnerability exists in the Matter SDK (connectedhomeip) before 1.4.0, affecting the ReadRevisionAttribute function used in multiple clusters (Channel, Account Login, TargetNavigator, etc.). The function lacks proper validation of the delegate pointer before dereferencing. A remote unauthenticated attacker can exploit this issue by sending a crafted read request, causing the device to crash (denial of service). This issue has been confirmed in SDK version v1.4 (commit ab3d5ae).
Security readout for executives and security teams
Plain-English summary
This CVE can let an unauthenticated remote attacker crash affected Matter-based devices by triggering a null pointer dereference. The business impact is availability, not data theft, but repeated crashes can disrupt connected-device operations and customer trust.
Executive priority
Treat as high priority for environments where Matter devices support critical operations or customer-facing services. The main risk is disruption from remote crashes, not confidentiality loss.
Technical view
The issue is CWE-476 in Matter SDK connectedhomeip ReadRevisionAttribute handling across multiple clusters. The function dereferences a delegate pointer without adequate validation. The CVSS 3.1 vector is network, low complexity, no privileges, no user interaction, with high availability impact only.
Likely exposure
Exposure is likely limited to devices or firmware built with vulnerable connectedhomeip Matter SDK code paths. The source bundle does not identify specific vendors, products, CPEs, or deployed device models, so asset and firmware inventory are required.
Exploitation context
The source states remote unauthenticated crafted read requests can crash a device. CISA KEV status is false in the bundle, and no cited source here confirms active exploitation in the wild.
Researcher notes
The bundle contains a version ambiguity: it says connectedhomeip before 1.4.0 is affected, while also saying the issue was confirmed in SDK v1.4 commit ab3d5ae. Validate fixed versions directly with upstream or vendor guidance.
Mitigation direction
Inventory Matter devices and firmware using connectedhomeip.
Review project-chip issue 39173 and vendor advisories for fixed guidance.
Apply vendor firmware or SDK updates when confirmed available.
Prioritize exposed or operationally critical Matter devices.
Monitor devices for repeated crash or reboot patterns.
Validation and detection
Map device firmware to connectedhomeip SDK versions or commits.
Check whether affected clusters are present in deployed firmware.
Confirm whether vendor guidance references CVE-2025-56363 or issue 39173.
Use logs or monitoring to identify unexplained availability failures.
Do not perform crash testing on production devices.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.