Severity by source
AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N
Network-exploitable via URLAUTH with no attacker authentication needed; AC:H for the per-folder mboxkey-absence prerequisite outside attacker control; S:C reflects cross-account boundary read access.
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. URLAUTH token forgery can occur via a missing mboxkey. If an attacker knew a folder name on the victim's account for which the victim had never issued an auth URL, they could forge a working URLAUTH token by computing an HMAC-SHA1 value with a predictable key, giving them read access to the mailbox. (URLAUTH is an obscure feature, meaning that the odds of any user actually being susceptible to this attack are very low. Perhaps no public clients use URLAUTH.)
AnalysisAI
URLAUTH token forgery in Cyrus IMAP through 3.12.2 allows a network-based unauthenticated attacker to read the contents of a victim's mailbox folder by computing a forged authentication token using a predictable HMAC-SHA1 key. The predictability arises specifically when a victim has never issued a URLAUTH-authenticated URL for a given folder, leaving the per-folder mboxkey absent and thus falling back to a computable value. No public exploit code has been identified and no active exploitation has been confirmed; real-world impact is further constrained by URLAUTH being an obscure IMAP extension with negligible public client adoption.
Technical ContextAI
Cyrus IMAP implements the URLAUTH extension defined in RFC 4467, which enables IMAP users to issue authenticated URLs granting third-party services access to specific mailbox folders without sharing credentials. Each folder is protected by a per-folder secret called an mboxkey, which serves as the HMAC-SHA1 signing key for URLAUTH tokens. The root cause of this vulnerability is classified as CWE-340 (Generation of Predictable Numbers or Identifiers): when no mboxkey has ever been generated for a folder - because the legitimate user has never issued a URLAUTH token for it - the signing key defaults to a predictable value. An attacker who knows a valid folder name can exploit this by computing a mathematically valid HMAC-SHA1 token independently, presenting it to the server as a forged URLAUTH credential. The affected product is identified by CPE cpe:2.3:a:cyrusimap:cyrus_imap:*:*:*:*:*:*:*:*, encompassing all Cyrus IMAP versions through 3.12.2.
RemediationAI
Upgrade Cyrus IMAP to version 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. For earlier maintained branches, consult the release notes index at https://www.cyrusimap.org/imap/download/release-notes/index.html to confirm whether a branch-specific patch has been issued, as fix availability for branches prior to 3.12.x is not confirmed from the available intelligence data. As a compensating control where immediate patching is not feasible, disabling or restricting the URLAUTH feature at the server level would eliminate the attack surface entirely, since the vulnerability is contingent on URLAUTH being functional; this trade-off is low-risk in practice because the CVE description notes that virtually no public IMAP clients consume URLAUTH, meaning disabling it is unlikely to break any production functionality. If URLAUTH is in active use by specific integrations, restricting IMAP access to those known client IP addresses via firewall rules would meaningfully reduce exposure while the patch is applied.
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
Cross-user information disclosure in Cyrus IMAP through 3.12.2 allows any authenticated IMAP user to enumerate folder na
Cyrus IMAP through 3.12.2 exposes mailbox ACL data to any authenticated user via the IMAP LISTRIGHTS command, which lack
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 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-45008
GHSA-8jrh-wq6h-53c4