vendor:
ClipShare - Video Sharing Community Script
by:
Esac
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ClipShare - Video Sharing Community Script
Affected Version From: 4.1.1
Affected Version To: 4.1.4
Patch Exists: NO
Related CWE: N/A
CPE: a:clip-share:clipshare:4.1.4
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
2013
ClipShare 4.1.1 – Multiples Vulnerabilites
ClipShare 4.1.1 is vulnerable to multiple SQL Injection vulnerabilities. The vulnerabilities exist in the gvideos.php, channel_detail.php, uprofile.php and ufavour.php files, where the gid, chid, UID parameters are not properly sanitized before being used in an SQL query. An attacker can exploit these vulnerabilities by sending malicious SQL queries to the vulnerable parameters. To exploit this vulnerability, the MAGIC_QUOTES_GPC directive must be turned off on the server side (php.ini).
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.