CVE-2026-77927 Details
Description
ClipBucket v5 before 5.5.3-#182 contains a blind SQL injection vulnerability that allows authenticated users to extract arbitrary data from the database by submitting the check_photo parameter as an array to bypass the clean_requests() sanitization function in ClipBucket.class.php. Attackers can pass unsanitized array elements through the bulk deletion handler in manage_photos.php to photo_exists() in photos.class.php, where non-numeric values are interpolated directly into a SQL query, enabling time-based blind SQL injection to retrieve credential hashes and other sensitive data.
A blind SQL injection vulnerability has been identified in ClipBucket version 5 prior to 5.5.3-#182. This vulnerability allows authenticated users to extract arbitrary data from the database. The issue arises in the photo management feature, specifically through the bulk deletion handler in 'manage_photos.php'. Users can submit the 'check_photo' parameter as an array, bypassing the 'clean_requests()' sanitization function in 'ClipBucket.class.php'. Unsanitized array elements are then passed to the 'photo_exists()' function in 'photos.class.php', where they are interpolated directly into a SQL query. This exploitation enables time-based blind SQL injection, allowing attackers to retrieve credential hashes and other sensitive information from the database.
Users are advised to update to ClipBucket version 5.5.3-#182 or later, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 18, 2026CISA-ADP
Assessed Sep 18, 2026References 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-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ClipBucket | < 5.5.3-#182 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 18, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | New CVE Received | [email protected] |
Volerion