Lucene search

K
veracodeVeracode Vulnerability DatabaseVERACODE:5784
HistoryFeb 02, 2018 - 5:13 a.m.

Information Leakage

2018-02-0205:13:33
Veracode Vulnerability Database
sca.analysiscenter.veracode.com
7

0.002 Low

EPSS

Percentile

57.7%

Django is vulnerable to information leakage. Django will run the confirm_login_allowed() method even if the password is incorrect. From this method, attackers can gleam some information depending on the errors that arise. For example, if the standard confirm_login_allowed() is used, an attacker can enter any username and see if the value of is_active.