Automatic creation of SQL injection and cross-site scripting attacks
Submitted by mernst on Wed, 2011-11-30 14:35
| Title | Automatic creation of SQL injection and cross-site scripting attacks |
| Publication Type | Conference Paper |
| Year of Publication | 2009 |
| Authors | Kieżun A, Guo PJ, Jayaraman K, Ernst MD |
| Conference Name | ICSE'09, Proceedings of the 31st International Conference on Software Engineering |
| Date or Month Published | May 20–22 |
| Conference Location | Vancouver, BC, Canada |
| Abstract | <p>We present a technique for finding security vulnerabilities in Web applications. SQL Injection (SQLI) and cross-site scripting (XSS) attacks are widespread forms of attack in which the attacker crafts the input to the application to access or modify user data and execute malicious code. In the most serious attacks (called second-order, or persistent, XSS), an attacker can corrupt a database so as to cause subsequent users to execute malicious code. </p> <p> This paper presents an automatic technique for creating inputs that expose SQLI and XSS vulnerabilities. The technique generates sample inputs, symbolically tracks taints through execution (including through database accesses), and mutates the inputs to produce concrete exploits. Ours is the first analysis of which we are aware that precisely addresses second-order XSS attacks. </p> <p> Our technique creates real attack vectors, has few false positives, incurs no runtime overhead for the deployed application, works without requiring modification of application code, and handles dynamic programming-language constructs. We implemented the technique for PHP, in a tool Ardilla. We evaluated Ardilla on five PHP applications and found 68 previously unknown vulnerabilities (23 SQLI, 33 first-order XSS, and 12 second-order XSS).</p> |
| Downloads | Experimental data PDF |
| Citation Key | KiezunGJE2009 |
Last changed Mon, 2013-06-03 10:27

cs.