CVE-2019-19844 - log back

CVE-2019-19844 created at 19 Dec 2019 21:29:14
Severity
+ High
Remote
+ Remote
Type
+ Insufficient validation
Description
+ Django's password-reset form uses a case-insensitive query to retrieve accounts matching the email address requesting the password reset. Because this typically involves explicit or implicit case transformations, an attacker who knows the email address associated with a user account can craft an email address which is distinct from the address associated with that account, but which -- due to the behavior of Unicode case transformations -- ceases to be distinct after case transformation, or which will otherwise compare equal given database case-transformation or collation behavior. In such a situation, the attacker can receive a valid password-reset token for the user account.
References
+ https://www.djangoproject.com/weblog/2019/dec/18/security-releases/
Notes