vendor:
CCMS
by:
Pr0metheuS
5.5
CVSS
MEDIUM
Remote MD5 Hash
89
CWE
Product Name: CCMS
Affected Version From: CCMS v3.1 Demo PW
Affected Version To: CCMS v3.1 Demo PW
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
CCMS Exploit
This Perl script allows an attacker to exploit the CCMS v3.1 Demo PW vulnerability to obtain the MD5 hash of a remote user's password. The attacker needs to provide the target site, path, and user ID. The script sends a GET request to the target URL and uses a union-based SQL injection to extract the password hash from the user table. If successful, the script prints the user ID and MD5 hash.
Mitigation:
To mitigate this vulnerability, it is recommended to update to a secure version of CCMS and implement proper input validation and SQL parameterization to prevent SQL injection attacks.