Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Privilege escalation"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
 +
{{expand}}
 +
 
'''Privilege escalation''' occurs when an attacker is able to exploit a system to gain higher level privileges than already-obtained access.   
 
'''Privilege escalation''' occurs when an attacker is able to exploit a system to gain higher level privileges than already-obtained access.   
  
Line 5: Line 7:
 
* Escalation from forum user to forum administrator
 
* Escalation from forum user to forum administrator
 
* Code execution outside of the bounds of the users expected privileges
 
* Code execution outside of the bounds of the users expected privileges
 
 
{{expand}}
 

Revision as of 13:57, 24 February 2012

This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.

Privilege escalation occurs when an attacker is able to exploit a system to gain higher level privileges than already-obtained access.

Examples:

  • Escalation from user to administrator or root user of the operating system
  • Escalation from forum user to forum administrator
  • Code execution outside of the bounds of the users expected privileges