vendor:
Clone Diamond Version
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Clone Diamond Version
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: Ruby
2010
Alibaba Clone Diamond Version SQL Injection Vulnerability Exploit
This exploit is used to check if a website is vulnerable to SQL Injection. It takes the host and path of the website as input and checks if the website is vulnerable to SQL Injection by sending a request to the website with an ID parameter and a single quote at the end. If the website responds with a 200 code, it is vulnerable to SQL Injection.
Mitigation:
Input validation, parameterized queries, and stored procedures can be used to mitigate SQL Injection.