Wednesday, April 17, 2013

Code Execution

Code execution is the ability to run arbitrary code remotely on a server. This can lead to an attacker taking control of the program or even open up a new shell on the computer. To prevent this, a developer must perform validation of user input before passing it on, and the developer needs to implement functions with least privilege rights. For another resource over code execution please follow this link.

No comments:

Post a Comment