|
Weakness ID: 1191
Vulnerability Mapping:
ALLOWED
This CWE ID may be used to map to real-world vulnerabilities
Abstraction: Base Base - a weakness that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource. |
A device's internal information may be accessed through a scan chain of interconnected internal registers, usually through a JTAG interface. The JTAG interface provides access to these registers in a serial fashion in the form of a scan chain for the purposes of debugging programs running on a device. Since almost all information contained within a device may be accessed over this interface, device manufacturers typically insert some form of authentication and authorization to prevent unintended use of this sensitive information. This mechanism is implemented in addition to on-chip protections that are already present.
If authorization, authentication, or some other form of access control is not implemented or not implemented correctly, a user may be able to bypass on-chip protection mechanisms through the debug interface.
Sometimes, designers choose not to expose the debug pins on the motherboard. Instead, they choose to hide these pins in the intermediate layers of the board. This is primarily done to work around the lack of debug authorization inside the chip. In such a scenario (without debug authorization), when the debug interface is exposed, chip internals are accessible to an attacker.
This table specifies different individual consequences
associated with the weakness. The Scope identifies the application security area that is
violated, while the Impact describes the negative technical impact that arises if an
adversary succeeds in exploiting this weakness. The Likelihood provides information about
how likely the specific consequence is expected to be seen relative to the other
consequences in the list. For example, there may be high likelihood that a weakness will be
exploited to achieve a certain impact, but a low likelihood that it will be exploited to
achieve a different impact.
| Impact | Details |
|---|---|
|
Read Application Data |
Scope: Confidentiality Likelihood: High |
|
Read Memory |
Scope: Confidentiality Likelihood: High |
|
Execute Unauthorized Code or Commands |
Scope: Authorization Likelihood: High |
|
Modify Memory |
Scope: Integrity Likelihood: High |
|
Modify Application Data |
Scope: Integrity Likelihood: High |
|
Bypass Protection Mechanism |
Scope: Access Control Likelihood: High |
| Phase(s) | Mitigation |
|---|---|
|
Architecture and Design |
Strategy: Separation of Privilege
If feasible, the manufacturer should disable the JTAG interface or implement authentication and authorization for the JTAG interface. If authentication logic is added, it should be resistant to timing attacks. Security-sensitive data stored in registers, such as keys, etc. should be cleared when entering debug mode.
Effectiveness: High |
This table shows the weaknesses and high level categories that are related to this
weakness. These relationships are defined as ChildOf, ParentOf, MemberOf and give insight to
similar items that may exist at higher and lower levels of abstraction. In addition,
relationships such as PeerOf and CanAlsoBe are defined to show similar weaknesses that the user
may want to explore.
Relevant to the view "Research Concepts" (View-1000)
| Nature | Type | ID | Name |
|---|---|---|---|
| ChildOf |
|
284 | Improper Access Control |
| PeerOf |
|
1263 | Improper Physical Access Control |
Relevant to the view "Hardware Design" (View-1194)
| Nature | Type | ID | Name |
|---|---|---|---|
| MemberOf |
|
1207 | Debug and Test Problems |
| PeerOf |
|
1299 | Missing Protection Mechanism for Alternate Hardware Interface |
The different Modes of Introduction provide information
about how and when this
weakness may be introduced. The Phase identifies a point in the life cycle at which
introduction
may occur, while the Note provides a typical scenario related to introduction during the
given
phase.
| Phase | Note |
|---|---|
| Architecture and Design | |
| Implementation |
This listing shows possible areas for which the given
weakness could appear. These
may be for specific named Languages, Operating Systems, Architectures, Paradigms,
Technologies,
or a class of such platforms. The platform is listed along with how frequently the given
weakness appears for that instance.
| Languages |
Class: Not Language-Specific (Undetermined Prevalence) | ||
| Operating Systems |
Class: Not OS-Specific (Undetermined Prevalence) | ||
| Architectures |
Class: Not Architecture-Specific (Undetermined Prevalence) | ||
| Technologies |
Class: Not Technology-Specific (Undetermined Prevalence) | ||
| Reference | Description |
|---|---|
| Ordinality | Description |
|---|---|
|
Primary
|
(where the weakness exists independent of other weaknesses)
|
| Method | Details |
|---|---|
|
Dynamic Analysis with Manual Results Interpretation |
Authentication and authorization of debug and test interfaces should be part of the architecture and design review process. Withholding of private register documentation from the debug and test interface public specification ("Security by obscurity") should not be considered as sufficient security. |
|
Dynamic Analysis with Manual Results Interpretation |
Dynamic tests should be done in the pre-silicon and post-silicon stages to verify that the debug and test interfaces are not open by default. |
|
Fuzzing |
Tests that fuzz Debug and Test Interfaces should ensure that no access without appropriate authentication and authorization is possible.
Effectiveness: Moderate |
This MemberOf Relationships table shows additional CWE Categories and Views that
reference this weakness as a member. This information is often useful in understanding where a
weakness fits within the context of external information sources.
| Nature | Type | ID | Name |
|---|---|---|---|
| MemberOf | 1343 | Weaknesses in the 2021 CWE Most Important Hardware Weaknesses List | |
| MemberOf | 1396 | Comprehensive Categorization: Access Control | |
| MemberOf | 1432 | Weaknesses in the 2025 CWE Most Important Hardware Weaknesses List |
| Usage |
ALLOWED
(this CWE ID may be used to map to real-world vulnerabilities)
|
| Reason | Acceptable-Use |
|
Rationale |
This CWE entry is at the Base level of abstraction, which is a preferred level of abstraction for mapping to the root causes of vulnerabilities. |
|
Comments |
Carefully read both the name and description to ensure that this mapping is an appropriate fit. Do not try to 'force' a mapping to a lower-level Base/Variant simply to comply with this preferred level of abstraction. |
Relationship
Submissions |
|||
|---|---|---|---|
| Submission Date | Submitter | Organization | |
|
2019-10-15
(CWE 4.0, 2020-02-24) |
Arun Kanuparthi, Hareesh Khattri, Parbati Kumar Manna, Narasimha Kumar V Mangipudi | Intel Corporation | |
Contributions |
|||
| Contribution Date | Contributor | Organization | |
| 2023-06-21 | Shaza Zeitouni, Mohamadreza Rostami, Pouya Mahmoody, Ahmad-Reza Sadeghi | Technical University of Darmstadt | |
| suggested demonstrative example | |||
| 2023-06-21 | Rahul Kande, Chen Chen, Jeyavijayan Rajendran | Texas A&M University | |
| suggested demonstrative example | |||
| 2021-10-27 | Arun Kanuparthi | Intel Corporation | |
| suggested additional detail in extended description | |||
| 2021-10-22 | Hareesh Khattri | Intel Corporation | |
| clarified differences between CWE-1191 and CWE-1244 | |||
| 2021-10-20 | Narasimha Kumar V Mangipudi | Lattice Semiconductor | |
| reviewed content changes | |||
| 2021-10-18 | Parbati K. Manna | Intel Corporation | |
| provided detection methods | |||
Modifications |
|||
| Modification Date | Modifier | Organization | |
|
2025-09-09
(CWE 4.18, 2025-09-09) |
CWE Content Team | MITRE | |
| updated References, Relationships | |||
|
2023-10-26
(CWE 4.13, 2023-10-26) |
CWE Content Team | MITRE | |
| updated Demonstrative_Examples, References | |||
|
2023-06-29
(CWE 4.12, 2023-06-29) |
CWE Content Team | MITRE | |
| updated Mapping_Notes | |||
|
2023-04-27
(CWE 4.11, 2023-04-27) |
CWE Content Team | MITRE | |
| updated References, Relationships | |||
|
2022-10-13
(CWE 4.9, 2022-10-13) |
CWE Content Team | MITRE | |
| updated Description, Related_Attack_Patterns | |||
|
2022-04-28
(CWE 4.7, 2022-04-28) |
CWE Content Team | MITRE | |
| updated Related_Attack_Patterns | |||
|
2021-10-28
(CWE 4.6, 2021-10-28) |
CWE Content Team | MITRE | |
| updated Demonstrative_Examples, Description, Detection_Factors, Maintenance_Notes, Name, Potential_Mitigations, Relationship_Notes, Relationships, Weakness_Ordinalities | |||
|
2021-03-15
(CWE 4.4, 2021-03-15) |
CWE Content Team | MITRE | |
| updated Maintenance_Notes | |||
|
2020-08-20
(CWE 4.2, 2020-08-20) |
CWE Content Team | MITRE | |
| updated Applicable_Platforms, Demonstrative_Examples, Description, Name, Potential_Mitigations, Related_Attack_Patterns, Relationships | |||
|
2020-06-25
(CWE 4.1, 2020-06-25) |
CWE Content Team | MITRE | |
| updated Applicable_Platforms, Common_Consequences, Demonstrative_Examples, Description, Name, References, Relationships | |||
Previous Entry Names |
|||
| Change Date | Previous Entry Name | ||
| 2021-10-28 | Exposed Chip Debug and Test Interface With Insufficient or Missing Authorization | ||
| 2020-08-20 | Exposed Chip Debug and or Test Interface With Insufficient Access Control | ||
| 2020-02-26 | Exposed Chip Debug Interface With Insufficient Access Control | ||
|
Use of the Common Weakness Enumeration (CWE™) and the associated references from this website are subject to the Terms of Use. CWE is sponsored by the U.S. Department of Homeland Security (DHS) Cybersecurity and Infrastructure Security Agency (CISA) and managed by the Homeland Security Systems Engineering and Development Institute (HSSEDI) which is operated by The MITRE Corporation (MITRE). Copyright © 2006–2026, The MITRE Corporation. CWE, CWSS, CWRAF, and the CWE logo are trademarks of The MITRE Corporation. |
||
