CVE-2025-9824

Source
https://cve.org/CVERecord?id=CVE-2025-9824
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-9824.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-9824
Aliases
Published
2025-09-03T14:25:06.796Z
Modified
2026-07-08T08:12:20.724556690Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
User Enumeration via Response Timing
Details

ImpactThe attacker can validate if a user exists by checking the time login returns. This timing difference can be used to enumerate valid usernames, after which an attacker could attempt brute force attacks.

PatchesThis vulnerability has been patched, implementing a timing-safe form login authenticator that ensures consistent response times regardless of whether a user exists or not.

Technical DetailsThe vulnerability was caused by different response times when:

  • A valid username was provided (password hashing occurred)
  • An invalid username was provided (no password hashing occurred)

The fix introduces a TimingSafeFormLoginAuthenticator that performs a dummy password hash verification even for non-existent users, ensuring consistent timing.

WorkaroundsNo workarounds are available. Users should upgrade to the patched version.

References * https://owasp.org/www-project-web-security-testing-guide/latest/4-WebApplicationSecurityTesting/03-IdentityManagementTesting/04-TestingforAccountEnumerationandGuessableUserAccount

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/9xxx/CVE-2025-9824.json",
    "cna_assigner": "Mautic",
    "cwe_ids": [
        "CWE-204"
    ],
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": ">= 4.4.0"
                },
                {
                    "fixed": "< 4.4.17"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/mautic/mautic

Affected ranges

Type
GIT
Repo
https://github.com/mautic/mautic
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": ">= 5.0.0-alpha"
        },
        {
            "fixed": "< 5.2.8"
        },
        {
            "introduced": ">= 6.0.0-alpha"
        },
        {
            "fixed": "< 6.0.5"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

5.*
5.0.0
5.0.0-alpha
5.0.0-alpha1
5.0.0-beta1
5.0.0-beta2
5.0.0-rc1
5.0.0-rc2
5.1.0
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.2.6
6.*
6.0.0
6.0.0-alpha
6.0.0-beta2
6.0.0-rc
6.0.1
6.0.2
6.0.3
6.0.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-9824.json"