IT Glossary
Privilege escalation turns limited access into control. Learn the vertical and horizontal types, and the SaaS path most mid-market teams miss.
August 7, 2026
Privilege escalation is the act of obtaining a higher level of access than originally granted, either by exploiting a flaw or by using a legitimate permission that should never have been assigned. It is a distinct phase in the MITRE ATT&CK framework, tracked as TA0004, and it is what turns a single compromised account into a full incident.
In cloud-first companies the most common escalation is not an exploit at all. It is an employee who legitimately holds admin rights in six SaaS applications because a project needed them two years ago. No alert fires, because nothing was breached. The privilege was granted properly and simply never reviewed, and it is the standing target every phishing campaign is looking for.
A marketing manager receives owner rights on the CRM to run a data import. The import ends, the rights stay. Eighteen months later her credentials are phished and the attacker exports the entire customer base. There was no vulnerability and no alert. The control that catches this is a recurring review of who holds administrative roles in every application, which Corma runs across the full SaaS estate rather than only the tools connected to the identity provider.
Vertical escalation raises the attacker to a higher permission tier such as administrator. Horizontal escalation moves them into another account at the same tier, usually one with better data.
Apply least privilege, patch systems promptly, replace standing admin rights with time-bounded elevation, and review administrative roles on a fixed schedule.
The technique is, but the condition that enables it is usually ordinary operations: permissions granted for a legitimate reason and never revoked afterward.
Administrator accounts, finance accounts, and anything holding API or integration credentials. These carry the widest blast radius if they are compromised.