Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Network-accessible IMAP command requiring valid credentials (PR:L); only low confidentiality impact as folder names and UIDs are exposed but message content is not readable.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
2DescriptionCVE.org
An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. There is an ESEARCH cross-user content oracle. By using the ESEARCH command, an authenticated IMAP user could enumerate folder names under any account they could name. Search would return UIDs of messages matching the search, creating a content oracle (without allowing arbitrary reads of the target's content).
AnalysisAI
Cross-user information disclosure in Cyrus IMAP through 3.12.2 allows any authenticated IMAP user to enumerate folder names and retrieve message UIDs belonging to arbitrary other accounts via the ESEARCH command, creating a content oracle. The flaw (CWE-204, Observable Response Discrepancy) leaks mailbox structure - including folder names that may reveal sensitive organizational or personal context - without permitting reads of actual message content. No public exploit code has been identified at time of analysis, no CISA KEV listing exists, and the CVSS score of 4.3 reflects the authentication prerequisite and limited confidentiality impact, though risk is elevated in shared multi-tenant deployments such as ISPs and universities.
Technical ContextAI
Cyrus IMAP is an open-source IMAP server developed by Carnegie Mellon University's Project Cyrus and widely deployed in academic, ISP, and enterprise environments. The vulnerability lies in the server's handling of the ESEARCH command (defined in RFC 4731 as a structured extension to standard IMAP SEARCH), which is enabled by default. CWE-204 (Observable Response Discrepancy) describes flaws where response differences reveal information an actor should not have access to - here, ESEARCH returns structured UID lists for messages matching the query, and the implementation fails to scope cross-namespace queries to only the requesting user's authorized mailboxes. The CPE string cpe:2.3:a:cyrusimap:cyrus_imap:*:*:*:*:*:*:*:* covers all versions through 3.12.2. Because IMAP namespaces allow addressing other users' mailboxes directly (e.g., user.victim), the ESEARCH oracle permits inference of folder existence and message presence across the entire server population without any grant of read access.
RemediationAI
Upgrade to Cyrus IMAP 3.12.3 or later as indicated by the vendor release notes at https://www.cyrusimap.org/3.12/imap/download/release-notes/3.12/x/3.12.3.html; the general release index at https://www.cyrusimap.org/imap/download/release-notes/index.html should be consulted for fixes applicable to other supported branches. If an immediate upgrade is not feasible, administrators can reduce exposure by restricting IMAP namespace access: configuring Cyrus IMAP's namespace settings to disable cross-user namespace access (e.g., setting altnamespace and disabling the shared or other-users namespace in imapd.conf) would prevent ESEARCH from reaching other users' mailboxes, though this may break legitimate IMAP sharing and delegation workflows. Deploying an IMAP proxy layer with strict namespace enforcement is an additional option but introduces operational complexity. Disabling ESEARCH entirely is not recommended as it would broadly degrade IMAP client performance. Note that patch version 3.12.3 is inferred from the referenced URL and has not been independently confirmed via a separate security advisory.
More in Cyrus Imap
View allCyrus IMAP before 3.0.3 allows remote authenticated users to write to arbitrary files via a crafted (1) SYNCAPPLY, (2) S
Unauthorized mailbox deletion in Cyrus IMAP through 3.12.2 allows any authenticated non-admin user to invoke the admin-o
Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation
Incorrect authorization in Cyrus IMAP through 3.12.2 allows authenticated users to bypass mailbox ACL enforcement via th
Cyrus IMAP through 3.12.2 exposes mailbox ACL data to any authenticated user via the IMAP LISTRIGHTS command, which lack
URLAUTH token forgery in Cyrus IMAP through 3.12.2 allows a network-based unauthenticated attacker to read the contents
Cyrus IMAP through version 3.12.2 fails to invalidate URLAUTH-minted URLs when the authorizer's access is subsequently r
Unauthorized mailbox access in Cyrus IMAP through 3.12.2 allows any authenticated user to read email from mailboxes they
Heap over-read in Cyrus IMAP through version 3.12.2 enables authenticated IMAP users to leak server heap memory by submi
Cyrus IMAP through version 3.12.2 contains an authorization flaw in its XAPPLEPUSHSERVICE (XAPS) command that lets authe
Same weakness CWE-204 – Observable Response Discrepancy
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: Moderate| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45006
GHSA-7m4j-qx5p-343w