Description
The Punnel – Landing Page Builder plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.3.1. The save_config() function, which handles the 'punnel_save_config' AJAX action, lacks any capability check (current_user_can()) and nonce verification. This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the plugin's entire configuration including the API key via a POST request to admin-ajax.php. Once the API key is known (because the attacker set it), the attacker can use the plugin's public API endpoint (sniff_requests() at /?punnel_api=1) — which only validates requests by comparing a POST token against the stored api_key — to create, update, or delete arbitrary posts, pages, and products on the site.
Published: 2026-03-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Missing Authorization leading to content tampering
Action: Patch Immediately
AI Analysis

Impact

The Punnel – Landing Page Builder plugin has a missing authorization check in its AJAX handler for saving configuration. Because the function does not enforce capability checks or nonce verification, any authenticated user with Subscriber level or higher can send a POST request to the admin‑ajax.php endpoint and overwrite the plugin’s entire configuration, including the stored API key. This flaw is identified as CWE-862, Missing Authorization, and allows attackers to take full control of the public API used by the plugin. Once the API key is compromised, the attacker can use the public API endpoint to create, modify, or delete posts, pages, and product listings on the site without further authentication.

Affected Systems

All WordPress sites that have the Punnel – Landing Page Builder plugin version 1.3.1 or earlier are affected. The vulnerability resides in the plugin’s core file and is not dependent on site settings beyond the presence of the plugin and an authenticated user with at least Subscriber privileges.

Risk and Exploitability

The CVSS score of 5.3 classifies the vulnerability as moderate. No EPSS data is available, and the issue is not listed in the CISA KEV catalog. The attack vector is remote, requiring only an authenticated web session. An attacker can send a crafted POST request to /wp-admin/admin‑ajax.php with the action punnel_save_config, bypassing the missing security checks. After setting the API key, the attacker can exploit the unsecured public API to manipulate content on the site.

Generated by OpenCVE AI on March 21, 2026 at 08:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Punnel plugin to a version newer than 1.3.1.
  • Immediately reset the plugin’s API key after upgrading to prevent reuse of a potentially compromised key.
  • Audit posts, pages, and product listings created or modified during the vulnerable period for signs of unauthorized changes.
  • If upgrading cannot be performed immediately, disable or block access to the public API endpoint that relies on the API key.

Generated by OpenCVE AI on March 21, 2026 at 08:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 24 Mar 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 23 Mar 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Punnel
Punnel punnel – Landing Page Builder
Wordpress
Wordpress wordpress
Vendors & Products Punnel
Punnel punnel – Landing Page Builder
Wordpress
Wordpress wordpress

Sat, 21 Mar 2026 05:30:00 +0000

Type Values Removed Values Added
Description The Punnel – Landing Page Builder plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.3.1. The save_config() function, which handles the 'punnel_save_config' AJAX action, lacks any capability check (current_user_can()) and nonce verification. This makes it possible for authenticated attackers, with Subscriber-level access and above, to overwrite the plugin's entire configuration including the API key via a POST request to admin-ajax.php. Once the API key is known (because the attacker set it), the attacker can use the plugin's public API endpoint (sniff_requests() at /?punnel_api=1) — which only validates requests by comparing a POST token against the stored api_key — to create, update, or delete arbitrary posts, pages, and products on the site.
Title Punnel <= 1.3.1 - Missing Authorization to Authenticated (Subscriber+) Settings Update via 'punnel_save_config' AJAX Action
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Punnel Punnel – Landing Page Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:17:34.312Z

Reserved: 2026-03-06T16:19:32.782Z

Link: CVE-2026-3645

cve-icon Vulnrichment

Updated: 2026-03-24T13:55:43.529Z

cve-icon NVD

Status : Deferred

Published: 2026-03-21T04:17:33.017

Modified: 2026-04-24T16:27:44.277

Link: CVE-2026-3645

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-25T14:41:45Z

Weaknesses