CWE-1310: Missing Ability to Patch ROM Code

ID CWE-1310
Abstraction Base
Structure Simple
Status Draft
Missing an ability to patch ROM code may leave a System or System-on-Chip (SoC) in a vulnerable state.

A System or System-on-Chip (SoC) that implements a boot process utilizing security mechanisms such as Root-of-Trust (RoT) typically starts by executing code from a Read-only-Memory (ROM) component. The code in ROM is immutable, hence any security vulnerabilities discovered in the ROM code can never be fixed for the systems that are already in use.

A common weakness is that the ROM does not have the ability to patch if security vulnerabilities are uncovered after the system gets shipped. This leaves the system in a vulnerable state where an adversary can compromise the SoC.

Modes of Introduction

Phase Note
Architecture and Design This issue could be introduced during hardware architecture and design and can be identified later during Testing.
Implementation This issue could be introduced during implementation and can be identified later during Testing.
Integration This issue could be introduced during integration and can be identified later during Testing.
Manufacturing This issue could be introduced during manufacturing and can be identified later during Testing.

Applicable Platforms

Type Class Name Prevalence
Language Not Language-Specific
Operating_system Not OS-Specific
Architecture Not Architecture-Specific
Technology System on Chip

Relationships

View Weakness
# ID View Status # ID Name Abstraction Structure Status
CWE-1000 Research Concepts Draft CWE-1329 Reliance on Component That is Not Updateable Base Simple Incomplete

Common Attack Pattern Enumeration and Classification (CAPEC)

The Common Attack Pattern Enumeration and Classification (CAPECâ„¢) effort provides a publicly available catalog of common attack patterns that helps users understand how adversaries exploit weaknesses in applications and other cyber-enabled capabilities.

CAPEC at Mitre.org
# ID Name Weaknesses
CAPEC-682 Exploitation of Firmware or ROM Code with Unpatchable Vulnerabilities CWE-1310
Loading...
Loading...