SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-14345

CRITICAL · CVSS 9.8 EPSS 0.74% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

The WPFunnels plugin for WordPress is vulnerable to Remote Code Execution due to unsanitized input in the 'postData' parameter, allowing unauthenticated attackers to inject malicious code into a PHP-includeable log file. This critical vulnerability, present in all versions up to 3.12.7, can be exploited if the "Enable Logs" setting is activated and an administrator views the compromised log file. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-14345
Severity
CRITICAL
CVSS
9.8
EPSS
0.74%
WordPress

Original NVD Description

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.