| Reporter | Title | Published | Views | Family All 121 |
|---|---|---|---|---|
| Dovecot -- DoS | 14 Aug 202400:00 | – | freebsd | |
| Amazon Linux 2023 : dovecot, dovecot-devel, dovecot-mysql (ALAS2023-2024-785) | 11 Dec 202400:00 | – | nessus | |
| Alibaba Cloud Linux 3 : 0202: dovecot (ALINUX3-SA-2024:0202) | 14 May 202500:00 | – | nessus | |
| AlmaLinux 9 : dovecot (ALSA-2024:6529) | 11 Sep 202400:00 | – | nessus | |
| AlmaLinux 8 : dovecot (ALSA-2024:6973) | 25 Sep 202400:00 | – | nessus | |
| Debian dla-3860 : dovecot-auth-lua - security update | 2 Sep 202400:00 | – | nessus | |
| Debian dsa-5752 : dovecot-auth-lua - security update | 21 Aug 202400:00 | – | nessus | |
| Fedora 39 : dovecot (2024-ba5bb9f63a) | 28 Aug 202400:00 | – | nessus | |
| Fedora 40 : dovecot (2024-e23e8a3f1e) | 28 Aug 202400:00 | – | nessus | |
| FreeBSD : Dovecot -- DoS (6a6ad6cb-5c6c-11ef-b456-001e676bf734) | 17 Aug 202400:00 | – | nessus |
`Affected product: Dovecot IMAP Server
Internal reference: DOV-6464
Vulnerability type: CWE-770 (Allocation of Resources Without Limits or Throttling)
Vulnerable version: 2.2, 2.3
Vulnerable component: lib-mail
Report confidence: Confirmed
Solution status: Fixed in 2.3.21.1
Researcher credits: Vendor internal discovery
Vendor notification: 2024-01-30
CVE reference: CVE-2024-23184
CVSS: 5.0 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N)
Vulnerability Details:
Having a large number of address headers (From, To, Cc, Bcc, etc.) becomes excessively CPU intensive. With 100k header lines CPU usage is already 12 seconds, and in a production environment we observed 500k header lines taking 18 minutes to parse. Since this can be triggered by external actors sending emails to a victim, this is a security issue.
The main problem is that each header line's address is added to the end of a linked list. This is done by walking the whole linked list, which becomes more inefficient the more addresses there are.
Workaround:
One can implement restrictions on address headers on MTA component preceding Dovecot.
Fix:
Install non-vulnerable version of Dovecot. Patch can be found at https://github.com/dovecot/core/compare/8e4c42d%5E...1481c04.patch
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation