Semiconductor Defects in Hardware Logic with Security-Sensitive Implications

Incomplete Base
Structure: Simple
Description

A security-critical hardware component contains physical flaws in its semiconductor material, which can cause it to malfunction and undermine its security features.

Extended Description

Semiconductor defects are physical imperfections in a chip that can arise from manufacturing errors, material aging, or operation under extreme stress. Common causes include failures in the packaging, wire bonds, metal layers (like corrosion or electromigration), or the silicon oxide layer itself. These defects typically force specific internal signals, inputs, or outputs to become permanently stuck at a logical high (1) or low (0) state, preventing them from switching correctly. When these stuck-at faults occur within a hardware module responsible for security functions—such as encryption, secure boot, or key storage—the module can no longer operate as designed. This failure can directly compromise the device's security objectives, allowing for bypasses, data leakage, or a complete loss of security guarantees. Understanding these failure modes is crucial for designing robust hardware with appropriate safeguards and testing.

Common Consequences 1
Scope: AvailabilityAccess Control

Impact: DoS: Instability

Potential Mitigations 2
Phase: Testing
While semiconductor-manufacturing companies implement several mechanisms to continuously improve the semiconductor manufacturing process to ensure reduction of defects, some defects can only be fixed after manufacturing. Post-manufacturing testing of silicon die is critical. Fault models such as stuck-at-0 or stuck-at-1 must be used to develop post-manufacturing test cases and achieve good coverage. Once the silicon packaging is done, extensive post-silicon testing must be performed to ensure that hardware logic implementing security functionalities is defect-free.
Phase: Operation
Operating the hardware outside device specification, such as at extremely high temperatures, voltage, etc., accelerates semiconductor degradation and results in defects. When these defects manifest as faults in security-critical, hardware modules, it results in compromise of security guarantees. Thus, operating the device within the specification is important.
Demonstrative Examples 1
The network-on-chip implements a firewall for access control to peripherals from all IP cores capable of mastering transactions.

Code Example:

Bad
Other
other
Post-manufacture testing must be performed to ensure that hardware logic implementing security functionalities is defect-free.
References 2
Why Chips Die
Brian Bailey
ID: REF-1067
What causes semiconductor devices to fail
V. Lakshminarayan
Original(2023-04-07)
ID: REF-1068
Applicable Platforms
Languages:
Not Language-Specific : Undetermined
Technologies:
Not Technology-Specific : Undetermined
Modes of Introduction
Manufacturing
Operation
Related Weaknesses