CVE-2024-54135 CRITICAL

CVE-2024-54135: Untrusted Deserialization in ClipBucket-v5 Version 2.0 to 5.5.1 Revision 199

Vendor Macwarrior
Product clipbucket-v5
Weakness CWE-502 · Unsafe deserialization
Published December 6, 2024
Last update December 6, 2024

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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/photo_upload.php within the decode_key function. User inputs were supplied to this function without sanitization via collection GET parameter and photoIDS POST parameter respectively. The decode_key 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.

Key dates

02Disclosure timeline

December 6, 2024 CVE published
December 6, 2024 Record updated