Skip to content

Commit 2454862

Browse files
author
jvazquez-r7
committed
Land rapid7#1827, @wchen-r7's modification to add MS ref to ie_cgenericelement_uaf
2 parents 1e90f71 + e111192 commit 2454862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/browser/ie_cgenericelement_uaf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Metasploit3 < Msf::Exploit::Remote
2424

2525
def initialize(info={})
2626
super(update_info(info,
27-
'Name' => "Microsoft Internet Explorer CGenericElement Object Use-After-Free Vulnerability",
27+
'Name' => "MS13-038 Microsoft Internet Explorer CGenericElement Object Use-After-Free Vulnerability",
2828
'Description' => %q{
2929
This module exploits a vulnerability found in Microsoft Internet Explorer. A
3030
use-after-free condition occurs when a CGenericElement object is freed, but a
@@ -47,6 +47,7 @@ def initialize(info={})
4747
[
4848
[ 'CVE', '2013-1347' ],
4949
[ 'OSVDB', '92993' ],
50+
[ 'MSB', 'MS13-038' ],
5051
[ 'US-CERT-VU', '237655' ],
5152
[ 'URL', 'http://blogs.technet.com/b/msrc/archive/2013/05/03/microsoft-releases-security-advisory-2847140.aspx'],
5253
[ 'URL', 'http://r-7.co/IE8-DOL' ] # sinn3r's writeup

0 commit comments

Comments
 (0)