CVE-2026-25728 Details
Description
ClipBucket v5 is an open source video sharing platform. Prior to 5.5.3 - #40, a Time-of-Check to Time-of-Use (TOCTOU) race condition vulnerability exists in ClipBucket's avatar and background image upload functionality. The application moves uploaded files to a web-accessible location before validating them, creating a window where an attacker can execute arbitrary PHP code before the file is deleted. The uploaded file was moved to a web-accessible path via move_uploaded_file(), then validated via ValidateImage(). If validation failed, the file was deleted via @unlink(). This vulnerability is fixed in 5.5.3 - #40.
A Time-of-Check to Time-of-Use (TOCTOU) race condition vulnerability has been identified in ClipBucket version 5 prior to 5.5.3 - #40. The vulnerability exists in the avatar and background image upload functionality, where the application moves uploaded files to a web-accessible location before validating them. This creates a window of opportunity for an attacker to execute arbitrary PHP code before the file is deleted. The issue arises because the uploaded file is first moved to a public directory using 'move_uploaded_file()', and validation is performed afterward. If the validation fails, the file is deleted, but the race condition allows for exploitation before the deletion occurs.
Users are advised to update to ClipBucket version 5.5.3 - #40 or later. In versions prior to 5.5.3 - #40, the vulnerability can be mitigated by validating files before moving them to a web-accessible location.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-xq7c-m5r2-9wqj | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/MacWarrior/clipbucket-v5/commit/09536e6e2ca6d69a2ee83190b588c0b8116dd16d | [email protected] | Patch |
| https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-xq7c-m5r2-9wqj | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-367 | Time-of-check Time-of-use (TOCTOU) Race Condition | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| oxygenz clipbucket | >= 5.3, < 5.5.3-40 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 18, 2026 | Initial Analysis | [email protected] |
| Feb 11, 2026 | CVE Modified | CISA-ADP |
| Feb 10, 2026 | New CVE Received | [email protected] |