Vulnerability in Macwarrior Clipbucket-V5

CVE-2026-25728

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.

Vulnerability class: TOCTOU (Time-of-Check to Time-of-Use)

EPSS: 0.003 (21.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-25728?
CVE-2026-25728 is a high-severity vulnerability in Macwarrior Clipbucket-V5, classified under Time-of-check Time-of-use (TOCTOU) Race Condition. CVSS score: 7.5/10. Published 2026-02-10.
How severe is CVE-2026-25728?
High severity. CVSS v3 base score is 7.5 out of 10.