SCA: security update for mautic/core (GHSA-3ggv-qwcp-j6xg)

medium Tenable Cloud Security Plugin ID 435185

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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-
Web_Application_Security_Testing/03-Identity_Management_Testing/04-
Testing_for_Account_Enumeration_and_Guessable_User_Account (CVE-2025-9824)

See Also

https://github.com/advisories/GHSA-3ggv-qwcp-j6xg

Plugin Details

Severity: Medium

ID: 435185

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 9/4/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.92

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4

Vector: CVSS2#AV:N/AC:H/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2025-9824

CVSS v3

Risk Factor: Medium

Base Score: 5.9

Temporal Score: 5.2

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/3/2025

Vulnerability Publication Date: 9/3/2025

Reference Information

CVE: CVE-2025-9824

cwe: CWE-204