vendor:
ClipBucket
by:
SecurityFocus
7,5
CVSS
HIGH
SQL-injection and Cross-site Scripting
89, 79
CWE
Product Name: ClipBucket
Affected Version From: 2.6
Affected Version To: 2.6
Patch Exists: YES
Related CWE: N/A
CPE: a:clipbucket:clipbucket
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
ClipBucket Multiple Vulnerabilities
ClipBucket is prone to multiple SQL-injection vulnerabilities and multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data. Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Input validation should be used to ensure that untrusted data is not allowed to enter the system. Sanitize all user-supplied data before using it in the application.