|
Microsoft DEP KB912923 and WMF Exploit |
|
|

Microsoft has released KB912923 today: How to determine that Hardware DEP is available and configured on your computer?
First Microsoft offers a brief explanation on what DEP is: Data Execution Prevention (DEP) is a set of hardware and software technologies that perform additional checks on memory to help protect against malicious code exploits.
Hardware-enforced DEP marks all memory locations in a process as non-executable unless the location explicitly contains executable code. There is a class of malicious code attacks that try to insert and run code from non-executable memory locations. DEP helps prevent these attacks by intercepting them and raising an exception.
The KB article goes on and specifies the requirements for hardware enforced DEP, but to actually check if you have it enabled, and if so, its policy, Microsoft writes...
To determine whether hardware-enforced DEP is available on your computer, follow these steps.
1. Click Start, click Run, type cmd, and then click OK.
2. At the prompt type the following and then press ENTER.
wmic OS Get DataExecutionPrevention_Available
If the output is “TRUE”, hardware-enforced DEP is available on your computer.
To determine the current DEP support policy, follow these steps.
1. Click Start, click Run, type cmd, and then click OK.
2. At the prompt type the following and then press ENTER.
wmic OS Get DataExecutionPrevention_SupportPolicy
Be sure to check the article for a graphical confirmation, and a DEP table of support policies.
Why the broo-ha-ha over DEP? Sunbelt's President Alex Eckelberry explains here. In a nutshell, hardware enforced DEP should protect users from the WMF exploit, whereas software enforced DEP does not: “Microsoft has continued to investigate the use of software-enforced Data Execution Prevention (DEP) to mitigate the Windows Meta File vulnerability for Windows XP Service Pack 2 users. As a result of this investigation, we have updated our guidance regarding DEP to say that some hardware-based DEP, when enabled, can mitigate this vulnerability; however, software-based DEP does not mitigate this vulnerability”
|
|
|
 |
| "Microsoft DEP KB912923 and WMF Exploit" | Login/Create an Account | 0 comments |
|
| | The comments are owned by the poster. We aren't responsible for their content. |
|
|
|
No Comments Allowed for Anonymous, please register |
|
| |
|
Login |
|
 |
|
|
|
|
· New User? · Click here to create a registered account.
|
|
|
Article Rating |
|
 |
|
|
|
|
Average Score: 0 Votes: 0
|
|
|