BMC Firmware Tampering Detection via Runtime Hash Comparison

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Information handling systems often fail to detect firmware tampering in a timely manner, leading to potential system crashes and extended downtime, as attacks may go undetected until the next boot cycle, which can occur weeks or months later.

Innovation Solution

Implementing a method using a board management controller (BMC) to periodically compare hashes of current firmware images with previously stored initial hashes, generating an error message and logging any discrepancies to identify tampered data, thereby detecting and alerting to memory content tampering during runtime.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If firmware tampering detection is performed only during the next boot cycle, then the detection method is simple and does not require additional runtime resources, but the detection delay is extended to weeks or months

Engineering Contradiction:
Improvedetection delayVSAvoiddetection system complexity
Core Design Contradiction:
Loss of timeVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by computing and storing hash values of firmware images during the boot process before the system enters runtime operation. These pre-computed hash values are stored in secure memory for later comparison during runtime, enabling rapid tampering detection without requiring complex real-time analysis of firmware contents.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses copying by creating hash value representations of the firmware images and storing these copies in secure memory. Instead of analyzing the actual firmware contents during runtime, the system compares these hash copies, which are much smaller and faster to process, thereby reducing detection time and resource requirements.

Inventive Principle:
Principle #26Copying

2Reliability

If firmware tampering is detected during runtime, then immediate response is possible reducing downtime, but additional processing resources and complexity are required

Engineering Contradiction:
Improvesystem availabilityVSAvoidBMC firmware complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies self-service by implementing an automated runtime detection mechanism where the BMC independently computes hash values of current firmware images, compares them against stored baseline hashes, and generates alerts or takes corrective actions without requiring external intervention. This self-monitoring capability ensures continuous system availability by detecting tampering immediately.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent implements feedback by establishing a closed-loop detection system where runtime hash comparisons provide continuous feedback about firmware integrity. When tampering is detected, the system generates alerts and can trigger remediation actions, creating a feedback mechanism that maintains system reliability through active monitoring and response.

Inventive Principle:
Principle #23Feedback

3Speed

If hash comparison is performed periodically during runtime, then tampering detection speed is improved, but additional processing cycles and energy consumption increase

Engineering Contradiction:
Improvetampering detection speedVSAvoidBMC energy consumption
Core Design Contradiction:
SpeedVSUse of energy by moving object

Solution Approach 1:

The patent applies periodic action by scheduling hash comparisons at specific intervals during runtime rather than continuously monitoring firmware. This periodic approach balances detection speed with resource consumption by performing computations only at predetermined intervals, reducing energy usage while maintaining effective tampering detection capability.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS10467439B2Detecting tampering of memory contents in an information handling system
Publication Date: 2019.11.05 DELL PROD LP
  • US10467439B2 patent drawing
  • US10467439B2 patent drawing
  • US10467439B2 patent drawing

AI summary

A method, an information handling system (IHS) and a detection system for detecting tampering of memory contents. The method includes retrieving, via a board management controller (BMC), from a first memory device, a first hash associated with current first data such as a firmware image stored on the first memory device and retrieving, from a second memory device, a previously stored second hash associated with initial first data. The method further includes determining if the first hash and the second hash match. In response to the first hash and the second hash not matching, an error message is generated which indicates that the current first data of the first memory device has been tampered with. The error message is stored to an error log. The error message identifies the specific current first data and/or firmware image that has been tampered with. The method repeats periodically during runtime.