Fix module Name
parent
ca85785418
commit
81813a78fc
|
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => "MS13-009 Microsoft Internet Explorer COALineDashStyleArray Integer Overflow",
|
'Name' => "MS13-037 Microsoft Internet Explorer COALineDashStyleArray Integer Overflow",
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits an integer overflow vulnerability on Internet Explorer.
|
This module exploits an integer overflow vulnerability on Internet Explorer.
|
||||||
The vulnerability exists in the handling of the dashstyle.array length for vml
|
The vulnerability exists in the handling of the dashstyle.array length for vml
|
||||||
|
|
Loading…
Reference in New Issue