From d86575701d864bdb3987ec71bdd5ef82022b6695 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Wed, 3 Mar 2010 03:20:58 +0000 Subject: [PATCH] added CVE, KB references git-svn-id: file:///home/svn/framework3/trunk@8696 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/browser/ie_winhlp32.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exploits/windows/browser/ie_winhlp32.rb b/modules/exploits/windows/browser/ie_winhlp32.rb index b041315c0c..be5daaf6db 100644 --- a/modules/exploits/windows/browser/ie_winhlp32.rb +++ b/modules/exploits/windows/browser/ie_winhlp32.rb @@ -42,7 +42,9 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'References' => [ + [ 'CVE', '2010-0483' ], [ 'OSVDB', '62632' ], + [ 'URL', 'http://www.microsoft.com/technet/security/advisory/981169.mspx' ], [ 'URL', 'http://blogs.technet.com/msrc/archive/2010/02/28/investigating-a-new-win32hlp-and-internet-explorer-issue.aspx' ], [ 'URL', 'http://isec.pl/vulnerabilities/isec-0027-msgbox-helpfile-ie.txt' ] ],