Fix XSS on some libraries (CVE-2005-3665).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-11-24 Michal Čihař <michal@cihar.com>
|
||||||
|
* libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
|
||||||
|
XSS on some libraries (CVE-2005-3665).
|
||||||
|
|
||||||
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/original/*, css/phpmyadmin.css.php:
|
* themes/original/*, css/phpmyadmin.css.php:
|
||||||
- updated theme
|
- updated theme
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
// vim: expandtab sw=4 ts=4 sts=4:
|
||||||
|
|
||||||
|
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
||||||
|
die("GLOBALS overwrite attempt");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends http headers
|
* Sends http headers
|
||||||
*/
|
*/
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
// vim: expandtab sw=4 ts=4 sts=4:
|
||||||
|
|
||||||
|
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
||||||
|
die("GLOBALS overwrite attempt");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends the beginning of the html page then returns to the calling script
|
* Sends the beginning of the html page then returns to the calling script
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user