CVE-2020-4071

Source
https://nvd.nist.gov/vuln/detail/CVE-2020-4071
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-4071.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2020-4071
Aliases
Published
2020-06-24T13:15:11Z
Modified
2024-05-14T07:12:26.887008Z
Severity
  • 2.4 (Low) CVSS_V3 - CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
[none]
Details

In django-basic-auth-ip-whitelist before 0.3.4, a potential timing attack exists on websites where the basic authentication is used or configured, i.e. BASICAUTHLOGIN and BASICAUTHPASSWORD is set. Currently the string comparison between configured credentials and the ones provided by users is performed through a character-by-character string comparison. This enables a possibility that attacker may time the time it takes the server to validate different usernames and password, and use this knowledge to work out the valid credentials. This attack is understood not to be realistic over the Internet. However, it may be achieved from within local networks where the website is hosted, e.g. from inside a data centre where a website's server is located. Sites protected by IP address whitelisting only are unaffected by this vulnerability. This vulnerability has been fixed on version 0.3.4 of django-basic-auth-ip-whitelist. Update to version 0.3.4 as soon as possible and change basic authentication username and password configured on a Django project using this package. A workaround without upgrading to version 0.3.4 is to stop using basic authentication and use the IP whitelisting component only. It can be achieved by not setting BASICAUTHLOGIN and BASICAUTHPASSWORD in Django project settings.

References

Affected packages

Git / github.com/tm-kn/django-basic-auth-ip-whitelist

Affected ranges

Type
GIT
Repo
https://github.com/tm-kn/django-basic-auth-ip-whitelist
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v0.*

v0.2
v0.2.1
v0.3.1
v0.3.2a0
v0.3.3
v0.3.3a0
v0.3a0