A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
Impact: Gain Privileges or Assume Identity
A user can access restricted functionality and/or sensitive information that may include administrative functionality and user accounts.
Strategy: Environment Hardening
c
/* do some stuff /
cjava
// privileged code goes here, for example:* System.loadLibrary("awt"); return null;
javajavajava