Description
ClipBucket v5 before 5.5.3-#182 contains a file upload vulnerability that allows authenticated users to achieve remote code execution by uploading a PHP file with valid image magic bytes through the photo upload endpoint. The FileUpload::manageFile() function in fileupload.class.php fails to update the file extension after MIME validation, allowing an attacker-controlled .php extension to persist on disk and execute as PHP via PHP-FPM when the uploaded file is retrieved.
Published: 2026-09-18
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

ClipBucket v5 before 5.5.3-#182 contains a file upload flaw that allows an attacker who can authenticate to the application to upload a file with a .php extension that passes MIME validation because the extension is not converted after validation. The uploaded file is stored on disk with the attacker‑controlled extension and executed by PHP‑FPM when accessed, enabling arbitrary PHP code execution.

Affected Systems

The affected product is ClipBucket v5, developed by MacWarrior. Versions prior to 5.5.3-#182 are impacted; any installation using an older release remains vulnerable.

Risk and Exploitability

The CVSS base score of 8.7 indicates a high‑severity vulnerability. The EPSS score is not available and the issue is not listed in CISA KEV, though the attack requires valid application credentials. An authenticated attacker can gain full control of the server by uploading a malicious script and retrieving it, leading to complete compromise of confidentiality, integrity, and availability of the affected system.

Generated by OpenCVE AI on September 18, 2026 at 22:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ClipBucket to version 5.5.3-#182 or later, which removes the file‑extension oversight.
  • Move the photo upload directory outside of the web‑accessible path and configure the web server to disallow script execution in that directory.
  • Enforce strict validation of uploaded files by checking both MIME type and file extension, rejecting any PHP files, or disabling PHP execution in the upload directory.

Generated by OpenCVE AI on September 18, 2026 at 22:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 18 Sep 2026 23:45:00 +0000

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

Fri, 18 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description ClipBucket v5 before 5.5.3-#182 contains a file upload vulnerability that allows authenticated users to achieve remote code execution by uploading a PHP file with valid image magic bytes through the photo upload endpoint. The FileUpload::manageFile() function in fileupload.class.php fails to update the file extension after MIME validation, allowing an attacker-controlled .php extension to persist on disk and execute as PHP via PHP-FPM when the uploaded file is retrieved.
Title ClipBucket < 5.5.3-#182 Remote Code Execution via Photo Upload Endpoint
Weaknesses CWE-434
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Macwarrior Clipbucket-v5
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-18T15:27:53.729Z

Reserved: 2026-08-21T17:52:36.079Z

Link: CVE-2026-77929

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-18T15:17:13.287

Modified: 2026-09-18T16:17:09.460

Link: CVE-2026-77929

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-18T23:15:16Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type