Bug 2525547 (CVE-2026-73208) - CVE-2026-73208 dovecot: Dovecot: Authentication bypass via incorrect OAuth2 token validation
Summary: CVE-2026-73208 dovecot: Dovecot: Authentication bypass via incorrect OAuth2 t...
Keywords:
Status: NEW
Alias: CVE-2026-73208
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2526691
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 11:22 UTC by OSIDB Bzimport
Modified: 2026-09-01 07:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 11:22:10 UTC
An attacker that holds a token intended for a different purpose can authenticate, because when an OAuth2 token response does not contain a scope claim, the audience claim is used in its place and checked against the configured required scopes. These are different concepts, and the audience claim does not describe what a token is allowed to do. A token that grants no relevant permissions can be accepted because its intended recipient value happens to match a configured scope name, granting access that should have been denied. It also hides an identity provider misconfiguration where scopes are not being issued at all. Ensure the identity provider issues a scope claim for all tokens used with Dovecot, and that configured scope names do not match audience values. Update to non-vulnerable version. No publicly available exploits are known.


Note You need to log in before you can comment on or make changes to this bug.