How to prevent arbitrary code execution vulnerability in our programs?
Posted
by Calmarius
on Stack Overflow
See other posts from Stack Overflow
or by Calmarius
Published on 2010-04-02T06:48:15Z
Indexed on
2010/04/02
6:53 UTC
Read the original article
Hit count: 240
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?
© Stack Overflow or respective owner