Research on Java Source Code Static Analysis Based on Taint Tracking

Li Fang Han,Ting,Kun Lun Gao,Nan Liu,Bao Jiang Cui
DOI: https://doi.org/10.4028/www.scientific.net/amm.602-605.3846
2014-01-01
Applied Mechanics and Materials
Abstract:Java applications have proliferated rapidly in recent years, and the security issue in the source code seems to bring a great threat which cannot be ignored. SQL injection and cross-site scripting vulnerabilities, path traversal, and so on are common Java security vulnerabilities. These vulnerabilities are usually caused by improper handling of user input and we call them input validation vulnerabilities [1].In this paper, we propose a Java source code analysis method based on the taint tracking. By means of vulnerability pattern match, we keep track of the introduction of tainted data and its propagation in different contexts, leading to comprehensive and accurate test results. Actually, we have applied this method to some of the open-source Java projects. Compared to other similar software, our technique presents good feasibility and superiority.
What problem does this paper attempt to address?