Detection of SQL Injection Vulnerability in Embedded SQL

Young-Su JANG
DOI: https://doi.org/10.1587/transinf.2019edl8143
2020-05-01
IEICE Transactions on Information and Systems
Abstract:Embedded SQL inserts SQL statements into the host programming language and executes them at program run time. SQL injection is a known attack technique; however, detection techniques are not introduced in embedded SQL. This paper introduces a technique based on candidate code generation that can detect SQL injection vulnerability in the C/C++ host programming language.
What problem does this paper attempt to address?