GLSA 200710-25: MLDonkey: Privilege escalation

Опасность:высокая
Заголовок:MLDonkey: Privilege escalation
Дата:24.10.2007
Ошибки: #189412
ID:200710-25

Сводка

The Gentoo MLDonkey ebuild adds a user to the system with a valid login shell and no password.

Назначение

MLDonkey is a peer-to-peer filesharing client that connects to several different peer-to-peer networks, including Overnet and BitTorrent.

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

Пакет Уязвимый Нетронутый Архитектура(ы)
net-p2p/mldonkey < 2.9.0-r3 >= 2.9.0-r3 All supported architectures

Описание

The Gentoo MLDonkey ebuild adds a user to the system named "p2p" so that the MLDonkey service can run under a user with low privileges. With older Portage versions this user is created with a valid login shell and no password.

Воздействие

A remote attacker could log into a vulnerable system as the p2p user. This would require an installed login service that permitted empty passwords, such as SSH configured with the "PermitEmptyPasswords yes" option, a local login console, or a telnet server.

Обход

See Resolution.

Решение

Change the p2p user's shell to disallow login. For example, as root run the following command:

    # usermod -s /bin/false p2p

NOTE: updating to the current MLDonkey ebuild will not remove this vulnerability, it must be fixed manually. The updated ebuild is to prevent this problem from occurring in the future.

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!