Microsoft Adds New Anti-Exploit APIs into Windows
Microsoft has announced plans to add new anti-exploitation APIs into Windows Vista SP1, Windows XP SP3 and Windows Server 2008 as part of a larger plan to secure the Windows ecosystem. According to Michael Howard, a senior program manager in Microsoft's security unit, the delivery of the new NX (/noexecute) APIs significantly lowers the barriers to entry for application developers to opt-in to using DEP on Windows programs. ![]() In his announcement, Howard said the new APIs will let developers set DEP on their process at runtime rather than using linker options. The key API being added is SetProcessDEPPolicy, which sets the DEP policy for the running process, he said. [ SEE: Microsoft Claims Security Win with New Development Rules ] Howard said there are three main reasons to use the new Windows APIs: * If your application has some form of in-process extensibility mechanism, and some applications might use older ATL, then you can enable DEP for your process, and the extensibility mechanisms using ATL will function correctly. |
Create, Communicate, Collaborate with IT Professionals at Ziff Davis Enterprise IT Link


Comments (1)
It appears to me as the best idea Microsoft could come up with to ease ret2libc-style attacks in DEP protected applications. Nowadays you have to chain 3+ calls to do that, when this feature is available, it will be 1 (2 at most).
Maybe they thought about something to prevent that?
Posted by Kostya Kortchinsky | January 30, 2008 5:32 PM