CWE-1272Sensitive Information Uncleared Before Debug/Power State Transition

PUBLISHEDweakness record
released 2020-02-24 · last modified 2025-09-09

Metadata

CWE ID:
CWE-1272
摘要:
Base
结构:
Simple
状态:
Stable
发布日期:
2020-02-24
更新日期:
2025-09-09

名称

Sensitive Information Uncleared Before Debug/Power State Transition

描述

The product performs a power or debug state transition, but it does not clear sensitive information that should no longer be accessible due to changes to information access restrictions.

A device or system frequently employs many power and sleep states during its normal operation (e.g., normal power, additional power, low power, hibernate, deep sleep, etc.). A device also may be operating within a debug condition. State transitions can happen from one power or debug state to another. If there is information available in the previous state which should not be available in the next state and is not properly removed before the transition into the next state, sensitive information may leak from the system.

常见后果

范围:
Confidentiality, Integrity, Availability, Access Control, Accountability, Authentication, Authorization, Non-Repudiation
影响:
Read Memory, Read Application Data
注释:
Sensitive information may be used to unlock additional capabilities of the device and take advantage of hidden functionalities which could be used to compromise device security.

相关 CWE