GLSA 202210-33: Libtirpc: Denial of Service

Опасность:средняя
Заголовок:Libtirpc: Denial of Service
Дата:31.10.2022
Ошибки: #859634
ID:202210-33

Сводка

A vulnerability has been discovered in Libtirpc which could result in denial of service.

Назначение

Libtirpc is a port of Sun's Transport-Independent RPC library to Linux.

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

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

Описание

Currently svc_run does not handle poll timeout and rendezvous_request does not handle EMFILE error returned from accept(2 as it used to. These two missing functionality were removed by commit b2c9430f46c4. The effect of not handling poll timeout allows idle TCP conections to remain ESTABLISHED indefinitely. When the number of connections reaches the limit of the open file descriptors (ulimit -n) then accept(2) fails with EMFILE. Since there is no handling of EMFILE error this causes svc_run() to get in a tight loop calling accept(2). This resulting in the RPC service of svc_run is being down, it's no longer able to service any requests. Due to a lack of handling of certain error cases, connections to Libtirpc could remain ESTABLISHED indefinitely.

Воздействие

Denial of service can be achieved via establishing enough connections to Libtirpc to reach the limit of open file descriptors for the process.

Обход

There is no known workaround at this time.

Решение

All Libtirpc users should upgrade to the latest version:

          # emerge --sync
          # emerge --ask --oneshot --verbose ">=net-libs/libtirpc-1.3.2"
        

Ссылки

Наличие

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

Опасения?

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

Лицензия

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

Спасибо!