CVE-2026-40205
Deferred Deferred - Pending Action

OAuth2 Token Validation Bypass in Open-Xchange

Vulnerability report for CVE-2026-40205, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-09-03

Assigner: Open-Xchange

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-09-03
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
open-xchange oauth2 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves OAuth2 token validation where an attacker with a token granting only part of the required scopes can authenticate successfully. The issue occurs because remote token validation accepts tokens with just one scope, while local validation correctly requires all scopes. This bypasses the intended authorization policy.

Detection Guidance

Detecting this vulnerability requires checking if your OAuth2 token validation is using remote validation instead of local validation. Review your OAuth2 configuration files for token validation settings. Look for misconfigured authorization policies where tokens with partial scopes are accepted despite requiring multiple scopes.

Impact Analysis

An attacker could gain unauthorized access to systems or data by exploiting this flaw. They might perform actions or access resources they shouldn't have permission for, leading to potential data breaches or misuse of services.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements like GDPR or HIPAA. It may result in data breaches, unauthorized processing, or disclosure of protected information, triggering legal and regulatory penalties.

Mitigation Strategies

Immediately switch to local token validation where tokens can be validated locally. Update to a non-vulnerable version of the software. Ensure your OAuth2 configuration enforces all required scopes and reject tokens with insufficient permissions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-40205. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart