SQL Injection

In day-to-day life, most of the websites you would come across are dynamic, which means that they take the user input and act upon it. When the user supplies input to the application, it is parsed by the interpreter, where the user-supplied input is combined with the application code.

However, a serious security flaw known as SQL injection can occur when the user-supplied input is mishandled. In simple terms, if the application fails to filter the input properly, an attacker can inject malicious code into the application. This injected code will be interpreted as an SQL statement by the application, leading to an SQL injection vulnerability. As a result, the attacker gains unauthorized access and can execute various harmful actions.


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!