GLSA 200407-01: Esearch: Insecure temp file handling

Опасность:средняя
Заголовок:Esearch: Insecure temp file handling
Дата:01.07.2004
Ошибки: #55424
ID:200407-01

Сводка

The eupdatedb utility in esearch creates a file in /tmp without first checking for symlinks. This makes it possible for any user to create arbitrary files.

Назначение

Esearch is a replacement for the Portage command "emerge search". It uses an index to speed up searching of the Portage tree.

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

Пакет Уязвимый Нетронутый Архитектура(ы)
app-portage/esearch <= 0.6.1 >= 0.6.2 All supported architectures

Описание

The eupdatedb utility uses a temporary file (/tmp/esearchdb.py.tmp) to indicate that the eupdatedb process is running. When run, eupdatedb checks to see if this file exists, but it does not check to see if it is a broken symlink. In the event that the file is a broken symlink, the script will create the file pointed to by the symlink, instead of printing an error and exiting.

Воздействие

An attacker could create a symlink from /tmp/esearchdb.py.tmp to a nonexistent file (such as /etc/nologin), and the file will be created the next time esearchdb is run.

Обход

There is no known workaround at this time. All users should upgrade to the latest available version of esearch.

Решение

All users should upgrade to the latest available version of esearch, as follows:

    # emerge sync
    
    # emerge -pv ">=app-portage/esearch-0.6.2"
    # emerge ">=app-portage/esearch-0.6.2"

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!