CWE一覧に戻る
CWE-1259

セキュリティ・トークンの割り当ての不適切な制限

Improper Restriction of Security Token Assignment
脆弱性 作成中
JA

System-On-A-Chip (SoC)は、あるエンティティからトランザクションが発信されたときに、どのようなアクションが許可され るか、あるいは許可されないかを区別するために、Security Tokenメカニズムを実装している。しかしながら、セキュリティ・トークンは不適切に保護されています。

System-On-A-Chip (集積回路とハードウェアエンジン)は、どのアクションがどのエージェントに由来するかを区別し識別するために、セキュリティトークンを実装します。これらのアクションは、ディレクティブの一つかもしれません:読み取り」、「書き込み」、「プログラム」、「リセット」、「フェッチ」、「計算」などです。セキュリティトークンは、アクションを生成したり、他のエージェントからアクションを受け取ることができる、システム内のすべてのエージェントに割り当てられます。複数のセキュリ ティ・トークンがエージェントに割り当てられ、エージェントの信頼レベルや許可された権限に基づいて一意であるこ とがあります。セキュリティトークンは SoC のセキュリティ維持に不可欠であるため、適切に保護される必要があります。セキュリティトークンを悩ませる一般的な弱点は、信頼されたコンポーネントへの割り当てを不適切に制限することです。

EN

The System-On-A-Chip (SoC) implements a Security Token mechanism to differentiate what actions are allowed or disallowed when a transaction originates from an entity. However, the Security Tokens are improperly protected.

Systems-On-A-Chip (Integrated circuits and hardware engines) implement Security Tokens to differentiate and identify which actions originated from which agent. These actions may be one of the directives: 'read', 'write', 'program', 'reset', 'fetch', 'compute', etc. Security Tokens are assigned to every agent in the System that is capable of generating an action or receiving an action from another agent. Multiple Security Tokens may be assigned to an agent and may be unique based on the agent's trust level or allowed privileges. Since the Security Tokens are integral for the maintenance of security in an SoC, they need to be protected properly. A common weakness afflicting Security Tokens is improperly restricting the assignment to trusted components.

Scope: Confidentiality, Integrity, Availability, Access Control / Impact: Modify Files or Directories; Execute Unauthorized Code or Commands; Bypass Protection Mechanism; Gain Privileges or Assume Identity; Modify Memory; Modify Memory; DoS: Crash, Exit, or Restart
• Security Token assignment review checks for design inconsistency and common weaknesses.
• Security-Token definition and programming flow is tested in both pre-silicon and post-silicon testing.
MITRE公式ページ — CWE-1259