CVE-2026-45418 PUBLISHED

ClipBucket: Blind SQL Injection in subtitle_edit.php

Assigner: GitHub_M
Reserved: 12.05.2026 Published: 11.06.2026 Updated: 12.06.2026

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.

Metrics

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

Product Status

Vendor MacWarrior
Product clipbucket-v5
Versions
  • Version < 5.5.3 - #132 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE