CVE Catalog

CVE-2026-77929

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

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 fails to update the file extension after MIME validation, allowing a .php extension to persist and execute via PHP-FPM.

Risk Assessment

An authenticated attacker can execute arbitrary code on the server, leading to full system compromise and breach of data confidentiality, integrity, and availability.

Recommendation

Update ClipBucket to version 5.5.3-#182 or later; additionally verify that file extensions are correctly updated after MIME validation.

Other vulnerabilities in ClipBucket

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS