Detecting Privilege Escalation Attacks through Instrumenting Web Application Source Code.

Jun Zhu,Bill Chu,Heather Richter Lipford
DOI: https://doi.org/10.1145/2914642.2914661
2016-01-01
Abstract:ABSTRACTPrivilege Escalation is a common and serious type of security attack. Although experience shows that many applications are vulnerable to such attacks, attackers rarely succeed upon first trial. Their initial probing attempts often fail before a successful breach of access control is achieved. This paper presents an approach to automatically instrument application source code to report events of failed access attempts that may indicate privilege escalation attacks to a run time application protection mechanism. The focus of this paper is primarily on the problem of instrumenting web application source code to detect access control attack events. We evaluated false positives and negatives of our approach using two open source web applications.
What problem does this paper attempt to address?