CWE-1342Information Exposure through Microarchitectural State after Transient Execution

PUBLISHEDweakness record
released 2021-10-28 · last modified 2025-12-11

Metadata

CWE ID:
CWE-1342
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2021-10-28
更新日期:
2025-12-11

名称

Information Exposure through Microarchitectural State after Transient Execution

描述

The processor does not properly clear microarchitectural state after incorrect microcode assists or speculative execution, resulting in transient execution.

In many processor architectures an exception, mis-speculation, or microcode assist results in a flush operation to clear results that are no longer required. This action prevents these results from influencing architectural state that is intended to be visible from software. However, traces of this transient execution may remain in microarchitectural buffers, resulting in a change in microarchitectural state that can expose sensitive information to an attacker using side-channel analysis. For example, Load Value Injection (LVI) [REF-1202] can exploit direct injection of erroneous values into intermediate load and store buffers. Several conditions may need to be fulfilled for a successful attack:

常见后果

范围:
Confidentiality, Integrity
影响:
Modify Memory, Read Memory, Execute Unauthorized Code or Commands

相关 CWE