Changes between Version 29 and Version 30 of SecurityTeam


Ignore:
Timestamp:
May 22, 2026, 8:48:46 AM (2 weeks ago)
Author:
Sarah Boyce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityTeam

    v29 v30  
    200200[1] https://docs.djangoproject.com/en/stable/howto/auth-remote-user/#configuration
    201201
     202=== Session fixation issue in password reset token ===
     203
     204Hello,
     205
     206Thank you for your report.
     207After review, based on the scenario described, this does not constitute a security vulnerability in Django. The attack relies on the application first introducing a session fixation condition by accepting or setting a user controlled session id. Issues that depend on an application allowing arbitrary session fixation fall outside Django's security policy.
     208
     209If there is interest in discussing whether the password reset flow could be further hardened in environments where a session is already compromised, that would be better handled as a public ticket so it can be discussed through the normal development process.
     210
     211Kind regards, The Django Security Team.
     212
    202213=== Confusion with YANGO (usually sent in Spanish) ===
    203214
Back to Top