DovecotApplication

CVE-2026-33603

MEDIUM · 5.3 CVSS v3.1 Published 2026-05-12
Fix available
A fix is available. Upgrade to 2.4.4 / 3.1.5 or later.
See remediation →
58/100
Remediation priority · Elevated
No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Attacker can use a specially crafted base64 exchange between Dovecot and Client to fake SCRAM TLS channel binding. This requires that the attacker is able to position itself between Dovecot and the client connection. If successful, the attacker can eavesdrop communications between Dovecot and client as MITM proxy. Install fixed version. No publicly available exploits are known.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

A vulnerability in Dovecot allows an attacker positioned as a man-in-the-middle to craft a malicious base64 exchange that fakes SCRAM TLS channel binding, enabling eavesdropping on communications between Dovecot and clients.

MitigationUpgrade Dovecot to the vendor-provided fixed version that addresses the SCRAM TLS channel binding manipulation.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
DovecotApplication
Affected:< 2.4.4
DovecotApplication
Affected:< 3.1.5

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Adjacent
Complexity
High
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Dovecot version
    Run `dovecot --version` or use your package manager to query the installed dovecot package version (e.g., `rpm -q dovecot` or `dpkg -l dovecot`)
    Affected if The version number is less than 2.4.4 (for Dovecot) or less than 3.1.5 (for Open Xchange Dovecot)
  2. Verify SCRAM authentication mechanism is enabled
    Run `dovecot -n` and look for the `auth_mechanisms` setting in the output. Common config file location is /etc/dovecot/dovecot.conf
    Affected if The auth_mechanisms line includes SCRAM-SHA-1, SCRAM-SHA-256, or SCRAM (any SCRAM variant)
  3. Confirm TLS/SSL is enabled for connections
    Check the dovecot configuration for `ssl = yes` or `ssl required` settings, and verify that imaps (993) and/or pop3s (995) or submission (587) with TLS are configured
    Affected if SSL/TLS is enabled (the vulnerability exploits TLS channel binding in SCRAM, so TLS must be active for exploitation)
  4. Review authentication logs for unusual SCRAM exchanges
    Examine Dovecot auth logs (typically in /var/log/dovecot.log or /var/log/mail.log) for any SCRAM authentication failures, unexpected base64 strings, or channel binding errors
    Affected if Multiple failed SCRAM auth attempts with malformed base64 data are observed, which may indicate exploitation attempts

You are affected if Dovecot version is below the fixed versions AND SCRAM authentication with TLS is enabled, allowing a network attacker to manipulate the SCRAM TLS channel binding exchange.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 2.4.4 / 3.1.5 or later
Fixed in 2.4.43.1.5
Interim mitigation

Upgrade Dovecot to the vendor-provided fixed version that addresses the SCRAM TLS channel binding manipulation.

Recommended fix Moderate confidence

Dovecot 2.4.4 (for 2.x line) or Dovecot 3.1.5 (for 3.x line)

  1. 1. Identify your current Dovecot installation version using: dovecot --version
  2. 2. Backup your current Dovecot configuration directory (typically /etc/dovecot/)
  3. 3. For Dovecot 2.x users: Upgrade to version 2.4.4 or later
  4. 4. For Dovecot 3.x users: Upgrade to version 3.1.5 or later
  5. 5. After installation, restart the Dovecot service: systemctl restart dovecot (or your system's service manager)
  6. 6. Verify the upgrade was successful and the service is running: dovecot --version
Caveat Review release notes for any configuration changes between your current version and the target fixed version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Dovecot Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,240
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-33603 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-33603 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data