5
CVSSv2

CVE-2018-6188

Published: 05/02/2018 Updated: 12/03/2019
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

django.contrib.auth.forms.AuthenticationForm in Django 2.0 prior to 2.0.2, and 1.11.8 and 1.11.9, allows remote malicious users to obtain potentially sensitive information by leveraging data exposure from the confirm_login_allowed() method, as demonstrated by discovering whether a user account is inactive.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

djangoproject django 2.0.1

djangoproject django 1.11.9

djangoproject django 2.0

djangoproject django 1.11.8

canonical ubuntu linux 17.10

Vendor Advisories

Several security issues were fixed in Django ...
A regression in Django 1118 and 1119 before 11110 and 20 before 202 made AuthenticationForm run its confirm_login_allowed() method even if an incorrect password is entered This can leak information about a user, depending on what messages confirm_login_allowed() raises If confirm_login_allowed() isn’t overridden, an attacker enter an a ...