GLSA 200410-16: PostgreSQL: Insecure temporary file use in make_oidjoins_check

Опасность:средняя
Заголовок:PostgreSQL: Insecure temporary file use in make_oidjoins_check
Дата:18.10.2004
Ошибки: #66371
ID:200410-16

Сводка

The make_oidjoins_check script, part of the PostgreSQL package, is vulnerable to symlink attacks, potentially allowing a local user to overwrite arbitrary files with the rights of the user running the utility.

Назначение

PostgreSQL is an open source database based on the POSTGRES database management system. It includes several contributed scripts including the make_oidjoins_check script.

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

Пакет Уязвимый Нетронутый Архитектура(ы)
dev-db/postgresql <= 7.4.5-r1 >= 7.4.5-r2 All supported architectures

Описание

The make_oidjoins_check script insecurely creates temporary files in world-writeable directories with predictable names.

Воздействие

A local attacker could create symbolic links in the temporary files directory, pointing to a valid file somewhere on the filesystem. When make_oidjoins_check is called, this would result in file overwrite with the rights of the user running the utility, which could be the root user.

Обход

There is no known workaround at this time.

Решение

All PostgreSQL users should upgrade to the latest version:

    # emerge sync
    
    # emerge -pv ">=dev-db/postgresql-7.4.5-r2"
    # emerge ">=dev-db/postgresql-7.4.5-r2"

Upgrade notes: PostgreSQL 7.3.x users should upgrade to the latest available 7.3.x version to retain database compatibility.

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!