CVE-2026-14345 CRITICAL

CVE-2026-14345: WPFunnels <= 3.12.7 - Unauthenticated Remote Code Execution via 'postData' Parameter

Vendor Getwpfunnels
Product WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell
Weakness CWE-434 · Unrestricted file upload
Published July 7, 2026
Last update July 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.12.7 via the 'postData' parameter parameter. This is due to unsanitized write of attacker-controlled postData values into a PHP-includeable .log file combined with the use of include_once to render that file in wpfnl_show_log. This makes it possible for unauthenticated attackers to execute code on the server. Exploitation requires that the Log Settings "Enable Logs" toggle is on and that an administrator subsequently opens the polluted log file via the plugin's Log Settings View UI; however, the nonce required to reach the optin endpoint is publicly emitted on every funnel step page, so the injection step itself is fully unauthenticated.

Explanation of Vulnerability in Simple Terms

02Summary

WPFunnels allows unauthenticated attackers to upload files without restriction, potentially enabling them to run malicious code on the site. The vulnerability affects all versions up to 3.12.7. No authentication or user interaction is required to exploit this flaw. Site administrators should update immediately to a version newer than 3.12.7.

What an attacker can do

03Attacker Capabilities

Upload and execute arbitrary files on the site without authentication.

Potential impact on your site

04Site Impact

Attackers can run malicious code, steal data, modify content, or take full control of your site.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 7, 2026 CVE published
July 8, 2026 Record updated

Related vulnerabilities

08Related CVE