Severity by source
AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N
PR:L reflects that the exploiting party must already hold a minted URLAUTH URL; AC:H captures the timing-dependent revocation prerequisite; S:C because the stale URL crosses an authorization scope boundary.
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 does not honor revoked authorizer access. A URLAUTH URL minted while the authorizer had access continued to work after that access was revoked.
AnalysisAI
Cyrus IMAP through version 3.12.2 fails to invalidate URLAUTH-minted URLs when the authorizer's access is subsequently revoked, allowing continued unauthorized access to delegated mailbox content. The flaw (CWE-672: Operation on Resource after Expiration or Release) affects the URLAUTH extension defined in RFC 4467, which is designed to let users grant third-party access to mailbox data without sharing credentials. No public exploit code exists and this vulnerability is not listed in CISA KEV; real-world risk is highest in environments with active IMAP delegation workflows where access revocation is security-critical, such as departing employee scenarios.
Technical ContextAI
URLAUTH is an IMAP extension (RFC 4467) enabling users - called 'authorizers' - to mint authenticated URLs that grant third parties scoped, credential-free access to specific mailbox data. The root cause is CWE-672: Cyrus IMAP does not re-validate the authorizer's current access rights when a previously issued URLAUTH URL is subsequently used; it relies solely on the token being structurally valid rather than checking live ACL state. The affected software is identified by CPE cpe:2.3:a:cyrusimap:cyrus_imap:*:*:*:*:*:*:*:*, covering all releases through 3.12.2. The Changed Scope (S:C) in the CVSS vector reflects that a successfully exploited URL crosses an authorization boundary - the exploiting party accesses mailbox data under an identity whose rights have been revoked.
RemediationAI
Upgrade to Cyrus IMAP version 3.12.3, which is confirmed by the vendor's official release notes at https://www.cyrusimap.org/3.12/imap/download/release-notes/3.12/x/3.12.3.html as containing the fix for this issue. If an immediate upgrade is not feasible, administrators should audit all active URLAUTH tokens and revoke them manually by changing the relevant mailbox ACLs and cycling authorizer credentials - note that this will disrupt any legitimate workflows relying on currently active URLAUTH URLs and will require re-issuance. Organizations that do not use the URLAUTH extension at all can disable or restrict it via IMAP capability advertisement or firewall-level filtering of IMAP URLAUTH commands as a compensating control with minimal operational impact. Environments with strict access revocation requirements (e.g., HR or legal team mailboxes) should treat this as a process control gap and implement post-revocation URLAUTH audits regardless of patch timing.
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
URLAUTH token forgery in Cyrus IMAP through 3.12.2 allows a network-based unauthenticated attacker to read the contents
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 allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45010
GHSA-4pcj-qpx3-mjmx