CWE-1244Internal Asset Exposed to Unsafe Debug Access Level or State

PUBLISHEDweakness record
released 2020-02-24 · last modified 2025-12-11

Metadata

CWE ID:
CWE-1244
Abstraction:
Base
Structure:
Simple
Status:
Stable
Release Date:
2020-02-24
Latest Modification Date:
2025-12-11

Weakness Name

Internal Asset Exposed to Unsafe Debug Access Level or State

Description

The product uses physical debug or test interfaces with support for multiple access levels, but it assigns the wrong debug access level to an internal asset, providing unintended access to the asset from untrusted debug agents.

Debug authorization can have multiple levels of access, defined such that different system internal assets are accessible based on the current authorized debug level. Other than debugger authentication (e.g., using passwords or challenges), the authorization can also be based on the system state or boot stage. For example, full system debug access might only be allowed early in boot after a system reset to ensure that previous session data is not accessible to the authenticated debugger.

Common Consequences

Scope:
Confidentiality
Impact:
Read Memory
Notes:
If a protection mechanism does not ensure that internal assets have the correct debug access level during each boot stage or change in system state, an attacker could obtain sensitive information from the internal asset using a debugger.
Scope:
Integrity
Impact:
Modify Memory
Scope:
Authorization, Access Control
Impact:
Gain Privileges or Assume Identity, Bypass Protection Mechanism

Related Weaknesses