GLSA 200409-05: Gallery: Arbitrary command execution

Опасность:средняя
Заголовок:Gallery: Arbitrary command execution
Дата:02.09.2004
Ошибки: #60742
ID:200409-05

Сводка

The Gallery image upload code contains a temporary file handling vulnerability which could lead to execution of arbitrary commands.

Назначение

Gallery is a PHP script for maintaining online photo albums.

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

Пакет Уязвимый Нетронутый Архитектура(ы)
www-apps/gallery < 1.4.4_p2 >= 1.4.4_p2 All supported architectures

Описание

The upload handling code in Gallery places uploaded files in a temporary directory. After 30 seconds, these files are deleted if they are not valid images. However, since the file exists for 30 seconds, a carefully crafted script could be initiated by the remote attacker during this 30 second timeout. Note that the temporary directory has to be located inside the webroot and an attacker needs to have upload rights either as an authenticated user or via "EVERYBODY".

Воздействие

An attacker could run arbitrary code as the user running PHP.

Обход

There are several workarounds to this vulnerability:

  • Make sure that your temporary directory is not contained in the webroot; by default it is located outside the webroot.
  • Disable upload rights to all albums for "EVERYBODY"; upload is disabled by default.
  • Disable debug and dev mode; these settings are disabled by default.
  • Disable allow_url_fopen in php.ini.

Решение

All Gallery users should upgrade to the latest version:

    # emerge sync
    
    # emerge -pv ">=www-apps/gallery-1.4.4_p2"
    # emerge ">=www-apps/gallery-1.4.4_p2"

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!