Privilege Elevation
Privilege elevation is the process of giving a user or process higher permissions than they normally hold, either intentionally for a specific task or time period, or illegitimately by exploiting a flaw. When done deliberately and under control, it lets someone perform an authorized task that requires more access; when done maliciously, it lets an attacker gain rights they were never meant to have.
Privilege elevation refers to granting an identity or process authorization beyond its baseline entitlements. It appears in two distinct contexts that should not be conflated. In the legitimate access-management sense, it is a controlled authorization action that temporarily raises an identity's permissions for a specific task or bounded time window, and is commonly implemented through Privilege Elevation and Delegation Management (PEDM) approaches that remove standing local admin rights and grant elevation on demand. In the adversarial sense, often termed elevation of privilege or privilege escalation, it is the act of exploiting a bug, design flaw, or configuration oversight in an operating system or application so that a user or process obtains higher privileges than originally assigned. Both senses concern authorization (what a principal may do) rather than authentication; the specific mechanisms, enforcement points, and safeguards depend on the vendor, platform, and deployment configuration.
Why it matters
Privilege elevation sits at the center of privileged access management because it defines the boundary between what an identity is normally permitted to do and what it can do under specific conditions. When elevation is controlled, it enables least-privilege operation: users and processes run with baseline entitlements most of the time and receive higher permissions only for a bounded task or time window. When elevation is uncontrolled or abused, it becomes one of the most consequential authorization failures in a system, allowing a principal to obtain rights it was never meant to hold.
The same term describes two very different situations that should not be conflated. In the legitimate sense, privilege elevation is a deliberate authorization action, often implemented through Privilege Elevation and Delegation Management (PEDM) approaches that remove standing local admin rights and grant elevation on demand. In the adversarial sense, commonly called elevation of privilege or privilege escalation, an attacker exploits a bug, design flaw, or configuration oversight in an operating system or application to gain higher privileges than originally assigned. Both senses concern authorization rather than authentication, but the intent, mechanisms, and safeguards differ sharply.
For security teams, this dual nature means privilege elevation must be both enabled and constrained. The goal in most deployments is to make legitimate elevation auditable, time-bounded, and task-scoped while closing the flaws and misconfigurations that make illegitimate elevation possible. Standing administrative rights that are never removed tend to widen the attack surface, since they give both users and any process running in their context more authority than routine work requires.
Who it's relevant to
Inside EoP
Common questions
Answers to the questions practitioners most commonly ask about EoP.
