Journal article

Title:
DjangoChecker: Applying Extended Taint Tracking and Server Side Parsing for Detection of Context-Sensitive XSS Flaws
Authors:
A. Steinhauser, P. Tůma
Publication:
Software: Practice and Experience 49 (1)
DOI:
Year:
2018
Link:
ArXiv:

Abstract:
Cross-site scripting (XSS) flaws are a class of security flaws that permit the injection of malicious code into a web application. In simple situations, these flaws can be caused by missing input sanitizations. Sometimes, however, all application inputs are sanitized, but the sanitizations are not appropriate for the browser contexts of the sanitized values. Using an incorrect sanitizer can make the application look protected, when it is in fact vulnerable as if no sanitization was used, creating a context-sensitive XSS flaw. To discover context-sensitive XSS flaws, we introduce DjangoChecker. DjangoChecker combines extended dynamic taint tracking with a model browser for context analysis. We demonstrate the practical application of DjangoChecker on eight mature web applications based on Django, discovering previously unknown flaws in seven of the eight applications, including highly severe flaws that allow arbitrary JavaScript execution in the seven flawed applications.

BibTeX:
@article{steinhauser_djangochecker_2018,
    title = {{DjangoChecker: Applying Extended Taint Tracking and Server Side Parsing for Detection of Context-Sensitive XSS Flaws}},
    author = {Steinhauser, Antonín and Tůma, Petr},
    year = {2018},
    journal = {{Software: Practice and Experience}},
    number = {1},
    doi = {10.1002/spe.2649},
    issn = {1097-024X},
    pages = {130--148},
    url = {https://arxiv.org/abs/2005.06990},
    volume = {49},
    shorttitle = {DjangoChecker},
}