Bug 2526691 - CVE-2026-73208 dovecot: Dovecot: Authentication bypass via incorrect OAuth2 token validation [fedora-all]
Summary: CVE-2026-73208 dovecot: Dovecot: Authentication bypass via incorrect OAuth2 t...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: dovecot
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Michal Hlavinka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["d1b87ab4-14cb-446c-8803-d...
Depends On:
Blocks: CVE-2026-73208
TreeView+ depends on / blocked
 
Reported: 2026-09-01 07:28 UTC by Vladimir Vasilev
Modified: 2026-09-01 07:28 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-09-01 07:28:19 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.