Description
The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.12.7 via the 'logKey' parameter parameter. This makes it possible for authenticated attackers, with administrator-level access and above, to include and execute arbitrary .php 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 .php file types can be uploaded and included.
Published: 2026-07-09
Score: 6.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The getwpfunnels:WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin contains a Local File Inclusion flaw that is triggered when the "logKey" parameter is supplied. An attacker with authenticated administrator privileges can craft a value for logKey that causes the plugin to include and execute arbitrary PHP files residing on the server. This enables the attacker to run any PHP code, effectively bypassing normal access controls, exfiltrating sensitive data, or taking complete control of the WordPress site and the underlying web server.

Affected Systems

All installations of the getwpfunnels:WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin up to and including version 3.12.7 are affected. The vulnerability applies to any WordPress site that has this plugin installed and an administrator or higher‑privileged user account exists. Non‑administrator users cannot trigger the flaw, but the presence of the vulnerable code in the plugin exposes the site to exploitation once an admin credential is available.

Risk and Exploitability

The CVSS score of 6.6 indicates moderate severity, while the EPSS score of less than 1% denotes a low probability of exploitation. The vulnerability is not listed in KEV. Exploitation requires existing administrator authentication, meaning the attacker must have valid admin credentials—either through social engineering, credential theft, or compromising an existing admin account. Once authenticated, the attacker can trigger the LFI by passing a crafted "logKey" value, which causes execution of PHP code from a specified file.

Generated by OpenCVE AI on July 29, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade getwpfunnels:WPFunnels to a version greater than 3.12.7 to eliminate the LFI vulnerability.
  • Implement strict input validation or sanitization for the 'logKey' parameter, blocking directory traversal and ensuring only whitelisted paths are included (remedy for CWE-98).
  • Restrict the number of administrator accounts and enforce strong, unique passwords to reduce the attack surface.

Generated by OpenCVE AI on July 29, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 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'}


Thu, 09 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Getwpfunnels
Getwpfunnels wpfunnels – Funnel Builder For Woocommerce With Checkout & One Click Upsell
Wordpress
Wordpress wordpress
Vendors & Products Getwpfunnels
Getwpfunnels wpfunnels – Funnel Builder For Woocommerce With Checkout & One Click Upsell
Wordpress
Wordpress wordpress

Thu, 09 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Description The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.12.7 via the 'logKey' parameter parameter. This makes it possible for authenticated attackers, with administrator-level access and above, to include and execute arbitrary .php 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 .php file types can be uploaded and included.
Title WPFunnels <= 3.12.7 - Authenticated (Administrator+) Local File Inclusion via 'logKey' Parameter
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

Getwpfunnels Wpfunnels – Funnel Builder For Woocommerce With Checkout & One Click Upsell
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T12:47:19.785Z

Reserved: 2026-06-23T18:08:34.576Z

Link: CVE-2026-13080

cve-icon Vulnrichment

Updated: 2026-07-09T12:47:15.456Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:45:03Z

Weaknesses
  • CWE-98

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