| 本文已被:浏览 4823次 下载 7954次 |
 码上扫一扫! |
|
|
| 数值稳定性相关漏洞隐患的自动化检测方法 |
|
沈维军1,2, 汤恩义1,2, 陈振宇1,2, 陈鑫1,3, 李彬1,3, 翟娟1,2
|
|
1.计算机软件新技术国家重点实验室(南京大学), 江苏 南京 210023;2.南京大学 软件学院, 江苏 南京 210093;3.南京大学 计算机科学与技术系, 江苏 南京 210023
|
|
| 摘要: |
| 安全漏洞检测,是保障软件安全性的重要手段.随着互联网的发展,黑客的攻击手段日趋多样化,且攻击技术不断翻新,使软件安全受到了新的威胁.描述了当前软件中实际存在的一种新类型的安全漏洞隐患,称为数值稳定性相关的安全漏洞隐患.由于黑客可以利用该类漏洞绕过现有的防护措施,且已有的数值稳定性分析方法很难检测到该类漏洞的存在,因而这一新类型的漏洞隐患十分危险.面对这一挑战,首先从数值稳定性引起软件行为改变的角度定义了数值稳定性相关的安全漏洞隐患,并给出了对应的自动化检测方法.该方法基于动静态相结合的程序分析与符号执行技术,通过数值变量符号式提取、静态攻击流程分析以及高精度动态攻击验证这3个步骤来检测和分析软件中可能存在的数值稳定性相关安全漏洞.在业界多个著名开源软件上进行了实例研究,实验结果表明:该方法能够有效检测到实际软件中真实存在的数值稳定性相关漏洞隐患. |
| 关键词: 漏洞检测 数值稳定性 程序分析 软件安全 |
| DOI:10.13328/j.cnki.jos.005503 |
| 分类号: |
| 基金项目:国家自然科学基金(61772260,61402222,61373013);国家重点基础研究发展计划(973)(2014CB340700);江苏省产学研前瞻项目(BY2015069-03) |
|
| Method for Automated Detection of Suspicious Vulnerability Related to Numerical Stability |
|
SHEN Wei-Jun1,2, TANG En-Yi1,2, CHEN Zhen-Yu1,2, CHEN Xin1,3, LI Bin1,3, ZHAI Juan1,2
|
|
1.State Key Laboratory for Novel Software Technology(Nanjing University), Nanjing 210023, China;2.Software Institute, Nanjing University, Nanjing 210093, China;3.Department of Computer Science and Technology, Nanjing University, Nanjing 210023, China
|
| Abstract: |
| Vulnerability detection is an important way of improving the security of software.However,the development of the Internet makes it possible for hackers to attack software systems with new techniques.This paper focuses on a new kind of vulnerability that relates to numerical stability.It poses new threat to software security as hackers are able to bypass security protection by the new kind of vulnerability,and numerical analysis is difficult to detect such a vulnerability.In the paper,the vulnerability related to numerical stability is defined from the perspective of software behavior variation caused by numerical errors,and an automatic detection approach is proposed.The approach combines the static analysis and symbolic execution,and detects the vulnerability by three steps:symbolic extraction,static attack analysis,and dynamic attack verification with high precision values.This new approach is evaluated on a few famous open source projects.The results show that the proposed approach effectively detects the vulnerabilities related to numerical stability hidden in the real-world projects. |
| Key words: vulnerability detection numerical stability program analysis software security |