vendor:
Clever Copy
by:
h0yt3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Clever Copy
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
2009
Clever Copy (results.php) Remote SQL Injection Exploit
This exploit allows an attacker to gain access to the admin credentials of a vulnerable website running Clever Copy. It works by sending a malicious request to the results.php page of the website, which contains a SQL injection vulnerability. The exploit then parses the response for the admin username and password, which are returned in an encrypted format.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in a SQL query.