But the screen said otherwise.
That moment—when the wrong person gets the right controls—is the heart of every privilege escalation disaster. A privilege escalation screen is where security fails in plain sight. It’s the point where unauthorized access becomes power, where a standard account suddenly operates as an administrator, where sensitive actions are just one click away.
Privilege escalation doesn’t always start with complex exploits. Sometimes it’s weak role checks. Sometimes it’s over-permissive defaults. Sometimes it’s both. The privilege escalation screen is more than a UI—it’s a symptom. It shows you the moment your trust boundaries are gone and your access model is broken.
There are two forms:
Vertical escalation — moving from a lower privilege to higher privilege, like turning a normal user into a superuser.
Horizontal escalation — moving into another user’s data or rights without changing role level.
Both can be triggered by backend flaws, misconfigured identity providers, unpatched software, or API endpoints that don’t validate permissions. The common thread is always the same: the system displays capabilities it shouldn’t, and the attacker gets a free pass.