International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 154 - Issue 2 |
Published: Nov 2016 |
Authors: Ruta Pathak, Ananta Bhatt, Shivam Choudhary |
![]() |
Ruta Pathak, Ananta Bhatt, Shivam Choudhary . Devising Solution to SQL Injection Attacks. International Journal of Computer Applications. 154, 2 (Nov 2016), 25-27. DOI=10.5120/ijca2016912037
@article{ 10.5120/ijca2016912037, author = { Ruta Pathak,Ananta Bhatt,Shivam Choudhary }, title = { Devising Solution to SQL Injection Attacks }, journal = { International Journal of Computer Applications }, year = { 2016 }, volume = { 154 }, number = { 2 }, pages = { 25-27 }, doi = { 10.5120/ijca2016912037 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2016 %A Ruta Pathak %A Ananta Bhatt %A Shivam Choudhary %T Devising Solution to SQL Injection Attacks%T %J International Journal of Computer Applications %V 154 %N 2 %P 25-27 %R 10.5120/ijca2016912037 %I Foundation of Computer Science (FCS), NY, USA
Web application plays an important role in different fields like finance sector, business, shopping etc. There is no. of web application vulnerabilities such as SQL injection, Buffer overflow etc. Above these SQL Injection vulnerabilities are very harmful for web applications. In literature survey there are number of technique used to prevent SQLIA in application level, but not in database level. SQL injection attacks occur due to vulnerabilities in the design of queries where a malicious user can take advantage of input opportunities to insert code in the queries that modify the query-conditions resulting in unauthorized database access. In this paper we design an effective algorithm to prevent stored procedure from SQLIA in database level. Hirschberg’s algorithm is used to prevent the stored procedure, which reduces both time as well as space complexity. We also analyse several aspects which have been discussed further.