Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug #4596 [security] XSS through exception stack
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Nov 17, 2014
1 parent 2bb6418 commit c641ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================

4.1.14.7 (not yet released)
- bug #4596 [security] XSS through exception stack

4.1.14.6 (2014-10-21)
- bug #4562 [security] XSS in debug SQL output
- bug #4563 [security] XSS in monitor query analyzer
Expand Down
2 changes: 1 addition & 1 deletion libraries/error_report.lib.php
Expand Up @@ -286,7 +286,7 @@ function PMA_getErrorReportForm()
. __('You may examine the data in the error report:')
.'</p></label></div>'
.'<pre class="report-data">'
.PMA_getReportData()
. htmlspecialchars(PMA_getReportData())
.'</pre>';

$html .= '<div class="label"><label><p>'
Expand Down

0 comments on commit c641ad4

Please sign in to comment.