authentik is an open-source Identity Provider. Prior to versions 2025.8.5 and 2025.10.2, in previous authentik versions, invitations were considered valid regardless if they are expired or not, thus relying on background tasks to clean up expired ones. In a normal scenario this can take up to 5 minutes because the cleanup of expired objects is scheduled to run every 5 minutes. However, with a large amount of tasks in the backlog, this might take longer. authentik versions 2025.8.5 and 2025.10.2 fix this issue. A workaround involves creating a policy that explicitly checks whether the invitation is still valid, and then bind it to the invitation stage on the invitation flow, and denying access if the invitation is not valid.
References
| Link | Resource |
|---|---|
| https://github.com/goauthentik/authentik/commit/6672e6aaa41e0f2c9bfb1e4d8b51cf114969e830 | Patch |
| https://github.com/goauthentik/authentik/security/advisories/GHSA-ch7q-53v8-73pc | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
20 Nov 2025, 18:56
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Goauthentik authentik
Goauthentik |
|
| CPE | cpe:2.3:a:goauthentik:authentik:*:*:*:*:*:*:*:* | |
| References | () https://github.com/goauthentik/authentik/commit/6672e6aaa41e0f2c9bfb1e4d8b51cf114969e830 - Patch | |
| References | () https://github.com/goauthentik/authentik/security/advisories/GHSA-ch7q-53v8-73pc - Patch, Vendor Advisory |
19 Nov 2025, 17:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-11-19 17:15
Updated : 2025-11-20 18:56
NVD link : CVE-2025-64708
Mitre link : CVE-2025-64708
CVE.ORG link : CVE-2025-64708
JSON object : View
Products Affected
goauthentik
- authentik
CWE
CWE-613
Insufficient Session Expiration
