andyl
02-23-2005, 09:19 PM
PhpMyAdmin 2.6.1-pl1 is out, fixing a few security issues; From the release notes:
- (pl1) Possible XSS attack
- (pl1) Remote file inclusion
- (pl1) Error when blowfish_secret is empty
- (pl1) Wrong parameter count with PHP 4.1.x
- (pl1) (Japanese) Undefined index
- (pl1) (mysqli) Wrong detection of a failed connection
Changing /usr/local/directadmin/scripts/phpMyAdmin.sh as follows worked to get the update:
*** phpMyAdmin.sh Wed Feb 23 20:06:10 2005
--- /tmp/phpMyAdmin.sh Wed Feb 23 20:12:11 2005
***************
*** 2,11 ****
#run this script AFTER the administrator account has been created
! VER=2.6.1
PMAFILE=/usr/local/directadmin/scripts/packages/phpMyAdmin-${VER}.tar.gz
PMADIR=/var/www/html/phpMyAdmin-${VER}
! WEBFILE=http://files.directadmin.com/services/9.0/phpMyAdmin-${VER}.tar.gz
if [ ! -e ${PMAFILE} ]; then
wget -O $PMAFILE $WEBFILE
--- 2,11 ----
#run this script AFTER the administrator account has been created
! VER=2.6.1-pl1
PMAFILE=/usr/local/directadmin/scripts/packages/phpMyAdmin-${VER}.tar.gz
PMADIR=/var/www/html/phpMyAdmin-${VER}
! WEBFILE=http://osdn.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-${VER}.tar.gz
if [ ! -e ${PMAFILE} ]; then
wget -O $PMAFILE $WEBFILE
Andy
- (pl1) Possible XSS attack
- (pl1) Remote file inclusion
- (pl1) Error when blowfish_secret is empty
- (pl1) Wrong parameter count with PHP 4.1.x
- (pl1) (Japanese) Undefined index
- (pl1) (mysqli) Wrong detection of a failed connection
Changing /usr/local/directadmin/scripts/phpMyAdmin.sh as follows worked to get the update:
*** phpMyAdmin.sh Wed Feb 23 20:06:10 2005
--- /tmp/phpMyAdmin.sh Wed Feb 23 20:12:11 2005
***************
*** 2,11 ****
#run this script AFTER the administrator account has been created
! VER=2.6.1
PMAFILE=/usr/local/directadmin/scripts/packages/phpMyAdmin-${VER}.tar.gz
PMADIR=/var/www/html/phpMyAdmin-${VER}
! WEBFILE=http://files.directadmin.com/services/9.0/phpMyAdmin-${VER}.tar.gz
if [ ! -e ${PMAFILE} ]; then
wget -O $PMAFILE $WEBFILE
--- 2,11 ----
#run this script AFTER the administrator account has been created
! VER=2.6.1-pl1
PMAFILE=/usr/local/directadmin/scripts/packages/phpMyAdmin-${VER}.tar.gz
PMADIR=/var/www/html/phpMyAdmin-${VER}
! WEBFILE=http://osdn.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-${VER}.tar.gz
if [ ! -e ${PMAFILE} ]; then
wget -O $PMAFILE $WEBFILE
Andy