All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-45418
HIGHpublished 2026-06-11 23:16 UTC · 13 days ago · modified 2026-06-12 16:16 UTC
8.8
CVSS / 10
// description
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.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-89