vendor:
Clipbucket
by:
CWH Underground
8.8
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Clipbucket
Affected Version From: 2.7.0.4.v2929-rc3
Affected Version To: 2.7.0.4.v2929-rc3
Patch Exists: NO
Related CWE: N/A
CPE: a:clipbucket:clipbucket:2.7.0.4.v2929-rc3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows and Linux
2015
Clipbucket 2.7 RC3 0.9 Blind SQL Injection
An attacker might execute arbitrary SQL commands on the database server with this vulnerability. User tainted data is used when creating the database query that will be executed on the database management system (DBMS). An attacker can inject own SQL syntax thus initiate reading, inserting or deleting database entries or attacking the underlying operating system depending on the query, DBMS an user privileges.
Mitigation:
Input validation and output encoding should be used to prevent SQL injection attacks.