Umbra Wiki weakness weakness/CWE-1310
Back to wiki

CWE-1310 — Missing Ability to Patch ROM Code

provenance: imported · CWE: CWE-1310

CWE-1310: Missing Ability to Patch ROM Code

MITRE CWE weakness

Kind Weakness
Abstraction Base
Status Draft
Likelihood of exploit

Description

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.

Common consequences

  • Other: Varies by Context, Reduce Maintainability

Mitigations

Architecture and Design — Secure patch support to allow ROM code to be patched on the next boot.

Architecture and Design — Support patches that can be programmed in-field or during manufacturing through hardware fuses. This feature can be used for limited patching of devices after shipping, or for the next batch of silicon devices manufactured, without changing the full device ROM.

References

  • CWE page: https://cwe.mitre.org/data/definitions/1310.html
  • CWE list: https://cwe.mitre.org/data/index.html