vendor:
phpList
by:
Suvadip Kar
9.8
CVSS
CRITICAL
Authentication Bypass
20
CWE
Product Name: phpList
Affected Version From: 3.5.0
Affected Version To: 3.5.0
Patch Exists: YES
Related CWE: CVE-2020-8547
CPE: a:phplist:phplist:3.5.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
phpList 3.5.0 – Authentication Bypass
Php loose comparison '==' compares two operands by converting them to integers even if they are strings. An attacker can bypass authentication by providing a string which is converted to an integer and matches the hashed value of the valid password.
Mitigation:
The application should use strict comparison operator '===' instead of loose comparison operator '=='.