CVE-2026-77928 PUBLISHED

ClipBucket < 5.5.3-#182 Blind SQL Injection via Private Message Deletion Endpoint

Assigner: VulnCheck
Reserved: 21.08.2026 Published: 18.09.2026 Updated: 18.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor MacWarrior
Product clipbucket-v5
Versions Default: unaffected
  • affected from 0 to 5.5.3-#182 (excl.)

Credits

  • Adam Nurudini (QwesiRED) finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE