Pros and Cons of Windows 7 Security

23.11.2009
The recently released Microsoft Security Intelligence Report highlights the vast improvements in security from Windows XP to Windows 7. Even so, no operating system is perfect. I asked security experts what they think about Windows 7 security and came up with a list of what Microsoft got right and where Microsoft is still missing the mark.

Microsoft made significant changes to how it protects the Windows operating system kernel and added a number of new security controls when it transitioned . With Windows 7, many of those security controls are enhanced and there are some new features as well.

Here are three things Microsoft got right with :

1. ASLR and DEP. ASLR (Address Space Layout Randomization) and DEP (Data Execution Prevention) both existed in Windows Vista, but have been improved for Windows 7. ASLR makes it more complicated for attackers to determine where core functions reside in memory, and DEP prevents buffer overflow attacks from working on files or in storage areas that are specifically intended to hold data.

Sophos Senior Security Advisor Chet Wisniewski says " ASLR was massively improved in Windows 7. This means that libraries (DLL's) are loaded into random memory addresses each time you boot. Malware often depends on specific files being in certain memory locations and this technology helps stop buffer overflows from working properly."