From 9b6b0990b1a4633e985bdae52f1ced8bac9d172d Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 27 Jan 2008 02:13:54 +0000 Subject: [PATCH] Correct the cve reference format git-svn-id: file:///home/svn/framework3/trunk@5364 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/brightstor/mediasrv_sunrpc.rb | 2 +- modules/exploits/windows/browser/ms06_067_keyframe.rb | 2 +- modules/exploits/windows/http/apache_modjk_overflow.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb b/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb index 541088894a..494386e590 100644 --- a/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb +++ b/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb @@ -20,7 +20,7 @@ class Exploits::Windows::Brightstor::MediasrvSunrpc < Msf::Exploit::Remote 'References' => [ [ 'BID', '23635'], - [ 'CVE', 'CVE-2007-2139'], + [ 'CVE', '2007-2139'], [ 'URL', 'https://www.zerodayinitiative.com/advisories/ZDI-07-022.html'], ], 'Privileged' => true, diff --git a/modules/exploits/windows/browser/ms06_067_keyframe.rb b/modules/exploits/windows/browser/ms06_067_keyframe.rb index f6586eefb0..7409b7dfcd 100644 --- a/modules/exploits/windows/browser/ms06_067_keyframe.rb +++ b/modules/exploits/windows/browser/ms06_067_keyframe.rb @@ -40,7 +40,7 @@ class Exploits::Windows::Browser::MS06_067_KEYFRAME < Msf::Exploit::Remote 'Version' => '$Revision$', 'References' => [ - [ 'CVE', 'CVE-2006-4777' ], + [ 'CVE', '2006-4777' ], [ 'BID', '20047' ], [ 'URL', 'https://www.blackhat.com/presentations/bh-eu-07/Sotirov/Sotirov-Source-Code.zip' ], [ 'URL', 'http://www.microsoft.com/technet/security/Bulletin/MS06-067.mspx' ] diff --git a/modules/exploits/windows/http/apache_modjk_overflow.rb b/modules/exploits/windows/http/apache_modjk_overflow.rb index 9c29dad58f..a7430652c3 100644 --- a/modules/exploits/windows/http/apache_modjk_overflow.rb +++ b/modules/exploits/windows/http/apache_modjk_overflow.rb @@ -20,7 +20,7 @@ class Exploits::Windows::Http::Apache_Mod_JK < Msf::Exploit::Remote 'References' => [ [ 'BID', '22791'], - [ 'CVE', 'CVE-2007-0774' ], + [ 'CVE', '2007-0774' ], [ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-07-008.html'], ],