Definition: privilege escalation (privilege elevation): A classic attack against a system. A user has an account on a system, and uses that account to gain additional privileges they weren't meant to have. Key point: Virtually all local exploits are privilege escalation attacks. Key point: The most common example of this attack is through setuid programs that have known bugs in them, often through buffer overflows or race conditions.
.................................
Source: Hacking-Lexicon / Linux Dictionary V 0.16
http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Author: Binh Nguyen linuxfilesystem(at)yahoo(dot)com(dot)au
.................................

