Correct the cve reference format
git-svn-id: file:///home/svn/framework3/trunk@5364 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
eec19d108e
commit
9b6b0990b1
|
@ -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,
|
||||
|
|
|
@ -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' ]
|
||||
|
|
|
@ -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'],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue