CWE一覧に戻る
CWE-1310

ROMコードのパッチ機能の欠落

Missing Ability to Patch ROM Code
脆弱性 レビュー中
JA

ROMコードにパッチを当てる機能を欠くと、システムやシステムオンチップ(SoC)が脆弱な状態になる可能性がある。

RoT(Root-of-Trust)のようなセキュリティ・メカニズムを利用したブート・プロセスを実装するシステムまたはシステム・オン・チップ(SoC)は、通常、ROM(Read-on-Memory)コンポーネントからコードを実行することから始まります。ROMのコードは不変であるため、ROMのコードに発見されたセキュリティの脆弱性は、すでに使用されているシステムでは決して修正することができません。

よくある弱点は、システム出荷後にセキュリティ脆弱性が発覚しても、ROMにはパッチを当てる機能がないことだ。 このため、敵がSoCを危険にさらす可能性がある脆弱な状態にシステムが放置される。

EN

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.

Scope: Other / Impact: Varies by Context; Reduce Maintainability
Secure patch support to allow ROM code to be patched on the next boot.
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.
MITRE公式ページ — CWE-1310