parent
8f50a167bd
commit
5eaefcf4c7
|
@ -24,21 +24,21 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => "Microsoft Internet Explorer execCommand Use-After-Free Vulnerability ",
|
'Name' => "Microsoft Internet Explorer execCommand Use-After-Free Vulnerability ",
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits a vulnerability found in Microsoft Internet Explorer. When
|
This module exploits a vulnerability found in Microsoft Internet Explorer (MSIE). When
|
||||||
rendering an HTML page, the CMshtmlEd object gets deleted in an unexpectedly matter,
|
rendering an HTML page, the CMshtmlEd object gets deleted in an unexpected manner,
|
||||||
but the same memory is reused again later in a CMshtmlEd::Exec() function, which
|
but the same memory is reused again later in the CMshtmlEd::Exec() function, leading
|
||||||
causes an use-after-free condition. Please note that this vulnerability has
|
to a use-after-free condition. Please note that this vulnerability has
|
||||||
been exploited in the wild since Sep 14th 2012, and there is currently no official
|
been exploited in the wild since Sep 14 2012, and there is currently no official
|
||||||
patch to it.
|
patch for it.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'unknown', #Someone secret ninja
|
'unknown', # Some secret ninja
|
||||||
'eromang',
|
'eromang', # First public discovery
|
||||||
'binjo',
|
'binjo',
|
||||||
'sinn3r', #Metasploit
|
'sinn3r', # Metasploit
|
||||||
'juan vazquez' #Metasploit
|
'juan vazquez' # Metasploit
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
|
@ -68,7 +68,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
[ 'IE 9 on Windows 7', { 'Rop' => :jre, 'Offset' => '0x5fc', 'Random' => true } ]
|
[ 'IE 9 on Windows 7', { 'Rop' => :jre, 'Offset' => '0x5fc', 'Random' => true } ]
|
||||||
],
|
],
|
||||||
'Privileged' => false,
|
'Privileged' => false,
|
||||||
'DisclosureDate' => "Sep 14 2012", #When it was spotted in the wild
|
'DisclosureDate' => "Sep 14 2012", # When it was spotted in the wild by eromang
|
||||||
'DefaultTarget' => 0))
|
'DefaultTarget' => 0))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue