From dc7f1613392234a056eac4c8f35632600836bdfa Mon Sep 17 00:00:00 2001 From: Roberto Soares Date: Thu, 16 Apr 2015 08:56:33 -0300 Subject: [PATCH] Add author, EDB, OSVDB and WPVDB. --- .../unix/webapp/wp_reflexgallery_file_upload.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/exploits/unix/webapp/wp_reflexgallery_file_upload.rb b/modules/exploits/unix/webapp/wp_reflexgallery_file_upload.rb index d27f0ebe54..4ada2ed18e 100644 --- a/modules/exploits/unix/webapp/wp_reflexgallery_file_upload.rb +++ b/modules/exploits/unix/webapp/wp_reflexgallery_file_upload.rb @@ -20,21 +20,21 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'TO DO', # Vulnerability discovery + 'Unknown', # Vulnerability discovery 'Roberto Soares Espreto ' # Metasploit module ], 'License' => MSF_LICENSE, 'References' => [ - ['EDB', '00000'], - ['OSVDB', '000000'], - ['WPVDB', '0000'] + ['EDB', '36374'], + ['OSVDB', '88853'], + ['WPVDB', '7867'] ], 'Privileged' => false, 'Platform' => 'php', 'Arch' => ARCH_PHP, 'Targets' => [['Reflex Gallery 3.1.3', {}]], - 'DisclosureDate' => 'Oct 22 2014', + 'DisclosureDate' => 'Dec 30 2012', # OSVDB? EDB? WPVDB? Cannot set the date. 'DefaultTarget' => 0) ) end