Missing Authentication for Critical Function in Admidio - #VU127173
Published: April 23, 2026
Admidio
Detailed vulnerability description
The vulnerability allows a remote attacker to prevent compromised tokens from being revoked.
The vulnerability exists due to improper access control in the OIDC token revocation endpoint when handling revocation requests. A remote attacker can send a revocation request for a token to prevent compromised tokens from being revoked.
The /oidc/revoke endpoint returns {"revoked": true} without actually revoking the token in the database, so stolen tokens remain usable until expiry.