Skip to content

Commit c9ea7e2

Browse files
author
Tod Beardsley
committed
Fix disclosure date, ref for rapid7#1897
1 parent e9841b2 commit c9ea7e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/windows/browser/ie_cgenericelement_uaf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def initialize(info={})
4848
[
4949
[ 'CVE', '2013-1347' ],
5050
[ 'OSVDB', '92993' ],
51-
[ 'URL', 'http://blogs.technet.com/b/msrc/archive/2013/05/03/microsoft-releases-security-advisory-2847140.aspx']
51+
[ 'URL', 'http://blogs.technet.com/b/msrc/archive/2013/05/03/microsoft-releases-security-advisory-2847140.aspx'],
52+
[ 'URL', 'http://r-7.com/IE8-DOL' ] # sinn3r's writeup
5253
],
5354
'Payload' =>
5455
{
@@ -70,7 +71,7 @@ def initialize(info={})
7071
[ 'IE 8 on Windows 7', { 'Rop' => :jre } ]
7172
],
7273
'Privileged' => false,
73-
'DisclosureDate' => "Dec 27 2012",
74+
'DisclosureDate' => "May 3 2013",
7475
'DefaultTarget' => 0))
7576

7677
register_options(

0 commit comments

Comments
 (0)