lambdalisue/django-inspectional-registration
View on GitHubLeaking of password reset token through the reset url
Open
#80 opened on Jun 7, 2017
help wantedimprovement
Repository metrics
- Stars
- (41 stars)
- PR merge metrics
- (PR metrics pending)
Description
I think it is possible to leak the password reset token since it is left in the url. In Django 1.11 the token is stripped during a redirect (docs, code) to prevent the token from being taken in the referrer header from 3rd party apps on the page. I haven't dug too deeply into the source for this project but at a first glance it seems that the vulnerability exists. If this is the case would be happy to help fix similar to django-registration-redux, or at the very least alert you to the issue. Let me know if you guys need any help!