Skip to content

Commit 9e0e239

Browse files
1 parent 4efc98b commit 9e0e239

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xr73-jq5p-ch8r",
4+
"modified": "2025-11-19T18:13:03Z",
5+
"published": "2025-11-19T18:13:03Z",
6+
"aliases": [
7+
"CVE-2025-64521"
8+
],
9+
"summary": "authentik allows a deactivated Service account to authenticate to OAuth",
10+
"details": "### Summary\n\nWhen authenticating with `client_id` and `client_secret` to an OAuth provider, authentik creates a service account for the provider. In previous authentik versions, authentication for this account was possible even when the account was deactivated. Other permissions are correctly applied and federation with other providers still take assigned policies correctly into account.\n\n### Patches\n\nauthentik 2025.8.5 and 2025.10.2 fix this issue, for other versions the workaround below can be used.\n\n### Workarounds\n\nYou can add a policy to your application that explicitly checks if the service account is still valid, and deny access if not.\n\n```python\nreturn request.user.is_active\n```\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- Email us at [[email protected]](mailto:[email protected]).",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "goauthentik.io"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.0.0-20251119140106-9dbdfc3f1be0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/goauthentik/authentik/security/advisories/GHSA-xr73-jq5p-ch8r"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/goauthentik/authentik/commit/9dbdfc3f1be0f1be36f8efce2442897b2a54a71c"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/goauthentik/authentik"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-286"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-11-19T18:13:03Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)