Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2024:6973

Опубликовано: 30 сент. 2024
Источник: rocky
Оценка: Moderate

Описание

Moderate: dovecot security update

Dovecot is an IMAP server for Linux and other UNIX-like systems, written primarily with security in mind. It also contains a small POP3 server, and supports e-mail in either the maildir or mbox format. The SQL drivers and authentication plug-ins are provided as subpackages.

Security Fix(es):

  • dovecot: using a large number of address headers may trigger a denial of service (CVE-2024-23184)

  • dovecot: very large headers can cause resource exhaustion when parsing message (CVE-2024-23185)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
dovecotx86_646.el8_10dovecot-2.3.16-6.el8_10.x86_64.rpm
dovecot-mysqlx86_646.el8_10dovecot-mysql-2.3.16-6.el8_10.x86_64.rpm
dovecot-pgsqlx86_646.el8_10dovecot-pgsql-2.3.16-6.el8_10.x86_64.rpm
dovecot-pigeonholex86_646.el8_10dovecot-pigeonhole-2.3.16-6.el8_10.x86_64.rpm

Показывать по

Связанные CVE

Связанные уязвимости

suse-cvrf
10 месяцев назад

Security update for dovecot23

rocky
9 месяцев назад

Moderate: dovecot security update

oracle-oval
9 месяцев назад

ELSA-2024-6973: dovecot security update (MODERATE)

oracle-oval
9 месяцев назад

ELSA-2024-6529: dovecot security update (MODERATE)

CVSS3: 7.5
ubuntu
9 месяцев назад

Very large headers can cause resource exhaustion when parsing message. The message-parser normally reads reasonably sized chunks of the message. However, when it feeds them to message-header-parser, it starts building up "full_value" buffer out of the smaller chunks. The full_value buffer has no size limit, so large headers can cause large memory usage. It doesn't matter whether it's a single long header line, or a single header split into multiple lines. This bug exists in all Dovecot versions. Incoming mails typically have some size limits set by MTA, so even largest possible header size may still fit into Dovecot's vsz_limit. So attackers probably can't DoS a victim user this way. A user could APPEND larger mails though, allowing them to DoS themselves (although maybe cause some memory issues for the backend in general). One can implement restrictions on headers on MTA component preceding Dovecot. No publicly available exploits are known.