Skip to content

Commit 1d35921

Browse files
1 parent 8566ec8 commit 1d35921

File tree

3 files changed

+102
-40
lines changed

3 files changed

+102
-40
lines changed

advisories/unreviewed/2025/12/GHSA-8m3c-c723-h4p4/GHSA-8m3c-c723-h4p4.json renamed to advisories/github-reviewed/2025/12/GHSA-8m3c-c723-h4p4/GHSA-8m3c-c723-h4p4.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,65 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-8m3c-c723-h4p4",
4-
"modified": "2025-12-16T18:31:31Z",
4+
"modified": "2025-12-16T19:35:08Z",
55
"published": "2025-12-15T15:30:31Z",
66
"aliases": [
77
"CVE-2025-65431"
88
],
9+
"summary": "django-allauth's Okta and NetIQ implementations used a mutable identifier for authorization decisions",
910
"details": "An issue was discovered in allauth-django before 65.13.0. Both Okta and NetIQ were using preferred_username as the identifier for third-party provider accounts. That value may be mutable and should therefore be avoided for authorization decisions. The providers are now using sub instead.",
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": "PyPI",
21+
"name": "django-allauth"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "65.13.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65431"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/pennersr/django-allauth/commit/8feef46e0e07b25fc5594c8f268afa247ebc3412"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://allauth.org/news/2025/10/django-allauth-65.13.0-released"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://codeberg.org/allauth/django-allauth"
2554
}
2655
],
2756
"database_specific": {
2857
"cwe_ids": [
2958
"CWE-287"
3059
],
3160
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-16T19:35:08Z",
3463
"nvd_published_at": "2025-12-15T14:15:57Z"
3564
}
3665
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qhmc-3mvr-f2j4",
4+
"modified": "2025-12-16T19:33:33Z",
5+
"published": "2025-12-15T15:30:31Z",
6+
"aliases": [
7+
"CVE-2025-65430"
8+
],
9+
"summary": "django-allauth does not reject access tokens for inactive users",
10+
"details": "An issue was discovered in allauth-django before 65.13.0. IdP: marking a user as is_active=False after having handed tokens for that user while the account was still active had no effect. Fixed the access/refresh tokens are now rejected.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "django-allauth"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "65.13.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65430"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/pennersr/django-allauth/commit/39f4a4ce9c891795b00914ca5ec32de72d5369c0"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/pennersr/django-allauth/commit/c54edf947c5a1c8c4ff3cddb75c86000ecb2507d"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://allauth.org/news/2025/10/django-allauth-65.13.0-released"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://codeberg.org/allauth/django-allauth"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-613"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-16T19:33:33Z",
67+
"nvd_published_at": "2025-12-15T14:15:57Z"
68+
}
69+
}

advisories/unreviewed/2025/12/GHSA-qhmc-3mvr-f2j4/GHSA-qhmc-3mvr-f2j4.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)