A medical device company is designing a connected infusion pump deployed in hospital environments. To protect against malicious firmware modifications and unauthorized code execution during startup, the device must verify the signature of the boot loader using a cryptographic key burned into immutable hardware during manufacturing. Which hardware-based security control establishes this initial unalterable anchor for cryptographic boot chain verification?
- Hardware Root of TrustAnswer
- BNetwork Intrusion Prevention System
- CBaseboard Management Controller
- DSymmetric Bulk Key Store
Answer
Hardware Root of Trust provides the unalterable hardware anchor required to verify digital signatures during the boot process.
The Hardware Root of Trust is an inherently trusted hardware component (such as immutable ROM or write-once eFuses) that holds the cryptographic key or hash used to initiate the secure boot process. Because it cannot be altered by software or firmware updates, it serves as the ultimate anchor of trust for verifying subsequent stages of execution.
Step-by-Step Solution
Key Concept
Hardware Root of Trust and Secure Boot Validation