CWE一覧に戻る
CWE-267

安全でない行為によって定義される特権

Privilege Defined With Unsafe Actions
脆弱性 作成中
JA

特定の特権、役割、ケイパビリティ、または権利は、それが正しいエンティティに割り当てられている場合でも、意図していない安全でないアクションを実行するために使用される可能性があります。

EN

A particular privilege, role, capability, or right can be used to perform unsafe actions that were not intended, even when it is assigned to the correct entity.

Scope: Access Control / Impact: Gain Privileges or Assume Identity
Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
Run your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database administrator, especially in day-to-day operations.
MITRE公式ページ — CWE-267