Jump to content
Nytro

Using Interactive Static Analysis For Early Detection Of Software Vulnerabilities

Recommended Posts

Posted

Using Interactive Static Analysis For Early Detection Of Software Vulnerabilities

Description: Abstract

We present our work of using interactive static analysis to improve upon static analysis techniques by introducing a new mixed-initiative paradigm for interacting with developers to aid in the detection and prevention of security vulnerabilities. The key difference between our approach and standard static analysis is interaction with the developers. Specifically, our approach is predicated on the following principles:

• Secure programming support should be targeted towards general developers who understand the application logic, but may have limited knowledge of secure programming;

• Secure programming support should be provided while the code is being developed, integrated into the development tools;

• Secure programming support should reduce the workload in detecting and resolving vulnerabilities; and

• Developers should be able to provide feedback about the application context that can drive customized security analysis.

We have performed evaluations of our approach using an active open source project, Apache Roller. Our results shows that interactive data flow analysis can potential reduce the effort of finding and fixing vulnerabilities by as much as 50%. Using interactive control flow analysis, we found cross request forgery vulnerabilities in current Roller release. The Roller team issued patches based on our report (CVE-2012-2380). We have also performed user studies, both for students and for professional developers with promising results. For example, preliminary data suggests that using ASIDE students, who do not have secure programming training, can write much more secure code.

Disclaimer: We are a infosec video aggregator and this video is linked from an external website. The original author may be different from the user re-posting/linking it here. Please do not assume the authors to be same without verifying.

Original Source: Using Interactive Static Analysis for Early Detection of Software Vulnerabilities - Bill Chu on Vimeo

Sursa: Using Interactive Static Analysis For Early Detection Of Software Vulnerabilities

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...