Description
When mail_max_userip_connections is set (default 10) and reached, submission-login can crash with epoll() panic caused by file descriptor handling issues. If running in high-security mode (default for community releases), only the new submission connection gets terminated. If running in high-performance mode (default for Pro releases), all connections handled by the submission-login process will be terminated. The crashes can cause failure for user to send a message, or it can cause duplicate messages to be sent. If TLS is not used (in the backend server processing the submission), duplicate deliveries cannot happen, because the crash can only happen at AUTH stage. Limit the number of connections handled by single submission-login process. This has a performance impact though. Update to non-vulnerable version. No publicly available exploits are known.
Published: 2026-08-28
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via crash of submission‑login process
Action: Immediate Patch
AI Analysis

Impact

When the mail_max_userip_connections limit of 10 is reached, the submission‑login process may crash with an epoll() panic due to improper file‑descriptor handling. The crash terminates either only the new connection (in high‑security mode) or all connections managed by the submission‑login process (in high‑performance mode). This disrupts the user’s ability to send mail and can cause duplicate messages when TLS is not used, since the crash can only occur at the AUTH stage. The flaw does not compromise confidentiality or allow unauthorized access, but it does interrupt service availability. This weakness is consistent with CWE-403 and CWE-910.

Affected Systems

The vulnerability affects Open‑Xchange GmbH’s OX Dovecot CE and OX Dovecot Pro products. No specific firmware or software version numbers are listed in the advisory; however, any version running the affected configuration is potentially impacted.

Risk and Exploitability

The CVSS base score of 4.3 places this issue in the low‑to‑moderate severity range. The EPSS score of 0.0029 (less than 1%) indicates a very low but non‑zero exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Because the crash can be triggered by sending many connections to the mail submission service, remote attackers who can reach the Dovecot server can potentially execute a denial‑of‑service attack by exhausting the allowed connections per IP. No publicly known exploits are available, but the attack requires only normal mail‑submission traffic and can be automated. Mitigation is best achieved by applying the vendor’s fixed version.

Generated by OpenCVE AI on September 1, 2026 at 15:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a non‑vulnerable Dovecot release.
  • If an upgrade is not yet possible, reduce the value of mail_max_userip_connections to limit the number of simultaneous connections per IP or limit the number of connections processed by each submission‑login process, accepting a performance penalty.
  • Configure the submission‑backend connection to use TLS, which prevents duplicate deliveries caused by the crash during authentication.

Generated by OpenCVE AI on September 1, 2026 at 15:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Open-xchange
Open-xchange ox Dovecot Ce
Open-xchange ox Dovecot Pro
Vendors & Products Open-xchange
Open-xchange ox Dovecot Ce
Open-xchange ox Dovecot Pro

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Title Dovecot Submission‑Login Process Crash from Connection Limit Exceeded dovecot: Dovecot: Denial of Service and potential message duplication via connection limit exhaustion
Weaknesses CWE-910
References
Metrics threat_severity

None

threat_severity

Important


Fri, 28 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Title Dovecot Submission‑Login Process Crash from Connection Limit Exceeded

Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description When mail_max_userip_connections is set (default 10) and reached, submission-login can crash with epoll() panic caused by file descriptor handling issues. If running in high-security mode (default for community releases), only the new submission connection gets terminated. If running in high-performance mode (default for Pro releases), all connections handled by the submission-login process will be terminated. The crashes can cause failure for user to send a message, or it can cause duplicate messages to be sent. If TLS is not used (in the backend server processing the submission), duplicate deliveries cannot happen, because the crash can only happen at AUTH stage. Limit the number of connections handled by single submission-login process. This has a performance impact though. Update to non-vulnerable version. No publicly available exploits are known.
Weaknesses CWE-403
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}


Subscriptions

Open-xchange Ox Dovecot Ce Ox Dovecot Pro
cve-icon MITRE

Status: PUBLISHED

Assigner: OX

Published:

Updated: 2026-08-28T15:55:33.617Z

Reserved: 2026-03-18T10:06:16.573Z

Link: CVE-2026-33263

cve-icon Vulnrichment

Updated: 2026-08-28T14:32:51.748Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:27.483

Modified: 2026-09-03T18:13:44.643

Link: CVE-2026-33263

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-28T10:12:12Z

Links: CVE-2026-33263 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T15:15:12Z

Weaknesses
  • CWE-403

    Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak')

  • CWE-910

    Use of Expired File Descriptor