CWE一覧に戻る
CWE-266

誤った権限の割り当て

Incorrect Privilege Assignment
脆弱性 レビュー中
JA

製品が特定の行為者に特権を誤って割り当て、その行為者に意図しない支配領域を作り出してしまう。

EN

A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.

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-266