Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-77928 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')[email protected]

Affected Products

ProductVersions
ClipBucket
< 5.5.3-#182

CPE

  • cpe:2.3:a:clip-bucket:clipbucket:*:*:*:*:*:*:*:*
  • cpe:2.3:a:clipbucket_project:clipbucket:*:*:*:*:*:*:*:*

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-77928
NVD Published Date:
Sep 18, 2026
NVD Last Modified:
Sep 22, 2026
Source:
[email protected]
CVE-2026-77928 Details - Not Deferred