CWE-1264Hardware Logic with Insecure De-Synchronization between Control and Data Channels

PUBLISHEDweakness record
released 2020-02-24 · last modified 2023-06-29

Metadata

CWE ID:
CWE-1264
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2020-02-24
更新日期:
2023-06-29

名称

Hardware Logic with Insecure De-Synchronization between Control and Data Channels

描述

The hardware logic for error handling and security checks can incorrectly forward data before the security check is complete.

Many high-performance on-chip bus protocols and processor data-paths employ separate channels for control and data to increase parallelism and maximize throughput. Bugs in the hardware logic that handle errors and security checks can make it possible for data to be forwarded before the completion of the security checks. If the data can propagate to a location in the hardware observable to an attacker, loss of data confidentiality can occur. 'Meltdown' is a concrete example of how de-synchronization between data and permissions checking logic can violate confidentiality requirements. Data loaded from a page marked as privileged was returned to the CPU regardless of current privilege level for performance reasons. The assumption was that the CPU could later remove all traces of this data during the handling of the illegal memory access exception, but this assumption was proven false as traces of the secret data were not removed from the microarchitectural state.

常见后果

范围:
Confidentiality
影响:
Read Memory, Read Application Data

相关 CWE