Skip to content

Commit d19bd7a

Browse files
committed
add osvdb 85739, cve 2012-5159, edb 21834
1 parent 6cc7d9c commit d19bd7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/exploits/multi/http/phpmyadmin_3522_backdoor.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ def initialize(info = {})
2222
},
2323
'Author' => [ 'hdm' ],
2424
'License' => MSF_LICENSE,
25-
'References' => [ ['URL', 'http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php'] ],
25+
'References' =>
26+
[
27+
[ 'CVE', '2012-5159' ],
28+
[ 'OSVDB', '85739' ],
29+
[ 'EDB', '21834' ],
30+
[ 'URL', 'http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php' ]
31+
],
2632
'Privileged' => false,
2733
'Payload' =>
2834
{

0 commit comments

Comments
 (0)