CVE-2026-14345
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe WPFunnels plugin allows unauthenticated attackers to inject PHP code into log files via the postData parameter, exploiting a nonce leaked on public funnel pages. When an administrator later views the log file through the plugin's Log Settings UI, the injected code executes via include_once. This is a log poisoning RCE requiring both the log feature to be enabled and admin interaction.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify WPFunnels plugin installation and versionNavigate to WordPress admin > Plugins > Installed Plugins and locate WPFunnels. Note the installed version number. Alternatively, check the plugin file at wp-content/plugins/wpfunnels/languages/wpfunnels.pot or readme.txt for the Version: field.Affected if The installed version is lower than 3.12.8 (the vendor patch version)
-
Confirm whether logging is enabled in plugin settingsAccess the WPFunnels plugin settings UI, typically found under WPFunnels > Settings or Funnels > Settings. Locate the 'Enable Logs' or 'Logging' toggle/checkbox and note its current state.Affected if The 'Enable Logs' setting is currently ENABLED (this is required for the vulnerability to be exploitable)
-
Inspect plugin log files for suspicious contentNavigate to the WPFunnels log directory, commonly located in wp-content/uploads/wpfunnels/logs/ or wp-content/plugins/wpfunnels/logs/. Open the log files (typically named with dates or as funnel-logs.txt) and examine entries for PHP code patterns such as '<?php', 'eval(', 'base64_decode(', system commands, or unusual URL-encoded content in the postData fields.Affected if Log files contain unexpected PHP code, suspicious shell commands, or encoded payloads that were not intentionally logged by your workflows
You are affected if the WPFunnels plugin version is below 3.12.8 AND the 'Enable Logs' feature is enabled, as both conditions are required for this log poisoning RCE to be exploitable.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImmediately disable the 'Enable Logs' setting in plugin configuration. Apply vendor patch (3.12.8+) when available and audit server for any successful exploitation.
WPFunnels plugin version 3.12.8 or later
- Update the WPFunnels plugin to version 3.12.8 or later through the WordPress admin dashboard (Plugins > Add New > Upload or directly via Plugins list > Update now)
- Verify the update was successful by checking the plugin version in Plugins list
- If logs are not needed in production, navigate to WPFunnels > Settings > Logs and disable the 'Enable Logs' toggle as an additional hardening measure
- Clear any existing .log files in the wp-content/uploads/wpfnl-logs/ directory that may have been created during attempted exploitation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-14345 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- www.wordfence.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-14345 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data