Skip to content

Commit e4a570d

Browse files
author
jvazquez-r7
committed
Update metadata according to OSVDB
1 parent 2086c51 commit e4a570d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/unix/webapp/joomla_media_upload_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ def initialize(info={})
2727
'License' => MSF_LICENSE,
2828
'Author' =>
2929
[
30-
'Unknown', # Vulnerability Discovery and Exploit in the wild
30+
'Jens Hinrichsen', # Vulnerability discovery according to the OSVDB
3131
'juan vazquez' # Metasploit module
3232
],
3333
'References' =>
3434
[
35+
[ 'OSVDB', '95933' ],
3536
[ 'URL', 'http://developer.joomla.org/security/news/563-20130801-core-unauthorised-uploads' ],
3637
[ 'URL', 'http://www.cso.com.au/article/523528/joomla_patches_file_manager_vulnerability_responsible_hijacked_websites/' ]
3738
],
@@ -49,7 +50,7 @@ def initialize(info={})
4950
[ 'Joomla 2.5.x <=2.5.13', {} ]
5051
],
5152
'Privileged' => false,
52-
'DisclosureDate' => "Jul 31 2013",
53+
'DisclosureDate' => "Aug 01 2013",
5354
'DefaultTarget' => 0))
5455

5556
register_options(

0 commit comments

Comments
 (0)