Description
ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 #59, collection item operations are vulnerable to authorization flaws, allowing a normal authenticated user to modify another user’s collection items. This affects both add item (/actions/add_to_collection.php) due to missing authorization checks and delete item (/manage_collections.php?mode=manage_items...) due to a broken ownership check in removeItemFromCollection(). As a result, attackers can insert and remove items from collections they do not own. Version 5.5.3 #59 fixes the issue.
Published: 2026-02-27
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized modification of user collections
Action: Apply Patch
AI Analysis

Impact

ClipBucket v5 contained an insecure direct object reference flaw that allowed an authenticated user to add or remove items from another user’s collection. The vulnerability stems from missing authorization checks in the add item endpoint and a broken ownership validate in the remove item function, permitting unauthorized data modification. The weakness is classified as CWE‑639 and CWE‑863, reflecting a lack of proper authorization enforcement and a broken check on ownership of objects.

Affected Systems

All installations of ClipBucket version 5 prior to the 5.5.3‑#59 update are susceptible. The affected product is the open‑source video sharing platform ClipBucket v5, as released by MacWarrior. 5.5.3‑#59 and later releases contain the fix.

Risk and Exploitability

The CVSS score of 5.7 indicates a moderate severity. The EPSS score is reported as less than 1 %, suggesting a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. Attackers must first authenticate to the application; once logged in, they can exploit the missing checks to manipulate collections belonging to other users. The attack vector is a web‑based request to add or delete items, making it a local privilege escalation within the application context. Due to the moderate score and low exploitation likelihood, the risk is significant for systems that allow untrusted users access to collection management features but is not considered critical at this time.

Generated by OpenCVE AI on April 16, 2026 at 15:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ClipBucket to version 5.5.3 #59 or later, which implements proper ownership checks for collection item operations
  • If an immediate patch is not possible, restrict or disable direct access to /actions/add_to_collection.php and /manage_collections.php?mode=manage_items… endpoints for non‑administrator accounts
  • Implement custom access controls that verify the requesting user owns the collection before permitting add or delete operations
  • Monitor and log collection modification activity to detect anomalous changes
  • Consider applying rate limiting to collection management actions to reduce abuse potential

Generated by OpenCVE AI on April 16, 2026 at 15:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 03 Mar 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Oxygenz
Oxygenz clipbucket
CPEs cpe:2.3:a:oxygenz:clipbucket:*:*:*:*:*:*:*:*
Vendors & Products Oxygenz
Oxygenz clipbucket
Metrics cvssV3_1

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


Mon, 02 Mar 2026 12:15:00 +0000

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

Fri, 27 Feb 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 27 Feb 2026 19:30:00 +0000

Type Values Removed Values Added
Description ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 #59, collection item operations are vulnerable to authorization flaws, allowing a normal authenticated user to modify another user’s collection items. This affects both add item (/actions/add_to_collection.php) due to missing authorization checks and delete item (/manage_collections.php?mode=manage_items...) due to a broken ownership check in removeItemFromCollection(). As a result, attackers can insert and remove items from collections they do not own. Version 5.5.3 #59 fixes the issue.
Title ClipBucket v5 has IDOR in Collection Item Management
Weaknesses CWE-639
CWE-863
References
Metrics cvssV4_0

{'score': 5.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Macwarrior Clipbucket-v5
Oxygenz Clipbucket
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-27T20:23:22.876Z

Reserved: 2026-02-26T18:38:13.890Z

Link: CVE-2026-28354

cve-icon Vulnrichment

Updated: 2026-02-27T20:23:17.086Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-27T20:21:40.883

Modified: 2026-03-03T20:08:50.290

Link: CVE-2026-28354

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-16T15:30:06Z

Weaknesses