GLSA 200402-05: phpMyAdmin < 2.5.6-rc1: possible attack against export.php

Опасность:средняя
Заголовок:phpMyAdmin < 2.5.6-rc1: possible attack against export.php
Дата:17.02.2004
Ошибки: #40268
ID:200402-05

Сводка

A vulnerability in phpMyAdmin which was not properly verifying user generated input could lead to a directory traversal attack.

Назначение

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL databased over the Web.

Уязвимые пакеты

Пакет Уязвимый Нетронутый Архитектура(ы)
dev-db/phpmyadmin <= 2.5.5_p1 >= 2.5.6_rc1 All supported architectures

Описание

One component of the phpMyAdmin software package (export.php) does not properly verify input that is passed to it from a remote user. Since the input is used to include other files, it is possible to launch a directory traversal attack.

Воздействие

Private information could be gleaned from the remote server if an attacker uses a malformed URL such as http://phpmyadmin.example.com/export.php?what=../../../[existing_file]

In this scenario, the script does not sanitize the "what" argument passed to it, allowing directory traversal attacks to take place, disclosing the contents of files if the file is readable as the web-server user.

Обход

The workaround is to either patch the export.php file using the referenced CVS patch or upgrade the software via Portage.

Решение

Users are encouraged to upgrade to phpMyAdmin-2.5.6_rc1:

    # emerge sync
    # emerge -pv ">=dev-db/phpmyadmin-2.5.6_rc1"
    # emerge ">=dev-db/phpmyadmin-2.5.6_rc1"
    # emerge clean

Ссылки

Наличие

Этот GLSA и любые обновления для нее доступны для просмотра на сайте Gentoo Security: http://security.gentoo.org/glsa/glsa-200402-05.xml

Опасения?

Безопасность является одной из главных задач Gentoo Linux и первостепенное значение обеспечить конфиденциальность и безопасность машин наших пользователей. Любые соображения безопасности должны быть адресованы security@gentoo.org или в качестве альтернативы, вы можете сообщить об ошибке на https://bugs.gentoo.org.

Лицензия

Copyright 2010 Gentoo Foundation, Inc; текст ссылки принадлежит его владельцу(ам). Содержание этого документа распространяется на условиях лицензии Creative Commons - Attribution / Share Alike.

Спасибо!