CVE Catalog

CVE-2026-84908

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

The WPFunnels plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 3.12.13. The plugin registers the 'wpfnl_load_payment' AJAX action for both authenticated and unauthenticated users (wp_ajax_nopriv_) and the underlying add_offer_product_to_cart() function performs no nonce verification, no capability check, and no validation that the attacker-supplied product_id is the offer product actually configured on the attacker-supplied step_id. This makes it possible for unauthenticated attackers to add arbitrary WooCommerce products to a cart at any discounted price configured on any funnel step, enabling price manipulation and revenue loss at checkout.

Risk Assessment

The organization may suffer financial losses due to price manipulation and unauthorized addition of products to cart. It may also lead to abuse and disruption of the sales process.

Recommendation

Update the WPFunnels plugin to the latest version. Also add proper nonce and capability checks in the add_offer_product_to_cart() function and validate product_id and step_id.

Other vulnerabilities in WPFunnels

See all
Original NVD description (English source)

The WPFunnels plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 3.12.13. This is due to the plugin registering the 'wpfnl_load_payment' AJAX action for both authenticated and unauthenticated (wp_ajax_nopriv_) users and the underlying add_offer_product_to_cart() function performing no nonce verification, no capability check, and no validation that the attacker-supplied product_id is the offer product actually configured on the attacker-supplied step_id. This makes it possible for unauthenticated attackers to add arbitrary WooCommerce products to a cart at any discounted price configured on any funnel step, enabling price manipulation and revenue loss at checkout.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS