Fix module Name
parent
ca85785418
commit
81813a78fc
|
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(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{
|
||||
This module exploits an integer overflow vulnerability on Internet Explorer.
|
||||
The vulnerability exists in the handling of the dashstyle.array length for vml
|
||||
|
@ -443,4 +443,4 @@ function exploit(){
|
|||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue