GHSA-8m3c-c723-h4p4MediumCVSS 5.4
django-allauth's Okta and NetIQ implementations used a mutable identifier for authorization decisions
🔗 CVE IDs covered (1)
📋 Description
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.
🎯 Affected products1
- pip/django-allauth:< 65.13.0
🔗 References (5)
- https://nvd.nist.gov/vuln/detail/CVE-2025-65431
- https://allauth.org/news/2025/10/django-allauth-65.13.0-released
- https://github.com/pennersr/django-allauth/commit/8feef46e0e07b25fc5594c8f268afa247ebc3412
- https://github.com/pypa/advisory-database/tree/main/vulns/django-allauth/PYSEC-2025-111.yaml
- https://github.com/advisories/GHSA-8m3c-c723-h4p4