Secure Boot Firmware Authentication via Root of Trust

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Information handling systems face security risks due to the need for original equipment manufacturer (OEM) private encryption keys, which can be inaccessible to original design manufacturers (ODM) developers, potentially leading to backdoors and security breaches if development firmware is leaked or compromised.

Innovation Solution

Implementing a secure boot process that uses a root of trust anchored in a non-volatile memory medium, where a root certificate verifies subordinate certificates and firmware volumes, ensuring only valid firmware is executed by matching hash values and revoking compromised certificates, eliminating the need for backdoors and securing firmware development.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If OEM private encryption keys are used for firmware authentication, then firmware security is improved, but accessibility for ODM developers deteriorates, potentially leading to backdoors and security breaches

Engineering Contradiction:
Improvefirmware securityVSAvoiddeveloper accessibility
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

A secure boot process is introduced as an intermediary mechanism between the firmware and the authentication system. The secure boot process uses a root of trust anchored in non-volatile memory to verify firmware authenticity without requiring ODM developers to access sensitive OEM private encryption keys. This mediator enables secure firmware execution while maintaining developer accessibility through standardized authentication interfaces.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The authentication system is segmented into multiple components: a root of trust anchored in non-volatile memory, a secure boot process, and firmware authentication mechanisms. This segmentation separates the sensitive key storage from the development process, allowing developers to work with firmware images without needing access to private encryption keys, while still ensuring security through the segmented authentication architecture.

Inventive Principle:
Principle #1Segmentation

2Ease of manufacture

If development firmware is made accessible to ODM developers, then ease of firmware development is improved, but security risk increases due to potential leakage or compromise

Engineering Contradiction:
Improvefirmware development accessibilityVSAvoidsecurity risk from firmware leakage
Core Design Contradiction:
Ease of manufactureVSObject-affected harmful factors

Solution Approach 1:

The secure boot process performs preliminary authentication of firmware before execution. Firmware images are authenticated against the root of trust anchored in non-volatile memory before being loaded into memory for execution. This preliminary action ensures that even if development firmware is leaked or compromised, it cannot be executed without proper authentication, thereby preventing security breaches while maintaining developer accessibility.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system converts the potential harm of firmware accessibility into a benefit by using the same accessible firmware images for both development and secure execution. The secure boot process transforms the risk of firmware leakage into an opportunity to demonstrate security, as any leaked firmware can be automatically detected and rejected by the authentication mechanism, while legitimate firmware executes normally.

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

3Device complexity

If traditional boot processes are used without root of trust anchoring, then device complexity is reduced, but security against malicious updates deteriorates

Engineering Contradiction:
Improveboot process simplicityVSAvoidprotection against malicious updates
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The secure boot process merges the traditional boot process with authentication mechanisms in a unified flow. The root of trust is anchored in the existing non-volatile memory, and the secure boot process integrates authentication checks into the standard boot sequence without requiring separate hardware security modules or complex key management systems. This merging maintains relative simplicity while adding robust protection against malicious updates.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system implements self-service authentication where the firmware authenticates itself against the root of trust anchored in non-volatile memory during the boot process. This self-service mechanism eliminates the need for external authentication servers or complex manual verification procedures, maintaining boot process simplicity while ensuring security against malicious updates through automated cryptographic verification.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11809567B2System and method of authenticating firmware for an information handling system
Publication Date: 2023.11.07 DELL PROD LP
  • US11809567B2 patent drawing
  • US11809567B2 patent drawing
  • US11809567B2 patent drawing

AI summary

In one or more embodiments, one or more systems, one or more methods, and/or one or more processes may retrieve a first hash value of a key manifest public key from a one time programmable memory medium; determine a second hash value of the key manifest public key; retrieve a third hash value of an initial boot block from the boot policy manifest; determine a fourth hash value of the initial boot block; determine that the third hash matches the fourth hash value; execute the initial boot block; validate subordinate certificates with a root certificate; determine firmware hash values respectively from the firmware volumes; decrypt signatures respectively associated with the firmware volumes to obtain respective decrypted signatures, in which the signatures are decrypted with public encryption keys of the respective subordinate certificates; determine that the firmware hash values respectively match the decrypted signatures; and execute the firmware volumes.