VYPR

PyPI package

django-allauth

pkg:pypi/django-allauth

Vulnerabilities (3)

  • CVE-2026-27982Mar 5, 2026
    affected < 65.14.1fixed 65.14.1

    An open redirect vulnerability exists in django-allauth versions prior to 65.14.1 when SAML IdP initiated SSO is enabled (it is disabled by default), which may allow an attacker to redirect users to an arbitrary external website via a crafted URL.

  • CVE-2025-65431Dec 15, 2025
    affected < 65.13.0fixed 65.13.0

    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

  • CVE-2025-65430Dec 15, 2025
    affected < 65.13.0fixed 65.13.0

    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.