Description
ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 - #129, the actions/progress_video.php endpoint is vulnerable to blind SQL injection. Any unauthenticated user can exploit the ids parameter to execute SQL queries and exfiltrate sensitive data. This issue has been patched in version 5.5.3 - #129.
Published: 2026-06-11
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ClipBucket version 5 up to 5.5.3-#129 contains a blind SQL injection flaw in the progress_video.php endpoint. The vulnerability is triggered by manipulating the ids parameter, enabling an unauthenticated user to execute arbitrary SQL statements and read sensitive database content. This weakness is a classic case of CWE‑89, where input is incorporated directly into SQL queries without proper validation or sanitization. The impact is the potential loss of confidentiality through data exfiltration and the risk of further compromise should an attacker move laterally.

Affected Systems

Any deployment of ClipBucket v5 whose installed version is older than 5.5.3-#129 is affected. The vulnerability applies specifically to the progress_video.php handler under the actions/progress_video directory. There is no known patch available within those older releases; the issue was fixed in v5.5.3-#129.

Risk and Exploitability

The reported CVSS score of 9.8 places this flaw in the critical range, suggesting that exploitation can be devastating. The EPSS score is not reported, so exact real‑world exploitation probability is unknown, but the lack of a KEV listing indicates no confirmed public exploits yet. The attack vector appears to be unauthenticated HTTPS or HTTP requests to the vulnerable endpoint, meaning a remote attacker can trigger the injection simply by requesting the page with a crafted ids parameter. Once achieved, the attacker obtains database read access, potentially pulling user credentials, video metadata, and other confidential information.

Generated by OpenCVE AI on June 12, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ClipBucket to version 5.5.3 or later, which contains the SQL injection fix.
  • If an upgrade is not immediately feasible, validate and sanitize the ids parameter by enforcing strict numeric type checks or using prepared statements to prevent dynamic SQL construction.
  • Configure the web server or a web application firewall to block or restrict unauthenticated access to progress_video.php, thereby limiting the attack surface for the vulnerable endpoint.

Generated by OpenCVE AI on June 12, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 01:15:00 +0000

Type Values Removed Values Added
First Time appeared Macwarrior
Macwarrior clipbucket-v5
Vendors & Products Macwarrior
Macwarrior clipbucket-v5

Thu, 11 Jun 2026 23:00:00 +0000

Type Values Removed Values Added
Description ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 - #129, the actions/progress_video.php endpoint is vulnerable to blind SQL injection. Any unauthenticated user can exploit the ids parameter to execute SQL queries and exfiltrate sensitive data. This issue has been patched in version 5.5.3 - #129.
Title ClipBucket: Blind SQL Injection in progress_video.php
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Macwarrior Clipbucket-v5
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-11T22:51:47.522Z

Reserved: 2026-05-08T18:07:27.342Z

Link: CVE-2026-45060

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-11T23:16:23.797

Modified: 2026-06-11T23:16:23.797

Link: CVE-2026-45060

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T01:00:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')