Description
ClipBucket V5's web installer fails to properly validate or escape the php_cli_filepath parameter before passing it to shell execution. Unauthenticated attackers can submit a crafted POST request to the installer with a malicious php_cli_filepath value to execute arbitrary commands as the web server user.
Published: 2026-08-25
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Patch Now
AI Analysis

Impact

ClipBucket v5 allows an unauthenticated attacker to execute arbitrary OS commands by exploiting the installer script’s php_cli_filepath parameter. The vulnerability arises because the parameter is used directly in shell execution without validation or escaping, enabling code injection. This is a classic OS Command Injection flaw identified as CWE‑78. As a result, an attacker can gain the web server user’s privileges and run any command on the system, leading to full system compromise.

Affected Systems

The flaw exists in MacWarrior’s ClipBucket v5 product, versions 5.5.1 through 5.5.3. These releases expose the installer at upload/cb_install/functions_install.php and the vulnerable system.class.php file. Users running any of these versions should verify their installation and check for updates from the project repository.

Risk and Exploitability

The CVSS score of 9.2 indicates a critical severity, and while the EPSS score is not available, the design of the vulnerability permits unauthenticated remote exploitation. The attacker can send a crafted POST request to the installer with a malicious php_cli_filepath value; no authentication or additional credentials are required. The vulnerability is not listed in the CISA KEV catalog, but the absence of interception points increases the likelihood of exploitation in a production environment.

Generated by OpenCVE AI on August 26, 2026 at 02:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch that validates and sanitizes the php_cli_filepath parameter before it is passed to the shell.
  • Remove or restrict public access to the installer script (upload/cb_install/functions_install.php) to prevent unauthenticated users from invoking it.
  • Modify the web server configuration so that the web‑server user does not have permission to execute arbitrary system commands, thus limiting the damage achievable via this flaw.

Generated by OpenCVE AI on August 26, 2026 at 02:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Description ClipBucket V5's web installer fails to properly validate or escape the php_cli_filepath parameter before passing it to shell execution. Unauthenticated attackers can submit a crafted POST request to the installer with a malicious php_cli_filepath value to execute arbitrary commands as the web server user.
Title ClipBucket V5 5.5.1 through 5.5.3-#153 OS Command Injection via Installer php_cli_filepath Parameter
First Time appeared Clip-bucket
Clip-bucket clipbucket
Weaknesses CWE-78
CPEs cpe:2.3:a:clip-bucket:clipbucket:*:*:*:*:*:*:*:*
Vendors & Products Clip-bucket
Clip-bucket clipbucket
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Clip-bucket Clipbucket
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-26T12:23:55.095Z

Reserved: 2026-08-25T20:23:31.117Z

Link: CVE-2026-80138

cve-icon Vulnrichment

Updated: 2026-08-26T12:23:50.411Z

cve-icon NVD

Status : Received

Published: 2026-08-25T23:17:59.860

Modified: 2026-09-03T05:15:09.570

Link: CVE-2026-80138

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T02:30:04Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')