CVE-2026-28354: CWE-639: Authorization Bypass Through User-Controlled Key in MacWarrior clipbucket-v5
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.
AI Analysis
Technical Summary
CVE-2026-28354 is a medium-severity authorization bypass vulnerability identified in ClipBucket v5, a widely used open-source video sharing platform. The vulnerability arises from improper authorization checks in collection item management endpoints prior to version 5.5.3 #59. Specifically, the add item operation (/actions/add_to_collection.php) lacks any authorization validation, allowing any authenticated user to add items to collections they do not own. Similarly, the delete item operation (/manage_collections.php?mode=manage_items...) suffers from a broken ownership check in the removeItemFromCollection() function, enabling unauthorized deletion of collection items. These flaws correspond to CWE-639 (Authorization Bypass Through User-Controlled Key) and CWE-863 (Incorrect Authorization). The vulnerability requires the attacker to be authenticated but does not require additional user interaction or elevated privileges. The impact is primarily on integrity, as attackers can manipulate other users’ collections without permission, potentially leading to data tampering, content poisoning, or disruption of user experience. The vulnerability has a CVSS 4.0 base score of 5.7, reflecting its moderate risk level. The issue was publicly disclosed on February 27, 2026, with no known exploits in the wild at the time of publication. The vendor fixed the vulnerability in version 5.5.3 #59 by implementing proper authorization checks to validate user ownership before allowing collection modifications.
Potential Impact
The primary impact of CVE-2026-28354 is unauthorized modification of user collections within the ClipBucket platform. Attackers with valid user accounts can add or remove items from collections owned by other users, compromising data integrity and potentially disrupting user content organization. This can lead to user dissatisfaction, loss of trust, and reputational damage for organizations hosting ClipBucket instances. In environments where collections represent curated or sensitive content, unauthorized changes could facilitate misinformation, content poisoning, or manipulation of media assets. Although the vulnerability does not directly expose confidential data or enable privilege escalation, the ability to alter other users’ collections undermines platform integrity and could be leveraged as part of broader attacks, such as social engineering or targeted harassment. The scope is limited to authenticated users, but given the open-source nature and popularity of ClipBucket, many organizations worldwide could be affected if running vulnerable versions. The absence of known exploits reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
Organizations using ClipBucket v5 should immediately upgrade to version 5.5.3 #59 or later, where the vulnerability is patched with proper authorization checks. If upgrading is not immediately feasible, implement the following mitigations: 1) Conduct a thorough code review of collection management endpoints to verify authorization logic and ownership validation. 2) Apply custom patches to enforce strict user ownership checks before allowing add or remove operations on collections. 3) Restrict access to collection management APIs to trusted users or roles where possible. 4) Monitor logs for unusual activity related to collection modifications, such as users modifying collections they do not own. 5) Educate users about suspicious activity and encourage reporting of unauthorized changes. 6) Employ web application firewalls (WAFs) with custom rules to detect and block unauthorized collection modification attempts. 7) Regularly audit user permissions and session management to prevent abuse by compromised accounts. These steps will help reduce the risk until a full upgrade can be performed.
Affected Countries
United States, Germany, India, United Kingdom, Canada, Australia, France, Brazil, Japan, South Korea
CVE-2026-28354: CWE-639: Authorization Bypass Through User-Controlled Key in MacWarrior clipbucket-v5
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.
AI-Powered Analysis
Technical Analysis
CVE-2026-28354 is a medium-severity authorization bypass vulnerability identified in ClipBucket v5, a widely used open-source video sharing platform. The vulnerability arises from improper authorization checks in collection item management endpoints prior to version 5.5.3 #59. Specifically, the add item operation (/actions/add_to_collection.php) lacks any authorization validation, allowing any authenticated user to add items to collections they do not own. Similarly, the delete item operation (/manage_collections.php?mode=manage_items...) suffers from a broken ownership check in the removeItemFromCollection() function, enabling unauthorized deletion of collection items. These flaws correspond to CWE-639 (Authorization Bypass Through User-Controlled Key) and CWE-863 (Incorrect Authorization). The vulnerability requires the attacker to be authenticated but does not require additional user interaction or elevated privileges. The impact is primarily on integrity, as attackers can manipulate other users’ collections without permission, potentially leading to data tampering, content poisoning, or disruption of user experience. The vulnerability has a CVSS 4.0 base score of 5.7, reflecting its moderate risk level. The issue was publicly disclosed on February 27, 2026, with no known exploits in the wild at the time of publication. The vendor fixed the vulnerability in version 5.5.3 #59 by implementing proper authorization checks to validate user ownership before allowing collection modifications.
Potential Impact
The primary impact of CVE-2026-28354 is unauthorized modification of user collections within the ClipBucket platform. Attackers with valid user accounts can add or remove items from collections owned by other users, compromising data integrity and potentially disrupting user content organization. This can lead to user dissatisfaction, loss of trust, and reputational damage for organizations hosting ClipBucket instances. In environments where collections represent curated or sensitive content, unauthorized changes could facilitate misinformation, content poisoning, or manipulation of media assets. Although the vulnerability does not directly expose confidential data or enable privilege escalation, the ability to alter other users’ collections undermines platform integrity and could be leveraged as part of broader attacks, such as social engineering or targeted harassment. The scope is limited to authenticated users, but given the open-source nature and popularity of ClipBucket, many organizations worldwide could be affected if running vulnerable versions. The absence of known exploits reduces immediate risk but does not preclude future exploitation.
Mitigation Recommendations
Organizations using ClipBucket v5 should immediately upgrade to version 5.5.3 #59 or later, where the vulnerability is patched with proper authorization checks. If upgrading is not immediately feasible, implement the following mitigations: 1) Conduct a thorough code review of collection management endpoints to verify authorization logic and ownership validation. 2) Apply custom patches to enforce strict user ownership checks before allowing add or remove operations on collections. 3) Restrict access to collection management APIs to trusted users or roles where possible. 4) Monitor logs for unusual activity related to collection modifications, such as users modifying collections they do not own. 5) Educate users about suspicious activity and encourage reporting of unauthorized changes. 6) Employ web application firewalls (WAFs) with custom rules to detect and block unauthorized collection modification attempts. 7) Regularly audit user permissions and session management to prevent abuse by compromised accounts. These steps will help reduce the risk until a full upgrade can be performed.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-26T18:38:13.890Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69a1efd532ffcdb8a269c95a
Added to database: 2/27/2026, 7:26:13 PM
Last enriched: 2/27/2026, 7:42:18 PM
Last updated: 2/27/2026, 8:47:32 PM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-28288: CWE-204: Observable Response Discrepancy in langgenius dify
MediumCVE-2026-28272: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in kiteworks security-advisories
HighCVE-2026-28271: CWE-350: Reliance on Reverse DNS Resolution for a Security-Critical Action in kiteworks security-advisories
MediumCVE-2026-28270: CWE-434: Unrestricted Upload of File with Dangerous Type in kiteworks security-advisories
MediumCVE-2026-28268: CWE-459: Incomplete Cleanup in go-vikunja vikunja
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.