Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Nick-Vanpraet

#47078of 56,330
5.9Total CVSS
Vulnerabilities · 1
PT-2025-35774
5.9
2025-09-03
Vmware · Spring Security · CVE-2025-9824
**Name of the Vulnerable Software and Affected Versions** versions prior to the patched version **Description** The 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. The issue was caused by different response times when a valid username was provided (password hashing occurred) and when 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. **Recommendations** Upgrade to the patched version.