From 0859bb18a75a0a8be2caa67415ae300d0ccbcb1b Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Tue, 19 Apr 2011 11:32:17 +0000 Subject: [PATCH] add cve and osvdb refs git-svn-id: file:///home/svn/framework3/trunk@12365 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/fileformat/wireshark_packet_dect.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exploits/windows/fileformat/wireshark_packet_dect.rb b/modules/exploits/windows/fileformat/wireshark_packet_dect.rb index ca270df8a9..1a0b5c0da4 100644 --- a/modules/exploits/windows/fileformat/wireshark_packet_dect.rb +++ b/modules/exploits/windows/fileformat/wireshark_packet_dect.rb @@ -34,6 +34,8 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'References' => [ + [ 'CVE', '2011-1591'], + [ 'OSVDB', '71848'], [ 'URL', 'https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5838' ], [ 'URL', 'https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5836' ], [ 'URL', 'http://www.exploit-db.com/exploits/17185' ],