CWE Database
/

CWE-1298

Back to CWE list

CWE-1298

Hardware Logic Contains Race Conditions

Base
Draft

Description

A race condition in the hardware logic results in undermining security guarantees of the system.

{"xhtml:p":["A race condition in logic circuits typically occurs when a logic gate gets inputs from signals that have traversed different paths while originating from the same source. Such inputs to the gate can change at slightly different times in response to a change in the source signal. This results in a timing error or a glitch (temporary or permanent) that causes the output to change to an unwanted state before settling back to the desired state. If such timing errors occur in access control logic or finite state machines that are implemented in security sensitive flows, an attacker might exploit them to circumvent existing protections."]}

Common Consequences

Scope

Access Control

Impact

Bypass Protection Mechanism, Gain Privileges or Assume Identity, Alter Execution Logic

Potential Mitigations

Architecture and Design

Adopting design practices that encourage designers to recognize and eliminate race conditions, such as Karnaugh maps, could result in the decrease in occurrences of race conditions.

Implementation

Logic redundancy can be implemented along security critical paths to prevent race conditions. To avoid metastability, it is a good practice in general to default to a secure state in which access is not given to untrusted agents.

Applicable Platforms

Verilog
VHDL

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