Research on the Technology of Detecting SQL Injection Vulnerabilities Based on Data Flow Analysis

Jingju Liu
2010-01-01
Abstract:The paper proposes a new method of detecting SQL injection vulnerabilities.Based on the concept of value propagation,the paper first constructs the control folw graphs of Web applications and assigns transfer functions of control folw graph nodes to trace the process of tainted value propagation,then detects and locates the positions of SQL injection vulnerabilites in Web applications.The method is general and effective for detecting SQL injection vulnerabilites in Web applications written in different kinds of script languages.
What problem does this paper attempt to address?