What is privilege escalation?

Definition

Privilege escalation occurs when a process exploits credentials, software flaws, misconfiguration, or excessive trust to gain stronger access. The escalation may be vertical, reaching administrator rights, or horizontal, reaching another identity at a similar level.

Least privilege, credential isolation, patching, access reviews, and monitoring reduce the opportunity and impact. Administrative access should be short-lived, attributable, and separated from systems that do not require it.

Frequently asked questions

What can cause privilege escalation?

Common causes include exposed credentials, vulnerable software, unsafe defaults, excessive permissions, and weak separation between services.

How can privilege escalation be limited?

Use least privilege, isolate credentials, patch systems, require strong authentication, and alert on unexpected permission changes.

Videos explaining privilege escalation