CVE-2025-65431: django-allauth's Okta and NetIQ implementations used a mutable identifier for authorization decisions
(updated )
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.
References
- allauth.org/news/2025/10/django-allauth-65.13.0-released
- github.com/advisories/GHSA-8m3c-c723-h4p4
- github.com/pennersr/django-allauth/commit/8feef46e0e07b25fc5594c8f268afa247ebc3412
- github.com/pypa/advisory-database/tree/main/vulns/django-allauth/PYSEC-2025-111.yaml
- nvd.nist.gov/vuln/detail/CVE-2025-65431
Code Behaviors & Features
Detect and mitigate CVE-2025-65431 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →