ClipBucket SQL Injection Vulnerability in ajax.php Endpoint Allows Database Exfiltration

Vulnerability

A time-based blind SQL injection vulnerability has been identified in ClipBucket version 5.5.3 and prior, specifically within the actions/ajax.php endpoint. This vulnerability arises from inadequate input sanitization of the userid parameter, allowing authenticated attackers to execute arbitrary SQL queries. Exploitation of this flaw could lead to complete database disclosure and potential takeover of administrative accounts.

Impact

Exploitation of this vulnerability allows authenticated users to extract sensitive information from the database, including administrative credentials, which could further compromise the application and its underlying server environment.

Reproduction

To reproduce this vulnerability, log into the application as a regular user and obtain a valid PHPSESSID cookie. Then, send a POST request to the actions/ajax.php endpoint with the mode set to 'get_subscribers_count' and the userid parameter. The unsanitized userid parameter will be processed by the server, allowing for SQL injection. This vulnerability can be exploited manually or with automated tools like sqlmap, which can extract database information by exploiting the SQL injection.

Remediation

Users can upgrade to ClipBucket version 5.5.3 #80 or later, where this vulnerability has been fixed.

Added: Mar 18, 2026, 9:25 PM
Updated: Mar 18, 2026, 9:25 PM

Vulnerability Rating

Custom Algorithm
spread
3.4
impact
5.0
exploitability
6.4
remediation
7.7
relevance
4.1
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.