GLSA 200405-20: Insecure Temporary File Creation In MySQL

Опасность:средняя
Заголовок:Insecure Temporary File Creation In MySQL
Дата:25.05.2004
Ошибки: #46242
ID:200405-20

Сводка

Two MySQL utilities create temporary files with hardcoded paths, allowing an attacker to use a symlink to trick MySQL into overwriting important data.

Назначение

MySQL is a popular open-source multi-threaded, multi-user SQL database server.

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

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

Описание

The MySQL bug reporting utility (mysqlbug) creates a temporary file to log bug reports to. A malicious local user with write access to the /tmp directory could create a symbolic link of the name mysqlbug-N pointing to a protected file, such as /etc/passwd, such that when mysqlbug creates the Nth log file, it would end up overwriting the target file. A similar vulnerability exists with the mysql_multi utility, which creates a temporary file called mysql_multi.log.

Воздействие

Since mysql_multi runs as root, a local attacker could use this to destroy any other users' data or corrupt and destroy system files.

Обход

One could modify both scripts to log to a directory that users do not have write permission to, such as /var/log/mysql/.

Решение

All users should upgrade to the latest stable version of MySQL.

    # emerge sync

    # emerge -pv ">=dev-db/mysql-4.0.18-r2"
    # emerge ">=dev-db/mysql-4.0.18-r2"

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!