CVE 7.1 HIGH

ClipBucket: Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)_CVE-2026-42847

7.1 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:L

Description

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.

Basic Information

ID CVE-2026-42847
Source GitHub_M
Published May 14, 2026 at 20:45

Affected Product

Vendor MacWarrior
Product clipbucket-v5
Version < 5.5.3 - #122
Affected Versions MacWarrior clipbucket-v5 < 5.5.3 - #122

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.