SQL Injection (Application Vulnerability)

Summary

SQL Injection is a type of security vulnerability that occurs when application does not properly sanitize user inputs. The vulnerability potentially allows attacker to arbitrarily manipulate queries sent to the database layer. This type of vulnerability is usually considered medium/high severity since private data can be leaked or integrity of data can be affected.

Types


Revision #1
Created 2008-06-15 18:00:01 UTC by Sripracha, Ram
Updated 2008-06-15 18:00:01 UTC by Sripracha, Ram