Skip to content

Commit 21f6e7b

Browse files
committed
Change description
1 parent 449fde5 commit 21f6e7b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/exploits/windows/local/ms14_009_ie_dfsvc.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ def initialize(info={})
3232
super( update_info( info,
3333
'Name' => 'MS14-009 .NET Deployment Service IE Sandbox Escape',
3434
'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.
4038
},
4139
'License' => MSF_LICENSE,
4240
'Author' =>

0 commit comments

Comments
 (0)