CVE-2024-24771

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-24771
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-24771.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-24771
Aliases
  • GHSA-64r3-x3gf-vp63
Published
2024-02-07T14:51:10.303Z
Modified
2025-12-05T03:14:25.612065Z
Severity
  • 7.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N CVSS Calculator
Summary
Open Forms potential multi-factor authentication bypass
Details

Open Forms allows users create and publish smart forms. Versions prior to 2.2.9, 2.3.7, 2.4.5, and 2.5.2 contain a non-exploitable multi-factor authentication weakness. Superusers who have their credentials (username + password) compromised could potentially have the second-factor authentication bypassed if an attacker somehow managed to authenticate to Open Forms. The maintainers of Open Forms do not believe it is or has been possible to perform this login. However, if this were possible, the victim's account may be abused to view (potentially sensitive) submission data or have been used to impersonate other staff accounts to view and/or modify data. Three mitigating factors to help prevent exploitation include: the usual login page (at /admin/login/) does not fully log in the user until the second factor was succesfully provided; the additional non-MFA protected login page at /api/v2/api-authlogin/ was misconfigured and could not be used to log in; and there are no additional ways to log in. This also requires credentials of a superuser to be compromised to be exploitable. Versions 2.2.9, 2.3.7, 2.4.5, and 2.5.2 contain the following patches to address these weaknesses: Move and only enable the API auth endpoints (/api/v2/api-auth/login/) with settings.DEBUG = True. settings.DEBUG = True is insecure and should never be applied in production settings. Additionally, apply a custom permission check to the hijack flow to only allow second-factor-verified superusers to perform user hijacking.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/24xxx/CVE-2024-24771.json",
    "cwe_ids": [
        "CWE-284",
        "CWE-287",
        "CWE-654"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/open-formulieren/open-forms

Affected ranges

Type
GIT
Repo
https://github.com/open-formulieren/open-forms
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.2.9"
        }
    ]
}
Type
GIT
Repo
https://github.com/open-formulieren/open-forms
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.3.0"
        },
        {
            "fixed": "2.3.7"
        }
    ]
}
Type
GIT
Repo
https://github.com/open-formulieren/open-forms
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.4.0"
        },
        {
            "fixed": "2.4.4"
        }
    ]
}
Type
GIT
Repo
https://github.com/open-formulieren/open-forms
Events
Database specific
{
    "versions": [
        {
            "introduced": "2.5.0"
        },
        {
            "fixed": "2.5.0"
        }
    ]
}

Affected versions

2.*

2.5.0