Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2020-15105

5.4 · MEDIUM
Published Jul 10, 2020 django_two-factor_authentication_project CWE-312 EPSS 0.70% (51th pctl)

Overview

CVE-2020-15105 is a medium-severity vulnerability affecting django_two-factor_authentication_project django_two-factor_authentication. It was published on July 10, 2020 and has a CVSS 3.1 base score of 5.4 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Django Two-Factor Authentication before 1.12, stores the user's password in clear text in the user session (base64-encoded). The password is stored in the session when the user submits their username and password, and is removed once they complete authentication by entering a two-factor authentication code. This means that the password is stored in clear text in the session for an arbitrary amount of time, and potentially forever if the user begins the login process by entering their username and password and then leaves before entering their two-factor authentication code. The severity of this issue depends on which type of session storage you have configured: in the worst case, if you're using Django's default database session storage, then users' passwords are stored in clear text in your database. In the best case, if you're using Django's signed cookie session, then users' passwords are only stored in clear text within their browser's cookie store. In the common case of using Djan

Remediation

Check the references section for vendor advisories and patches from django_two-factor_authentication_project. Update django_two-factor_authentication to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
django_two-factor_authentication_project django_two-factor_authentication >= 0, < 1.12 Affected

Frequently Asked Questions

What is CVE-2020-15105?

CVE-2020-15105 is a medium-severity vulnerability affecting django_two-factor_authentication_project django_two-factor_authentication. It was published on July 10, 2020 and has a CVSS 3.1 base score of 5.4 (MEDIUM).

How severe is CVE-2020-15105?

This vulnerability has a CVSS 3.1 base score of 5.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2020-15105?

Check the references section for vendor advisories and patches from django_two-factor_authentication_project. Update django_two-factor_authentication to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2020-15105?

CyberStrike's AI-powered security agents can automatically detect CVE-2020-15105 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.