Skip to content

Commit 4fb1554

Browse files
1 parent b5b5400 commit 4fb1554

File tree

2 files changed

+95
-5
lines changed

2 files changed

+95
-5
lines changed

advisories/unreviewed/2025/11/GHSA-9jrw-jrrj-p6fr/GHSA-9jrw-jrrj-p6fr.json renamed to advisories/github-reviewed/2025/11/GHSA-9jrw-jrrj-p6fr/GHSA-9jrw-jrrj-p6fr.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9jrw-jrrj-p6fr",
4-
"modified": "2025-11-19T00:31:23Z",
4+
"modified": "2025-11-19T18:47:18Z",
55
"published": "2025-11-18T18:32:52Z",
66
"aliases": [
77
"CVE-2025-12760"
88
],
9-
"details": "Authentication Bypass Using an Alternate Path or Channel vulnerability in Drupal Email TFA allows Functionality Bypass.This issue affects Email TFA: from 0.0.0 before 2.0.6.",
9+
"summary": "Drupal Email TFA allows Functionality Bypass",
10+
"details": "Authentication Bypass Using an Alternate Path or Channel vulnerability in Drupal Email TFA allows Functionality Bypass. This issue affects Email TFA: from 0.0.0 before 2.0.6.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "drupal/email_tfa"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.0.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12760"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://git.drupalcode.org/project/email_tfa"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://www.drupal.org/sa-contrib-2025-115"
@@ -29,8 +54,8 @@
2954
"CWE-288"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-11-19T18:47:18Z",
3459
"nvd_published_at": "2025-11-18T17:15:58Z"
3560
}
3661
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-ch7q-53v8-73pc",
4+
"modified": "2025-11-19T18:47:08Z",
5+
"published": "2025-11-19T18:47:07Z",
6+
"aliases": [
7+
"CVE-2025-64708"
8+
],
9+
"summary": "authentik's invitation expiry is delayed by at least 5 minutes",
10+
"details": "### Summary\n\nIn 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.\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\nUsers can create a policy that explicitly checks whether the invitation is still valid, and then bind it to the invitation stage on your invitation flow, and deny access if the invitation is not valid.\n\n```python\nreturn not context['flow_plan'].context['invitation'].is_expired\n```\n\n### For more information\n\nIf users have any questions or comments about this advisory:\n\n- Email the authentik team at [[email protected]](mailto:[email protected]).",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/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-20251119135424-6672e6aaa41e"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/goauthentik/authentik/security/advisories/GHSA-ch7q-53v8-73pc"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64708"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/goauthentik/authentik/commit/6672e6aaa41e0f2c9bfb1e4d8b51cf114969e830"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/goauthentik/authentik"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-613"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-19T18:47:07Z",
63+
"nvd_published_at": "2025-11-19T17:15:52Z"
64+
}
65+
}

0 commit comments

Comments
 (0)