کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
459254 696236 2016 25 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Exploring context-sensitive data flow analysis for early vulnerability detection
ترجمه فارسی عنوان
تجزیه و تحلیل جریان داده حساس به متن برای شناسایی آسیب پذیری اولیه را بررسی کنید
کلمات کلیدی
تشخیص زود هنگام، تجزیه و تحلیل جریان داده ها، برنامه نویسی امن
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر شبکه های کامپیوتری و ارتباطات
چکیده انگلیسی


• Context-sensitive data-flow analysis improves vulnerability detection.
• Early detection encourages programmers to promptly fix security vulnerabilities.
• We built a benchmark for 11 vulnerabilities in order to promote study replications.
• Our early detector of security vulnerabilities is available at Eclipse marketplace.

Secure programming is the practice of writing programs that are resistant to attacks by malicious people or programs. Programmers of secure software have to be continuously aware of security vulnerabilities when writing their program statements. In order to improve programmers’ awareness, static analysis techniques have been devised to find vulnerabilities in the source code. However, most of these techniques are built to encourage vulnerability detection a posteriori, only when developers have already fully produced (and compiled) one or more modules of a program. Therefore, this approach, also known as late detection, does not support secure programming but rather encourages posterior security analysis. The lateness of vulnerability detection is also influenced by the high rate of false positives yielded by pattern matching, the underlying mechanism used by existing static analysis techniques. The goal of this paper is twofold. First, we propose to perform continuous detection of security vulnerabilities while the developer is editing each program statement, also known as early detection. Early detection can leverage his knowledge on the context of the code being created, contrary to late detection when developers struggle to recall and fix the intricacies of the vulnerable code they produced from hours to weeks ago. Second, we explore context-sensitive data flow analysis (DFA) for improving vulnerability detection and mitigate the limitations of pattern matching. DFA might be suitable for finding if an object has a vulnerable path. To this end, we have implemented a proof-of-concept Eclipse plugin for continuous DFA-based detection of vulnerabilities in Java programs. We also performed two empirical studies based on several industry-strength systems to evaluate if the code security can be improved through DFA and early vulnerability detection. Our studies confirmed that: (i) the use of context-sensitive DFA significantly reduces the rate of false positives when compared to existing techniques, without being detrimental to the detector performance, and (ii) early detection improves the awareness among developers and encourages programmers to fix security vulnerabilities promptly.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Journal of Systems and Software - Volume 113, March 2016, Pages 337–361
نویسندگان
, ,