Description
The Visual Composer Website Builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 45.16.0 via the `vcv-template` parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.
Published: 2026-09-24
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises from improper validation of the vcv-template parameter, allowing unauthenticated local file inclusion. An attacker can include and execute arbitrary files on the server, enabling PHP code execution. This can be leveraged to bypass access controls, exfiltrate sensitive data, and achieve full code execution if an attacker can upload or reference files such as images that are processed by the plugin.

Affected Systems

The flaw affects the Visual Composer Website Builder plugin for WordPress from all releases up to and including version 45.16.0. Any environment that hosts that plugin and is accessible without authentication is at risk. The version requirement applies to all prior releases, regardless of WordPress version.

Risk and Exploitability

The CVSS score of 9.8 signals a critical impact. The EPSS score is unavailable, and the vulnerability is not listed in CISA’s KEV catalog, but the lack of mitigation does not reduce risk. An unauthenticated attacker can trigger the inclusion by sending a crafted request to the vulnerable endpoint using the vcv-template parameter. Once included, malicious PHP code can run with the privileges of the web server, leading to total compromise of the affected host.

Generated by OpenCVE AI on September 24, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Visual Composer Website Builder to the latest version that contains the fix, or remove the plugin if an update is not immediately available.
  • If the plugin must remain in use, restrict direct access to the vcv-template parameter through a web application firewall or custom URL filtering to deny unauthenticated requests.
  • As a last resort, review and tighten file system permissions and PHP configuration to mitigate local file inclusion, though the primary defense is updating or disabling the vulnerable plugin.

Generated by OpenCVE AI on September 24, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Visualcomposer
Visualcomposer visual Composer Website Builder
Wordpress
Wordpress wordpress
Vendors & Products Visualcomposer
Visualcomposer visual Composer Website Builder
Wordpress
Wordpress wordpress

Thu, 24 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
Description The Visual Composer Website Builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 45.16.0 via the `vcv-template` parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.
Title Visual Composer Website Builder <= 45.16.0 - Unauthenticated Local File Inclusion via 'vcv-template' Parameter
Weaknesses CWE-98
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'}


Subscriptions

Visualcomposer Visual Composer Website Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-24T14:59:43.200Z

Reserved: 2026-06-14T18:40:44.746Z

Link: CVE-2026-12227

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T10:17:32.623

Modified: 2026-09-24T16:17:06.650

Link: CVE-2026-12227

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T11:00:14Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')