PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73208 Open-Xchange GmbH CVE debrief

An attacker holding a token intended for a different purpose can authenticate due to improper scope validation. When an OAuth2 token response lacks a scope claim, the audience claim is used instead and checked against configured required scopes. This can lead to unauthorized access if a token with no relevant permissions has an intended recipient value matching a configured scope name. Additionally, it can mask identity provider misconfigurations where scopes are not issued. To mitigate, ensure the identity provider includes a scope claim for all tokens used with Dovecot and that configured scope names do not match audience values. Update to a non-vulnerable version.

Vendor
Open-Xchange GmbH
Product
OX Dovecot Pro
CVSS
HIGH 7.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-28
Original CVE updated
2026-09-03
Advisory published
2026-08-28
Advisory updated
2026-09-03

Who should care

Administrators and security teams using Dovecot with OAuth2 authentication should be aware of this vulnerability. They should assess their current configurations, verify the scope and audience claims in their tokens, and update to a non-vulnerable version if necessary.

Technical summary

The vulnerability occurs in Dovecot's OAuth2 token validation process. When a token response does not contain a scope claim, the system incorrectly uses the audience claim in its place. This can lead to a token being accepted even if it does not grant the necessary permissions, as long as its intended recipient matches a configured scope name. This not only allows unauthorized access but also masks potential misconfigurations in the identity provider where scopes are not being issued correctly.

Defensive priority

High priority due to potential for unauthorized access

Recommended defensive actions

  • Ensure the identity provider issues a scope claim for all tokens used with Dovecot
  • Verify that configured scope names do not match audience values
  • Update to a non-vulnerable version of Dovecot
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE description indicates a vulnerability in Dovecot's OAuth2 token validation process. The issue arises when a token response lacks a scope claim, and the audience claim is used in its place. This can lead to tokens being accepted even if they grant no relevant permissions, potentially allowing unauthorized access. The CVE also notes that this vulnerability can hide identity provider misconfigurations.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73208 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73208

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73208 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73208

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://documentation.open-xchange.com/dovecot/security/advisories/csaf/2026/oxdc-adv-2026-0003.json

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.