vendor:
Clip Bucket (Open Source Video Sharing)
by:
YaDoY666
7,5
CVSS
HIGH
Cross Site Scripting, SQL Injection
79, 89
CWE
Product Name: Clip Bucket (Open Source Video Sharing)
Affected Version From: 2.6
Affected Version To: 2.6
Patch Exists: NO
Related CWE: N/A
CPE: a:clipbucket:clipbucket:2.6
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
2012
Multiple Vulnerability on ClipBucket 2.6
ClipBucket 2.6 is vulnerable to Cross Site Scripting and SQL Injection. The vulnerable parameters are cat, seo_cat_name, sort, time, cid, type, collection, item. An attacker can inject malicious JavaScript code and SQL queries in these parameters to execute arbitrary code and access sensitive information.
Mitigation:
Input validation should be done on the server side to prevent malicious code injection. Parameterized queries should be used to prevent SQL injection.