File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/unix/webapp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ def initialize(info={})
27
27
'License' => MSF_LICENSE ,
28
28
'Author' =>
29
29
[
30
- 'Unknown ' , # Vulnerability Discovery and Exploit in the wild
30
+ 'Jens Hinrichsen ' , # Vulnerability discovery according to the OSVDB
31
31
'juan vazquez' # Metasploit module
32
32
] ,
33
33
'References' =>
34
34
[
35
+ [ 'OSVDB' , '95933' ] ,
35
36
[ 'URL' , 'http://developer.joomla.org/security/news/563-20130801-core-unauthorised-uploads' ] ,
36
37
[ 'URL' , 'http://www.cso.com.au/article/523528/joomla_patches_file_manager_vulnerability_responsible_hijacked_websites/' ]
37
38
] ,
@@ -49,7 +50,7 @@ def initialize(info={})
49
50
[ 'Joomla 2.5.x <=2.5.13' , { } ]
50
51
] ,
51
52
'Privileged' => false ,
52
- 'DisclosureDate' => "Jul 31 2013" ,
53
+ 'DisclosureDate' => "Aug 01 2013" ,
53
54
'DefaultTarget' => 0 ) )
54
55
55
56
register_options (
You can’t perform that action at this time.
0 commit comments