Skip to content

Commit

Permalink
[security] Fixed local path disclosure vulnerability, see PMASA-2012-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Delisle committed Mar 28, 2012
1 parent 5ac9f50 commit c51817d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================

3.4.10.2 (2012-03-28)
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-2

3.4.10.1 (2012-02-18)
- [security] XSS in replication setup, see PMASA-2012-1

Expand Down
4 changes: 3 additions & 1 deletion show_config_errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/**
* Read config file.
*/
require CONFIG_FILE;
if (is_readable(CONFIG_FILE)) {
require CONFIG_FILE;
}

?>

0 comments on commit c51817d

Please sign in to comment.