The vendor explicitly identifies these products as affected by this CVE.
- dovecot as a component of Red Hat Enterprise Linux 10
- dovecot-devel as a component of Red Hat Enterprise Linux 10
- dovecot-mysql as a component of Red Hat Enterprise Linux 10
- dovecot-pgsql as a component of Red Hat Enterprise Linux 10
- dovecot-pigeonhole as a component of Red Hat Enterprise Linux 10
- dovecot.src as a component of Red Hat Enterprise Linux 10
- dovecot as a component of Red Hat Enterprise Linux 6
- dovecot-devel as a component of Red Hat Enterprise Linux 6
- dovecot-mysql as a component of Red Hat Enterprise Linux 6
- dovecot-pgsql as a component of Red Hat Enterprise Linux 6
- dovecot-pigeonhole as a component of Red Hat Enterprise Linux 6
- dovecot.src as a component of Red Hat Enterprise Linux 6
- Summary
- A flaw was found in the Dovecot mail server's `submission-login` component. This vulnerability occurs when the server reaches its maximum allowed user IP connections, leading to a crash due to file descriptor handling issues. This can result in a denial of service, preventing users from sending emails, and potentially causing duplicate message delivery under certain conditions.
- Remediation
- To mitigate this issue, limit the number of connections handled by a single submission-login process. This can be achieved by adjusting the `process_limit` setting for the `submission-login` service in the Dovecot configuration. For example, add or modify the following in a Dovecot configuration file (e.g., `/etc/dovecot/conf.d/10-master.conf`): ``` service submission-login { process_limit = } ``` Reducing this limit may impact performance. After modifying the configuration, restart the Dovecot service for the changes to take effect.
