#31505: User Enumeration in PasswordResetView.
-------------------------------------+-------------------------------------
Reporter: Mohammad Almazroa | Owner: nobody
Type: Bug | Status: new
Component: contrib.auth | Version: 3.0
Severity: Normal | Resolution:
Keywords: User Enumeration | Triage Stage:
Security Bug | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):
* cc: Florian Apolloner (added)
Comment:
First of all, please note that security issues
[https://docs.djangoproject.com/en/stable/internals/security/#reporting-
security-issues should be privately sent] to [email protected]
and never on public issue trackers.
Your analysis is correct, however `PasswordResetView` sends an email which
always take an extra time. We don't know how much it takes so adding a
fixed delay is impossible and for a random sleep time you'd just need a
bit of statistic to figure it out.
I think we could document this potential account existence leak in
[https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.views.PasswordResetView
PasswordResetView].
--
Ticket URL: <https://code.djangoproject.com/ticket/31505#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.1efab608ebd161d500c5d9d7a1b59891%40djangoproject.com.