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-2022-24857

7.3 · HIGH
Published Apr 15, 2022 django-mfa3_project CWE-287 EPSS 1.13% (64th pctl)

Overview

CVE-2022-24857 is a high-severity vulnerability affecting django-mfa3_project django-mfa3. It was published on April 15, 2022 and has a CVSS 3.1 base score of 7.3 (HIGH).

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

Technical Description

django-mfa3 is a library that implements multi factor authentication for the django web framework. It achieves this by modifying the regular login view. Django however has a second login view for its admin area. This second login view was not modified, so the multi factor authentication can be bypassed. Users are affected if they have activated both django-mfa3 (< 0.5.0) and django.contrib.admin and have not taken any other measures to prevent users from accessing the admin login view. The issue has been fixed in django-mfa3 0.5.0. It is possible to work around the issue by overwriting the admin login route, e.g. by adding the following URL definition *before* the admin routes: url('admin/login/', lambda request: redirect(settings.LOGIN_URL)

Remediation

Check the references section for vendor advisories and patches from django-mfa3_project. Update django-mfa3 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-mfa3_project django-mfa3 >= 0, < 0.5.0 Affected

Frequently Asked Questions

What is CVE-2022-24857?

CVE-2022-24857 is a high-severity vulnerability affecting django-mfa3_project django-mfa3. It was published on April 15, 2022 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2022-24857?

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

How do I fix or remediate CVE-2022-24857?

Check the references section for vendor advisories and patches from django-mfa3_project. Update django-mfa3 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-2022-24857?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-24857 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.