We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e808a4 commit 8eccb04Copy full SHA for 8eccb04
modules/exploits/windows/browser/ms13_059_cflatmarkuppointer.rb
@@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
15
16
def initialize(info={})
17
super(update_info(info,
18
- 'Name' => "MS13-058 Microsoft Internet Explorer CFlatMarkupPointer Use-After-Free",
+ 'Name' => "MS13-059 Microsoft Internet Explorer CFlatMarkupPointer Use-After-Free",
19
'Description' => %q{
20
This is a memory corruption bug found in Microsoft Internet Explorer. On IE 9,
21
it seems to only affect certain releases of mshtml.dll. For example: This module
0 commit comments