Description
The WHMCS Bridge plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the connect() function in all versions up to, and including, 6.9. This makes it possible for authenticated attackers, with Custom-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.
Published: 2026-07-08
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WHMCS Bridge plugin for WordPress contains a CWE‑434 flaw where the connect() function accepts files uploaded through the 'ccce' parameter without validating its MIME type or extension. An attacker who possesses at least Custom‑level WordPress credentials can therefore upload any file, and if that file is executable on the server, the attacker can run it. This provides a direct path to remote code execution, compromising the confidentiality, integrity and availability of the site.

Affected Systems

All WordPress sites that have the WHMCS Bridge plugin version 6.9 or earlier installed by globalprogramming are affected. The vulnerability applies to any deployment that has not upgraded beyond 6.9 and where the plugin’s upload feature remains enabled.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.8, indicating high severity. The EPSS score of less than 1% suggests that exploitation is currently unlikely to be widespread, and the issue is not listed in CISA’s KEV catalog. However, it requires authentication; an attacker must first compromise the WordPress site or obtain legitimate Custom‑level access. Once an arbitrary file is accepted, the attacker can execute it, enabling full code execution on the server.

Generated by OpenCVE AI on July 29, 2026 at 14:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest official WHMCS Bridge plugin version newer than 6.9 to eliminate the file‑upload flaw.
  • If an immediate update is not possible, disable the plugin’s upload capability or remove the 'ccce' routing parameter to block arbitrary uploads.
  • Configure the server so that files uploaded through the plugin are stored in a non‑executable directory, using .htaccess restrictions or equivalent server directives, and enforce strict MIME type checks for all uploads.

Generated by OpenCVE AI on July 29, 2026 at 14:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Globalprogramming
Globalprogramming whmcs Bridge
Wordpress
Wordpress wordpress
Vendors & Products Globalprogramming
Globalprogramming whmcs Bridge
Wordpress
Wordpress wordpress

Wed, 08 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Description The WHMCS Bridge plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the connect() function in all versions up to, and including, 6.9. This makes it possible for authenticated attackers, with Custom-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.
Title WHMCS Bridge <= 6.9 - Unauthenticated Arbitrary File Upload via 'ccce' Parameter
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'}


Subscriptions

Globalprogramming Whmcs Bridge
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-08T12:52:21.650Z

Reserved: 2026-07-02T17:07:06.520Z

Link: CVE-2026-14489

cve-icon Vulnrichment

Updated: 2026-07-08T12:48:05.983Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T14:45:02Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type