CVE Catalog

CVE-2026-77928

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

ClipBucket v5 before 5.5.3-#182 contains a blind SQL injection vulnerability. An authenticated user can submit the msg_id parameter as an array to bypass the clean_requests() sanitization function in ClipBucket.class.php, then inject the unsanitized message ID into a SQL query in cb_pm::delete_msg().

Risk Assessment

An attacker can exploit time-based blind SQL injection to extract all user credential hashes and email addresses from the database, leading to full account takeover.

Recommendation

Update ClipBucket to version 5.5.3-#182 or later. Until patched, restrict access to private messaging features and monitor for unusual database queries.

Other vulnerabilities in ClipBucket

See all
Original NVD description (English source)

ClipBucket v5 before 5.5.3-#182 contains a blind SQL injection vulnerability that allows authenticated users to extract arbitrary database contents by submitting the msg_id parameter as an array to bypass the clean_requests() sanitization function in ClipBucket.class.php. Attackers can pass unsanitized array elements through the deletion handler in private_message.php into cb_pm::delete_msg(), which interpolates the unescaped message ID directly into a SQL query string, enabling time-based blind SQL injection to retrieve all user credential hashes and email addresses.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS