DocumentCode
3258238
Title
Detecting Cross-Site Scripting Vulnerability Using Concolic Testing
Author
Ruse, Michelle E. ; Basu, Sreetama
Author_Institution
Dept. of Comput. Sci., Iowa State Univ., Ames, IA, USA
fYear
2013
fDate
15-17 April 2013
Firstpage
633
Lastpage
638
Abstract
Cross-Site Scripting (XSS) attack is a type of Web-based attack wherein a malicious script is executed (from an immediate injection or from a stored source) to steal information or gain unauthorized access to user/system resources. We propose a two-phase technique to detect XSS vulnerabilities and prevent XSS attacks. In the first phase, we translate the Web application to a language for which recently developed concolic testing tools are available. Our translation also identifies input and output variables that are used to generate test cases for determining input/output dependencies in the application. Dependencies indicate vulnerabilities in the application that can be potentially exploited when the application is deployed. In the second phase, based on the input/output dependencies determined in the first phase, we appropriately (automatically) instrument the application code by including monitors. The monitors check exploitation of vulnerabilities at runtime. In addition to being both as efficient and effective as the available XSS attack detection techniques, our two-phase method is also capable of identifying XSS vulnerabilities that occur due to (a) conditional copy (of inputs to outputs) and (b) construction of malicious string inputs from the concatenation of singularly benign inputs. We present a prototype implementation of our framework and demonstrate its effectiveness using non-trivial JSP Web applications.
Keywords
Internet; Java; authorisation; computer crime; program testing; software tools; system monitoring; Web-based attack; XSS attack detection techniques; XSS vulnerabilities detection; application code; concolic testing tools; conditional copy; cross-site scripting vulnerability detection; information stealing; input/output dependencies; language translation; malicious script; malicious string inputs; nontrivial JSP Web applications; test cases; two-phase technique; unauthorized access; user/system resources; vulnerabilities exploitation; Browsers; HTML; Instruments; Java; Monitoring; Runtime; Testing; Concolic testing; Cross-Site Scripting; Vulnerability Detection; Web Application Testing; Web Program Analysis;
fLanguage
English
Publisher
ieee
Conference_Titel
Information Technology: New Generations (ITNG), 2013 Tenth International Conference on
Conference_Location
Las Vegas, NV
Print_ISBN
978-0-7695-4967-5
Type
conf
DOI
10.1109/ITNG.2013.97
Filename
6614377
Link To Document