On automated prepared statement generation to remove SQL injection vulnerabilities

  • Authors:
  • Stephen Thomas;Laurie Williams;Tao Xie

  • Affiliations:
  • Department of Computer Science, Box 8206, North Carolina State University, Raleigh, NC 27695, USA;Department of Computer Science, Box 8206, North Carolina State University, Raleigh, NC 27695, USA;Department of Computer Science, Box 8206, North Carolina State University, Raleigh, NC 27695, USA

  • Venue:
  • Information and Software Technology
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Since 2002, over 10% of total cyber vulnerabilities were SQL injection vulnerabilities (SQLIVs). This paper presents an algorithm of prepared statement replacement for removing SQLIVs by replacing SQL statements with prepared statements. Prepared statements have a static structure, which prevents SQL injection attacks from changing the logical structure of a prepared statement. We created a prepared statement replacement algorithm and a corresponding tool for automated fix generation. We conducted four case studies of open source projects to evaluate the capability of the algorithm and its automation. The empirical results show that prepared statement code correctly replaced 94% of the SQLIVs in these projects.