Security weaknesses, that
were discovered last summer within Adobe Flash player, Acrobat and Acrobat Reader,
under Windows, MacOS or Linux, give us the occasion to remind to all the Windows
applications’ developpers, that each new Visual Studio version offers new protections
enabling to reduce these security defaults. It is then necessary for us to use
them throughout our developpements:
Among the best practices to implement, we can cite the DEP (Data Execution Prevention) which prevents the execution of code whithin data segments, but it requires to take some precautions if the compatibility with Windows XP has to be maintained.
We advise you to read the
article "Windows ISV Software Security Defense" (http://msdn.microsoft.com/en-us/library/bb430720.aspx#
) which details the implementations of all these protections.
And for those of you who
are particularly interested, we advise the following blog "Security Research
& Defense" de Microsoft : http://blogs.technet.com/b/srd/.