What is SQl injection ?
An attack technique used to exploit web sites by altering backend SQL statements through manipulating application input.”
- Web Application Security Consortium Glossary.
SQL Injection happens when a developer accepts user input that is directly placed into a SQL Statement and doesn’t properly filter out dangerous characters. This can allow an attacker to not only steal data from your database, but also modify and delete it. Certain SQL Servers such as Microsoft SQL Server contain Stored and Extended Procedures (database server functions). If an attacker can obtain access to these Procedures it may be possible to compromise the entire machine. Attackers commonly insert single qoutes into a URL’s query string, or into a forms input field to test for SQL Injection. If an attacker receives an error message like the one below there is a good chance that the application is vulnerable to SQL Injection.
Microsoft OLE DB Provider for ODBC Drivers error ’80040e14′
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the
keyword ‘or’.
/wasc.asp, line 69
| Print article | This entry was posted by on July 15, 2010 at 1:56 pm, and is filed under Faqs, SQL. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 1 year ago
Hey I was struggling hard to find such solution on internet.
Very helpful keep it up guys.
about 1 year ago
quite usefull bcoz of friendly user interface….