GHSA-8M3C-C723-H4P4
Vulnerability from github – Published: 2025-12-15 15:30 – Updated: 2025-12-16 19:35
VLAI?
Summary
django-allauth's Okta and NetIQ implementations used a mutable identifier for authorization decisions
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.
Severity ?
5.4 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "django-allauth"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "65.13.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-65431"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": true,
"github_reviewed_at": "2025-12-16T19:35:08Z",
"nvd_published_at": "2025-12-15T14:15:57Z",
"severity": "MODERATE"
},
"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.",
"id": "GHSA-8m3c-c723-h4p4",
"modified": "2025-12-16T19:35:08Z",
"published": "2025-12-15T15:30:31Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65431"
},
{
"type": "WEB",
"url": "https://github.com/pennersr/django-allauth/commit/8feef46e0e07b25fc5594c8f268afa247ebc3412"
},
{
"type": "WEB",
"url": "https://allauth.org/news/2025/10/django-allauth-65.13.0-released"
},
{
"type": "PACKAGE",
"url": "https://codeberg.org/allauth/django-allauth"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"type": "CVSS_V3"
}
],
"summary": "django-allauth\u0027s Okta and NetIQ implementations used a mutable identifier for authorization decisions"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…