add CVE reference
git-svn-id: file:///home/svn/framework3/trunk@11579 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
71ff357bf1
commit
b6b9b83dd7
|
@ -34,8 +34,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '69352'],
|
||||
[ 'BID', '44852' ],
|
||||
[ 'OSVDB', '69352' ],
|
||||
[ 'CVE', '2010-4335' ],
|
||||
[ 'BID', '44852' ],
|
||||
[ 'URL', 'http://packetstormsecurity.org/files/view/95847/burnedcake.py.txt' ]
|
||||
],
|
||||
'Privileged' => false,
|
||||
|
|
|
@ -49,6 +49,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '69942'],
|
||||
[ 'CVE', '2010-3973' ],
|
||||
[ 'BID', '45546' ],
|
||||
[ 'URL', 'http://wooyun.org/bug.php?action=view&id=1006' ],
|
||||
[ 'URL', 'http://xcon.xfocus.net/XCon2010_ChenXie_EN.pdf' ], # .NET 2.0 ROP (slide 25)
|
||||
[ 'URL', 'http://secunia.com/advisories/42693' ],
|
||||
|
|
Loading…
Reference in New Issue