An enterprise data center security team is deploying new high-density rack servers equipped with Baseboard Management Controllers (BMCs). To protect against persistent firmware-level compromise, the security architect must ensure that the BMC initial boot code cannot be altered and that attackers cannot downgrade the firmware to a previously signed version containing known security vulnerabilities. Which of the following hardware security mechanisms should the architect specify to fulfill these requirements?
- Hardware Root of Trust anchored in One-Time Programmable (OTP) eFuses with anti-rollback version trackingAnswer
- BInline network intrusion prevention system (NIPS) configured to inspect and drop unapproved firmware flashing payloads
- CContinuous SIEM event log monitoring and alert rules targeting unauthorized management portal access
- DAES-256 symmetric encryption keys stored in flash memory to decrypt incoming firmware binaries prior to installation
Answer
Hardware Root of Trust anchored in One-Time Programmable (OTP) eFuses with anti-rollback version tracking
Establishing a hardware Root of Trust (RoT) anchored in One-Time Programmable (OTP) eFuses ensures that the initial boot code validation key is burned directly into silicon during manufacturing and cannot be altered. When combined with eFuse-backed anti-rollback version counters, the processor compares the version number of any incoming firmware against the hardware counter. If an attacker attempts to flash an older, vulnerable firmware version (even if validly signed by the vendor in the past), the hardware anti-rollback check fails and halts execution.
Step-by-Step Solution
Key Concept
Hardware Root of Trust and Anti-Rollback Protection
Estimated Time:1m 30s