ClipBucket v5
CVE-2026-45418
HIGH
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable PHP endpoint (AV:N), straightforward blind SQLi (AC:L), requires an uploader account so PR:L, no victim interaction, full DB read/write yields C:H/I:H/A:H.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 - #132, any authenticated user who can upload videos can add multiple subtitles from different files and change their title (English, Spanish...). The POST /actions/subtitle_edit.php request used to change their title includes a number parameter which is vulnerable to SQL Injection. A boolean-based blind SQL injection can be used to exfiltrate sensitive data. This issue has been patched in version 5.5.3 - #132.
AnalysisAI
Authenticated SQL injection in ClipBucket v5 prior to release 5.5.3 - #132 allows any user with video-upload privileges to exfiltrate database contents via the POST /actions/subtitle_edit.php endpoint. The vulnerable 'number' parameter handling enables boolean-based blind SQLi, and no public exploit is identified at time of analysis though the GitHub Security Advisory (GHSA-q233-m544-6jqr) documents the issue in detail.
Technical ContextAI
ClipBucket v5 is an open-source PHP video-sharing platform maintained by MacWarrior (CPE cpe:2.3:a:macwarrior:clipbucket-v5). The subtitle management feature lets uploaders attach multiple subtitle tracks per video and edit per-language titles via /actions/subtitle_edit.php. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): the 'number' POST parameter is concatenated into a SQL statement without parameterization or proper integer casting, allowing an attacker to inject boolean conditions that the backend evaluates row-by-row.
RemediationAI
Vendor-released patch: upgrade ClipBucket v5 to release 5.5.3 - #132 or later, per advisory GHSA-q233-m544-6jqr (https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-q233-m544-6jqr). If immediate upgrade is not possible, compensating controls include disabling new user registration and revoking the video-upload privilege from untrusted accounts so the authenticated precondition cannot be satisfied (trade-off: blocks legitimate contributors), restricting access to /actions/subtitle_edit.php at the web-server or WAF layer with a rule that rejects non-numeric 'number' parameters (trade-off: requires testing to avoid breaking legitimate subtitle edits), and reviewing database logs for anomalous boolean-style queries against the subtitles table for retroactive detection.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today