vendor:
ClipBucket
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ClipBucket
Affected Version From: 2.8.v3354
Affected Version To: 2.8.v3354
Patch Exists: YES
Related CWE: N/A
CPE: 2.8.v3354
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
ClipBucket 2.8 – ‘id’ SQL Injection
ClipBucket 2.8 is vulnerable to a SQL injection vulnerability in the 'id' parameter of the ajax.php file. An attacker can send a specially crafted HTTP request with a malicious 'id' parameter to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.