GLSA 200602-11: OpenSSH, Dropbear: Insecure use of system() call

Опасность:низкая
Заголовок:OpenSSH, Dropbear: Insecure use of system() call
Дата:20.02.2006
Ошибки: #119232
ID:200602-11

Сводка

A flaw in OpenSSH and Dropbear allows local users to elevate their privileges via scp.

Назначение

OpenSSH is a free application suite consisting of server and clients that replace tools like telnet, rlogin, rcp and ftp with more secure versions offering additional functionality. Dropbear is an SSH server and client designed with a small memory footprint that includes OpenSSH scp code.

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

Пакет Уязвимый Нетронутый Архитектура(ы)
net-misc/openssh < 4.2_p1-r1 >= 4.2_p1-r1 All supported architectures
net-misc/dropbear < 0.47-r1 >= 0.47-r1 All supported architectures

Описание

To copy from a local filesystem to another local filesystem, scp constructs a command line using 'cp' which is then executed via system(). Josh Bressers discovered that special characters are not escaped by scp, but are simply passed to the shell.

Воздействие

By tricking other users or applications to use scp on maliciously crafted filenames, a local attacker user can execute arbitrary commands with the rights of the user running scp.

Обход

There is no known workaround at this time.

Решение

All OpenSSH users should upgrade to the latest version:

    # emerge --sync
    # emerge --ask --oneshot --verbose ">=net-misc/openssh-4.2_p1-r1"

All Dropbear users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=net-misc/dropbear-0.47-r1"

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!