CVE-2026-77927 PUBLISHED

ClipBucket < 5.5.3-#182 Blind SQL Injection via Photo 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 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.

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