GLSA 200801-11: CherryPy: Directory traversal vulnerability

Опасность:средняя
Заголовок:CherryPy: Directory traversal vulnerability
Дата:27.01.2008
Ошибки: #204829
ID:200801-11

Сводка

CherryPy is vulnerable to a directory traversal that could allow attackers to read and write arbitrary files.

Назначение

CherryPy is a Python-based, object-oriented web development framework.

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

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

Описание

CherryPy does not sanitize the session id, provided as a cookie value, in the FileSession._get_file_path() function before using it as part of the file name.

Воздействие

A remote attacker could exploit this vulnerability to read and possibly write arbitrary files on the web server, or to hijack valid sessions, by providing a specially crafted session id. This only affects applications using file-based sessions.

Обход

Disable the "FileSession" functionality by using "PostgresqlSession" or "RamSession" session management in your CherryPy application.

Решение

All CherryPy 2.2 users should upgrade to the latest version:

    # emerge --sync
    # emerge --ask --oneshot --verbose ">=dev-python/cherrypy-2.2.1-r2"

All CherryPy 3.0 users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/cherrypy-3.0.2-r1"

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!