Skip to content

Commit 81813a7

Browse files
author
jvazquez-r7
committed
Fix module Name
1 parent ca85785 commit 81813a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/ms13_037_svg_dashstyle.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Metasploit3 < Msf::Exploit::Remote
2626

2727
def initialize(info={})
2828
super(update_info(info,
29-
'Name' => "MS13-009 Microsoft Internet Explorer COALineDashStyleArray Integer Overflow",
29+
'Name' => "MS13-037 Microsoft Internet Explorer COALineDashStyleArray Integer Overflow",
3030
'Description' => %q{
3131
This module exploits an integer overflow vulnerability on Internet Explorer.
3232
The vulnerability exists in the handling of the dashstyle.array length for vml
@@ -443,4 +443,4 @@ def on_request_uri(cli, request)
443443

444444
end
445445

446-
end
446+
end

0 commit comments

Comments
 (0)