CWE一覧に戻る
CWE-1334

不正なエラー・インジェクションはハードウェアの冗長性を低下させる可能性がある

Unauthorized Error Injection Can Degrade Hardware Redundancy
脆弱性 レビュー中
JA

不正なエージェントは、冗長ブロックにエラーを注入し、システムから冗長性を奪ったり、システムを劣化した動作モードにしたりすることができる。

特定のコンポーネントの性能と機能的な信頼性を確保するために、ハードウェア設計者は、他のコンポーネントが故障した場合に備えて、冗長性のあるハードウェア・ブロックを実装することができます。この冗長ブロックは、不正なエージェントがエラーを注入できるように設計されていると、意図したとおりに機能しなくなる可能性があります。このように、エラーが注入されたパスは、冗長チャネルとして使用できなくなる可能性があります。これによって、システムはその後の攻撃によって悪用される可能性のある劣化した動作モードに陥るかもしれない。

EN

An unauthorized agent can inject errors into a redundant block to deprive the system of redundancy or put the system in a degraded operating mode.

To ensure the performance and functional reliability of certain components, hardware designers can implement hardware blocks for redundancy in the case that others fail. This redundant block can be prevented from performing as intended if the design allows unauthorized agents to inject errors into it. In this way, a path with injected errors may become unavailable to serve as a redundant channel. This may put the system into a degraded mode of operation which could be exploited by a subsequent attack.

Scope: Integrity, Availability / Impact: DoS: Crash, Exit, or Restart; DoS: Instability; Quality Degradation; DoS: Resource Consumption (CPU); DoS: Resource Consumption (Memory); DoS: Resource Consumption (Other); Reduce Performance; Reduce Reliability; Unexpected State
Ensure the design does not allow error injection in modes intended for normal run-time operation. Provide access controls on interfaces for injecting errors.
Disallow error injection in modes which are expected to be used for normal run-time operation. Provide access controls on interfaces for injecting errors.
Add an access control layer atop any unprotected interfaces for injecting errors.
MITRE公式ページ — CWE-1334