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

exploitDog

oracle-oval логотип

ELSA-2024-6529

Опубликовано: 10 сент. 2024
Источник: oracle-oval
Платформа: Oracle Linux 9

Описание

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

[1:2.3.16-11.1]

  • fix CVE-2024-23184: using a large number of address headers may trigger a denial of service (RHEL-55211)
  • fix CVE-2024-23185: very large headers can cause resource exhaustion when parsing message (RHEL-55225)

Обновленные пакеты

Oracle Linux 9

Oracle Linux aarch64

dovecot

2.3.16-11.el9_4.1

dovecot-devel

2.3.16-11.el9_4.1

dovecot-mysql

2.3.16-11.el9_4.1

dovecot-pgsql

2.3.16-11.el9_4.1

dovecot-pigeonhole

2.3.16-11.el9_4.1

Oracle Linux x86_64

dovecot

2.3.16-11.el9_4.1

dovecot-devel

2.3.16-11.el9_4.1

dovecot-mysql

2.3.16-11.el9_4.1

dovecot-pgsql

2.3.16-11.el9_4.1

dovecot-pigeonhole

2.3.16-11.el9_4.1

Связанные CVE

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

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

Security update for dovecot23

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

Moderate: dovecot security update

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

Moderate: dovecot security update

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

ELSA-2024-6973: 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.