Merge pull request #361 from swtornio/master

add osvdb refs
unstable
sinn3r 2012-05-05 11:49:20 -07:00
commit da50bf90d8
3 changed files with 7 additions and 4 deletions

View File

@ -30,7 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
'References' =>
[
['CVE', '2012-1495'],
['URL', '18775']
['OSVDB', '81329'],
['URL', 'http://www.exploit-db.com/exploits/18775']
],
'Arch' => ARCH_CMD,
'Platform' => ['unix', 'linux'],

View File

@ -33,8 +33,9 @@ class Metasploit3 < Msf::Exploit::Remote
'License' => MSF_LICENSE,
'Version' => '$Revision$',
'References' => [
[ "CVE" , "2012-1823" ],
[ "URL" , "http://eindbazen.net/2012/05/php-cgi-advisory-cve-2012-1823/" ],
[ 'CVE' , '2012-1823' ],
[ 'OSVDB', '81633'],
[ 'URL' , 'http://eindbazen.net/2012/05/php-cgi-advisory-cve-2012-1823/' ],
],
'Privileged' => false,
'Payload' =>

View File

@ -32,6 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'References' =>
[
['OSVDB', '81634'],
['EDB', '18818'],
['URL', 'http://ddilabs.blogspot.com/2012/02/solarwinds-storage-manager-server-sql.html'],
['URL', 'http://www.solarwinds.com/documentation/storage/storagemanager/docs/ReleaseNotes/vulnerability.htm']
@ -242,4 +243,4 @@ class Metasploit3 < Msf::Exploit::Remote
t.kill
end
end
end
end