what is Code Injection?
what is Code Injection?
"Code Injection is an exploitation of a computer bug, which usually caused by processing invalid data. It is a kind of attack used by hackers to exploit mainly in databases and software applications."
Code Injection as the name implies is a sort of online attack used by hackers or intruders to exploit mainly in databases and applications. This attack takes place while computer generates a bug on processing invalid data, which deviates from code standardization. There are several types of code injection attacks which are used by hackers to exploit.
- SQL Injection
- Shell injection
- Script injection (Cross Site Scripting)
- Dynamic evaluation attack
how does it work?
Code Injection basically done through web pages, or web forms. For instance, login page is used to send and exploit with databases on to the servers. Malicious code is sent by the hacker or intruder to inject it into data base which generates an error and display an error message on hacker’s machine with database attributes and entities. This information is used by hackers to exploit in databases and applications.
You can check my previous post on SQL Injection and Script injection (Cross Site Scripting)for better understanding. If you have any doubts, feel free to shout at me and leave your comments.
Comments
Post a Comment