Bug 2525567 (CVE-2026-33263) - CVE-2026-33263 dovecot: Dovecot: Denial of Service and potential message duplication via connection limit exhaustion
Summary: CVE-2026-33263 dovecot: Dovecot: Denial of Service and potential message dupl...
Keywords:
Status: NEW
Alias: CVE-2026-33263
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2526667
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 11:23 UTC by OSIDB Bzimport
Modified: 2026-09-01 07:24 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 11:23:17 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.