CVE-2024-54135: Untrusted Deserialization in ClipBucket-v5 Version 2.0 to 5.5.1 Revision 199
ClipBucket V5 provides open source video hosting with PHP. ClipBucket-v5 Version 2.0 to Version 5.5.1 Revision 199 are vulnerable to PHP Deserialization vulnerability. The vulnerability exists in upload/photoupload.php within the decodekey function. User inputs were supplied to this function without sanitization via collection GET parameter and photoIDS POST parameter respectively. The decodekey function invokes PHP unserialize function as defined in upload/includes/classes/photos.class.php. As a result, it is possible for an adversary to inject maliciously crafted PHP serialized object and utilize gadget chains to cause unexpected behaviors of the application. This vulnerability is fixed in 5.5.1 Revision 200.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-54135?
CVE-2024-54135 is classified as a high-severity PHP deserialization vulnerability in ClipBucket V5.
How do I fix CVE-2024-54135?
To fix CVE-2024-54135, upgrade ClipBucket to a version later than 5.5.1 Revision 199 where the vulnerability has been addressed.
What versions of ClipBucket are affected by CVE-2024-54135?
CVE-2024-54135 affects ClipBucket versions from 2.0 up to 5.5.1 Revision 199.
What is the impact of CVE-2024-54135?
CVE-2024-54135 allows attackers to exploit PHP deserialization issues, potentially allowing remote code execution.
Where in ClipBucket is CVE-2024-54135 located?
CVE-2024-54135 is located in upload/photo_upload.php within the decode_key function.