کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
551691 873078 2013 14 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Predicting SQL injection and cross site scripting vulnerabilities through mining input sanitization patterns
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر تعامل انسان و کامپیوتر
پیش نمایش صفحه اول مقاله
Predicting SQL injection and cross site scripting vulnerabilities through mining input sanitization patterns
چکیده انگلیسی


• Using machine learning techniques, SQLI and XSS vulnerability prediction models are built.
• Static code attributes that reflect common input sanitization code patterns are proposed.
• The proposed attributes are measured from data dependence graphs.
• Hence, the approach only requires static data flow analysis.
• In experiments, the proposed models achieved the prediction accuracy of (pd ⩾ 78%, pf ⩽ 6%).

ContextSQL injection (SQLI) and cross site scripting (XSS) are the two most common and serious web application vulnerabilities for the past decade. To mitigate these two security threats, many vulnerability detection approaches based on static and dynamic taint analysis techniques have been proposed. Alternatively, there are also vulnerability prediction approaches based on machine learning techniques, which showed that static code attributes such as code complexity measures are cheap and useful predictors. However, current prediction approaches target general vulnerabilities. And most of these approaches locate vulnerable code only at software component or file levels. Some approaches also involve process attributes that are often difficult to measure.ObjectiveThis paper aims to provide an alternative or complementary solution to existing taint analyzers by proposing static code attributes that can be used to predict specific program statements, rather than software components, which are likely to be vulnerable to SQLI or XSS.MethodFrom the observations of input sanitization code that are commonly implemented in web applications to avoid SQLI and XSS vulnerabilities, in this paper, we propose a set of static code attributes that characterize such code patterns. We then build vulnerability prediction models from the historical information that reflect proposed static attributes and known vulnerability data to predict SQLI and XSS vulnerabilities.ResultsWe developed a prototype tool called PhpMinerI for data collection and used it to evaluate our models on eight open source web applications. Our best model achieved an averaged result of 93% recall and 11% false alarm rate in predicting SQLI vulnerabilities, and 78% recall and 6% false alarm rate in predicting XSS vulnerabilities.ConclusionThe experiment results show that our proposed vulnerability predictors are useful and effective at predicting SQLI and XSS vulnerabilities.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Information and Software Technology - Volume 55, Issue 10, October 2013, Pages 1767–1780
نویسندگان
, ,