Videos

Published on February 24th, 2017 📆 | 3495 Views ⚑

0

Detecting and Removing Web Application Vulnerabilities with Static Analysis and Data Mining


Text to Speech


Detecting and Removing Web Application Vulnerabilities with Static Analysis and Data Mining
To get this project in ONLINE or through TRAINING Sessions, Contact:
JP INFOTECH, Old No.31, New No.86, 1st Floor, 1st Avenue, Ashok Pillar, Chennai -83.Landmark: Next to Kotak Mahendra Bank.
Pondicherry Office: JP INFOTECH, #45, Kamaraj Salai,Thattanchavady, Puducherry -9.Landmark: Next to VVP Nagar Arch.
Mobile: (0) 9952649690,
Email: jpinfotechprojects@gmail.com,
web: http://www.jpinfotech.org,
Blog: http://www.jpinfotech.blogspot.com
Although a large research effort on web application security has been going on for more than a decade, the security of web applications continues to be a challenging problem. An important part of that problem derives from vulnerable source code, often written in unsafe languages like PHP. Source code static analysis tools are a solution to find vulnerabilities, but they tend to generate false positives, and require considerable effort for programmers to manually fix the code. We explore the use of a combination of methods to discover vulnerabilities in source code with fewer false positives. We combine taint analysis, which finds candidate vulnerabilities, with data mining, to predict the existence of false positives. This approach brings together two approaches that are apparently orthogonal: humans coding the knowledge about vulnerabilities (for taint analysis), joined with the seemingly orthogonal approach of automatically obtaining that knowledge (with machine learning, for data mining). Given this enhanced form of detection, we propose doing automatic code correction by inserting fixes in the source code. Our approach was implemented in the WAP tool, and an experimental evaluation was performed with a large set of PHP applications. Our tool found 388 vulnerabilities in 1.4 million lines of code. Its accuracy and precision were approximately 5% better than PhpMinerII's and 45% better than Pixy's.


2017-02-24 19:44:54

source





Tagged with:



Comments are closed.