CWE-1276 — Hardware Child Block Incorrectly Connected to Parent System
CWE-1276: Hardware Child Block Incorrectly Connected to Parent System
MITRE CWE weakness
| Kind | Weakness |
| Abstraction | Base |
| Status | Incomplete |
| Likelihood of exploit | — |
Description
Signals between a hardware IP and the parent system design are incorrectly connected causing security risks.
Individual hardware IP must communicate with the parent system in order for the product to function correctly and as intended. If implemented incorrectly, while not causing any apparent functional issues, may cause security issues. For example, if the IP should only be reset by a system-wide hard reset, but instead the reset input is connected to a software-triggered debug mode reset (which is also asserted during a hard reset), integrity of data inside the IP can be violated.
Common consequences
- Confidentiality, Integrity, Availability: Varies by Context
Mitigations
Testing — System-level verification may be used to ensure that components are correctly connected and that design security requirements are not violated due to interactions between various IP blocks.
References
- CWE page: https://cwe.mitre.org/data/definitions/1276.html
- CWE list: https://cwe.mitre.org/data/index.html