International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 154 - Number 2 |
Year of Publication: 2016 |
Authors: Ruta Pathak, Ananta Bhatt, Shivam Choudhary |
10.5120/ijca2016912037 |
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
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.