CVE-2026-77929 PUBLISHED

ClipBucket < 5.5.3-#182 Remote Code Execution via Photo Upload Endpoint

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

ClipBucket v5 before 5.5.3-#182 contains a file upload vulnerability that allows authenticated users to achieve remote code execution by uploading a PHP file with valid image magic bytes through the photo upload endpoint. The FileUpload::manageFile() function in fileupload.class.php fails to update the file extension after MIME validation, allowing an attacker-controlled .php extension to persist on disk and execute as PHP via PHP-FPM when the uploaded file is retrieved.

Metrics

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

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

  • Unrestricted Upload of File with Dangerous Type CWE