CVE Catalog

CVE-2026-42847

High
Published: Translated: NVD NIST

Summary

In ClipBucket v5 prior to version 5.5.3 - #122, there is a critical SQL Injection (SQLi) vulnerability exploitable through the 'type' parameter on the authenticated admin endpoint admin_area/action_logs.php. The value of this parameter is directly concatenated into a SQL WHERE condition without parameterization, allowing for UNION-based attacks and data exfiltration from the database.

Risk Assessment

Organizations using ClipBucket may be exposed to unauthorized access to sensitive data and data manipulation in the database. Exploitation of this vulnerability could lead to serious security breaches.

Recommendation

It is recommended to update ClipBucket to version 5.5.3 - #122 or later to mitigate this vulnerability. Additionally, implementing further security measures such as input validation is advisable.

Related vulnerabilities

Original NVD description (English source)

ClipBucket v5 is an open source video sharing platform. Prior to 5.5.3 - #122, there is a critical SQL Injection (SQLi) vulnerability in ClipBucket, exploitable through the type parameter on the authenticated admin endpoint admin_area/action_logs.php. The endpoint admin_area/action_logs.php reads $_GET['type'], stores it in $result_array['type'], and forwards it into fetch_action_logs(), where the value is concatenated directly into a SQL WHERE condition on action_type without parameterization. This allows UNION-based SQL injection and direct data exfiltration from the database. This vulnerability is fixed in 5.5.3 - #122.

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