File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/windows/browser Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ def initialize(info={})
19
19
'Name' => "MS14-064 Microsoft Internet Explorer Windows OLE Automation Array Remote Code Execution" ,
20
20
'Description' => %q{
21
21
This module exploits the Windows OLE Automation array vulnerability, CVE-2014-6332.
22
- The vulnerability affects Internet Explorer 3.0 until version 11 within Windows 95 up to
23
- Windows 10, and there is no patch for Windows XP or older.
22
+ The vulnerability is known to affect Internet Explorer 3.0 until version 11 within
23
+ Windows 95 up to Windows 10, and no patch for Windows XP. However, this exploit will
24
+ only target Windows XP and Windows 7 box due to the Powershell limitation.
24
25
25
26
Windows XP by defaults supports VBS, therefore it is used as the attack vector. On other
26
27
newer Windows systems, the exploit will try using Powershell instead.
You can’t perform that action at this time.
0 commit comments