CWE Database
/

CWE-1283

Back to CWE list

CWE-1283

Mutable Attestation or Measurement Reporting Data

Base
Incomplete

Description

The register contents used for attestation or measurement reporting data to verify boot flow are modifiable by an adversary.

{"xhtml:p":["A System-on-Chip (SoC) implements secure boot or verified boot. During this boot flow, the SoC often measures the code that it authenticates. The measurement is usually done by calculating the one-way hash of the code binary and extending it to the previous hash. The hashing algorithm should be a Secure One-Way hash function. The final hash, i.e., the value obtained after the completion of the boot flow, serves as the measurement data used in reporting or in attestation. The calculated hash is often stored in registers that can later be read by the party of interest to determine tampering of the boot flow. A common weakness is that the contents in these registers are modifiable by an adversary, thus spoofing the measurement."]}

Parent Weaknesses (ChildOf)

Common Consequences

Scope

Confidentiality

Impact

Read Memory, Read Application Data

Potential Mitigations

Architecture and Design

Measurement data should be stored in registers that are read-only or otherwise have access controls that prevent modification by an untrusted agent.

Applicable Platforms

Not Language-Specific

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now