How to prevent arbitrary code execution vulnerability in our programs?
- by Calmarius
You always read in changelogs when your system or browser or any program updates that they fixed a bug that made possible that an attacker can execute any code in your computer with a forged website, or attacking your computer with carefully forged packets, etc...
Because you read it so often that means any program can have similar vulnerabilites... What causes this? how to design our programs to prevent similar issues?