Description
An attacker that holds an OAuth2 token granting only part of the required scopes can authenticate, because when more than one scope is required in the configuration, the remote token validation paths accept a token that carries only one of them, while the local token validation path correctly requires all of them. The configured authorization policy is not enforced, so a token that was granted only part of the required permissions is accepted where it should have been rejected. Use local token validation where tokens can be validated locally. Update to non-vulnerable version. No publicly available exploits are known.
Published: 2026-08-28
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authentication Bypass
Action: Apply Patch
AI Analysis

Impact

The vulnerability allows an attacker possessing an OAuth2 token with only part of the required scopes to authenticate successfully. Remote token validation paths accept the token despite missing scopes, while local validation path correctly enforces all scopes. This results in a bypass of the intended authorization policy, categorized as authentication bypass (CWE-287) and improper authorization (CWE-303).

Affected Systems

The issue affects Open‑Xchange Dovecot CE and Open‑Xchange Dovecot Pro products from Open‑Xchange GmbH. Specific affected versions are not listed in the advisory, so any deployment that has not yet been patched may be vulnerable.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity. The EPSS score is 0.00179 (less than 1%), indicating a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires possession of an OAuth2 access token that includes only a subset of the required scopes and using that token against the remote validation path, which will accept it. No publicly available exploits are known. The risk depends on the likelihood that an attacker could obtain such a partially scoped token.

Generated by OpenCVE AI on September 1, 2026 at 14:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a non‑vulnerable version of OX Dovecot CE or Pro that contains the fix for the OAuth2 scope validation issue.
  • When possible, route authentication requests through the local token validation mechanism, which enforces all scopes by design.
  • Disable or restrict the remote token validation path in the Dovecot configuration to ensure all requests are subject to scope enforcement.

Generated by OpenCVE AI on September 1, 2026 at 14:42 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 dovecot: Dovecot: Authorization bypass via partially valid OAuth2 token
Weaknesses CWE-303
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 28 Aug 2026 15: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 11:30:00 +0000

Type Values Removed Values Added
Description An attacker that holds an OAuth2 token granting only part of the required scopes can authenticate, because when more than one scope is required in the configuration, the remote token validation paths accept a token that carries only one of them, while the local token validation path correctly requires all of them. The configured authorization policy is not enforced, so a token that was granted only part of the required permissions is accepted where it should have been rejected. Use local token validation where tokens can be validated locally. Update to non-vulnerable version. No publicly available exploits are known.
Weaknesses CWE-287
References
Metrics cvssV3_1

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


Subscriptions

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

Status: PUBLISHED

Assigner: OX

Published:

Updated: 2026-08-28T14:56:09.120Z

Reserved: 2026-04-10T07:11:39.060Z

Link: CVE-2026-40205

cve-icon Vulnrichment

Updated: 2026-08-28T14:56:03.971Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-40205

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-40205 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:45:04Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-303

    Incorrect Implementation of Authentication Algorithm