Description
The comparison used for the doveadm password and API key is not fully timing safe and can reveal the length of the configured secret. An attacker with access to the same network as the doveadm service, able to make repeated requests and measure response timing accurately, can learn the length of the secret, which reduces the effort needed to guess it. The secret value itself is not disclosed. Restrict network access to the doveadm service to trusted clients. Update to non-vulnerable version. No publicly available exploits are known.
Published: 2026-08-28
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure via Timing Side-Channel
Action: Apply Update
AI Analysis

Impact

The comparison routine used by doveadm to validate passwords and API keys performs an incomplete timing‑safe check, allowing an attacker who can generate repeated requests to the service and measure the response time to deduce the exact length of the configured secret. The secret value itself is never revealed, but knowing its length significantly reduces the effort required to brute‑force the key, thereby raising the confidentiality risk of the system.

Affected Systems

Open‑Xchange GmbH’s OX Dovecot Community Edition and Professional Edition are affected. No specific vulnerable version numbers are listed in the given data, so any installation of OX Dovecot that has the doveadm API enabled and is reachable on the network should be treated as potentially vulnerable until a patch is applied.

Risk and Exploitability

The CVSS score is 3.1, indicating very low severity, and the EPSS score is < 1%, indicating a very low probability that this vulnerability is being actively exploited. The vulnerability is not catalogued in CISA’s KEV database. Attackers need physical or network proximity to the doveadm service, the ability to craft repeated queries, and a timing measurement tool. No publicly available exploits are known, so the threat is mostly theoretical; once the secret length is known, subsequent attacks such as brute‑force become easier.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update OX Dovecot to the latest version that resolves the timing‑safe comparison issue.
  • Restrict network access to the doveadm service so only trusted clients can reach it.
  • If a patch is not immediately available, temporarily disable doveadm password or API key handling until the update is applied.

Generated by OpenCVE AI on September 1, 2026 at 15:00 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 Timing Side-Channel Reveals Length of doveadm Secret dovecot: Dovecot: Information disclosure via timing attack on `doveadm` password/API key comparison
Weaknesses CWE-208
References
Metrics threat_severity

None

threat_severity

Low


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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Title Timing Side-Channel Reveals Length of doveadm Secret

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

Type Values Removed Values Added
Description The comparison used for the doveadm password and API key is not fully timing safe and can reveal the length of the configured secret. An attacker with access to the same network as the doveadm service, able to make repeated requests and measure response timing accurately, can learn the length of the secret, which reduces the effort needed to guess it. The secret value itself is not disclosed. Restrict network access to the doveadm service to trusted clients. Update to non-vulnerable version. No publicly available exploits are known.
Weaknesses CWE-200
References
Metrics cvssV3_1

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


Subscriptions

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

Status: PUBLISHED

Assigner: OX

Published:

Updated: 2026-08-28T15:53:51.809Z

Reserved: 2026-04-27T08:53:58.839Z

Link: CVE-2026-42393

cve-icon Vulnrichment

Updated: 2026-08-28T14:32:31.468Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-42393

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-42393 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T15:00:11Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-208

    Observable Timing Discrepancy