CVE-2026-67194 Details
Description
Courier IMAP before 6.0.1 and Courier Mail Server before 2.0.2 allow authenticated IMAP users to crash the imapd process via deeply nested parenthesized SEARCH queries. The SEARCH command parser (alloc_search_key in searchinfo.C) recursively descends on nested parenthesized groups through a mutual recursion chain with alloc_search_andlist() and alloc_search_notkey(), with no depth limit. Courier IMAP has no overall command line length limit, making exploitation trivial. A single IMAP command with ~2500 nested parentheses overflows the 8MB default stack, causing SIGSEGV.
A denial-of-service vulnerability has been identified in Courier IMAP versions prior to 6.0.1 and Courier Mail Server versions prior to 2.0.2. This vulnerability allows authenticated IMAP users to crash the imapd process by sending deeply nested parenthesized SEARCH queries. The issue arises because the SEARCH command parser recursively processes nested groups without a depth limit, leading to uncontrolled recursion. Additionally, Courier IMAP does not impose a command line length limit, which facilitates exploitation. A single IMAP command with approximately 2500 nested parentheses can overflow the default 8MB stack limit, causing a segmentation fault (SIGSEGV).
Users can upgrade to Courier IMAP version 6.0.1 or later, and Courier Mail Server version 2.0.2 or later, to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 29, 2026CISA-ADP
Assessed Jul 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-674 | Uncontrolled Recursion | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Courier IMAP | < 6.0.1 (semver) |
CPE
Remediation
| |
| Courier Mail Server | < 2.0.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 29, 2026 | CVE Modified | CISA-ADP |
| Jul 29, 2026 | New CVE Received | [email protected] |
Volerion