vendor:
Laravel
by:
SecurityFocus
3,3
CVSS
MEDIUM
Password Hash Collision
326
CWE
Product Name: Laravel
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2015
Laravel Pseudo Password Hash Collision
Laravel is prone to a security weakness due to pseudo password hash collision. Attackers can exploit this issue to bypass intended security restrictions. This may aid in further attacks. An attacker can use a 72 character string of 'A' to match two different passwords, one being 'mysupersecretpassword' and the other being 'longcatishere'.
Mitigation:
Ensure that the application is using a secure hashing algorithm and that the length of the hash is sufficient to prevent collisions.