Description
An attacker that can send mail to a user can craft a message whose headers contain a very large number of email addresses or MIME parameters, which causes excessive memory usage when the message is later parsed. The message is still delivered, but reading it over IMAP can exhaust the memory limit of the process and terminate it, causing denial of service for the affected user. Update to non-vulnerable version. No publicly available exploits are known.
Published: 2026-08-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

An attacker who can send mail to a mailbox can craft a message whose headers contain a very large number of email addresses or MIME parameters. When the message is read over IMAP, the parser consumes excessive memory, exhausting the process limit and causing it to terminate. The mail is still delivered, but the affected user experiences a denial of service whenever they attempt to access or read the message.

Affected Systems

The vulnerability affects Open‑Xchange GmbH's OX Dovecot CE and OX Dovecot Pro mail servers. No specific vulnerable versions are listed, so any installation of these products that has not received the vendor‑supplied fix is considered affected.

Risk and Exploitability

The CVSS score of 7.5 indicates a high risk. The exploit requires the adversary to be able to deliver mail to the target mailbox, which is typically possible over the Internet if the server accepts inbound messages. Denial occurs only when the message is read, meaning attackers can trigger a crash by merely sending the crafted email. No publicly available exploits are known, and the EPSS score is < 1%, so the likelihood of widespread exploitation is low, but the denial of service could be useful in a targeted or local disruption scenario.

Generated by OpenCVE AI on September 1, 2026 at 15:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied update that fixes the large‑header parsing issue and mitigates the CWE‑400 resource‑exhaustion vulnerability.
  • Configure the mailbox server to limit the maximum number of addresses or MIME parameters in email headers to address the unchecked loop condition (CWE‑770) and prevent memory spikes.
  • Place process‑level resource limits or sandbox the IMAP service so that a single message cannot exhaust system memory, addressing both CWE‑400 and CWE‑770.

Generated by OpenCVE AI on September 1, 2026 at 15:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Open-xchange
Open-xchange ox Dovecot Ce
Open-xchange ox Dovecot Pro
Vendors & Products Open-xchange
Open-xchange ox Dovecot Ce
Open-xchange ox Dovecot Pro

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Title Denial of Service via Large Header Attack in OX Dovecot dovecot: Dovecot: Denial of service via crafted email headers
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Important


Fri, 28 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Title Denial of Service via Large Header Attack in OX Dovecot

Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description An attacker that can send mail to a user can craft a message whose headers contain a very large number of email addresses or MIME parameters, which causes excessive memory usage when the message is later parsed. The message is still delivered, but reading it over IMAP can exhaust the memory limit of the process and terminate it, causing denial of service for the affected user. Update to non-vulnerable version. No publicly available exploits are known.
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Open-xchange Ox Dovecot Ce Ox Dovecot Pro
cve-icon MITRE

Status: PUBLISHED

Assigner: OX

Published:

Updated: 2026-08-28T15:55:41.500Z

Reserved: 2026-02-24T08:46:09.373Z

Link: CVE-2026-27852

cve-icon Vulnrichment

Updated: 2026-08-28T14:42:14.280Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:27.330

Modified: 2026-09-03T18:13:44.643

Link: CVE-2026-27852

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-28T10:12:11Z

Links: CVE-2026-27852 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T15:15:12Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling