vendor:
Flexcustomer
by:
Osirys
7.5
CVSS
HIGH
Admin Login Bypass / Possible PHP code writing
89
CWE
Product Name: Flexcustomer
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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
2008
Flexcustomer Admin Login Bypass / Possible PHP code writing
The vulnerability exists due to insufficient sanitization of user-supplied input in the '$checkuser' and '$checkpass' parameters in the '/[path]/admin/usercheek.php' script. This can be exploited to bypass the authentication process and gain access to the administrative panel. Additionally, the 'install.php' script can be used to inject arbitrary PHP code into a .php file.
Mitigation:
Escape $checkuser and $checkpass in $sql query.