Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Pascalwei

#37907of 53,608
7.4Total CVSS
Vulnerabilities · 1
PT-2025-30439
7.4
2025-07-22
Authentik · Authentik · CVE-2025-53942
**Name of the Vulnerable Software and Affected Versions** authentik versions prior to 2025.4.4 authentik versions 2025.6.0-rc1 through 2025.6.3 **Description** Deactivated users who registered through OAuth/SAML or linked their accounts to OAuth/SAML providers can retain partial access to the system despite their accounts being deactivated. These users enter a half-authenticated state where they cannot access the API but can authorize applications if they know the application URL. **Recommendations** For versions prior to 2025.4.4, add an expression policy to the user login stage on the respective authentication flow with the expression: `return request.context["pending user"].is active`. For versions 2025.6.0-rc1 through 2025.6.3, add an expression policy to the user login stage on the respective authentication flow with the expression: `return request.context["pending user"].is active`.