File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
modules/exploits/windows/local Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,9 @@ def initialize(info={})
32
32
super ( update_info ( info ,
33
33
'Name' => 'MS14-009 .NET Deployment Service IE Sandbox Escape' ,
34
34
'Description' => %q{
35
- This module abuses a process creation policy in the Internet Explorer Sandbox which allows
36
- to escape the Enhanced Protected Mode and execute code with Medium Integrity. The problem
37
- exists in the .NET Deployment Service (dfsvc.exe), which can be run as Medium Integrity
38
- Level. Further interaction with the component allows to escape the Enhanced Protected Mode
39
- and execute arbitrary code with Medium Integrity.
35
+ This module abuses a process creation policy in Internet Explorer's sandbox, specifically
36
+ in the .NET Deployment Service (dfsvc.exe), which allows the attacker to escape the
37
+ Enhanced Protected Mode, and execute code with Medium Integrity.
40
38
} ,
41
39
'License' => MSF_LICENSE ,
42
40
'Author' =>
You can’t perform that action at this time.
0 commit comments