CVE-2026-3645: CWE-862 Missing Authorization in punnel Punnel – Landing Page Builder
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.
AI Analysis
Technical Summary
The Punnel – Landing Page Builder plugin for WordPress suffers from a Missing Authorization vulnerability (CWE-862) identified as CVE-2026-3645. The root cause lies in the save_config() function, which handles the 'punnel_save_config' AJAX action but lacks any capability checks (such as current_user_can()) and nonce verification. This flaw allows any authenticated user with at least Subscriber-level access to send a POST request to admin-ajax.php and overwrite the plugin’s entire configuration, including the critical API key. Since the API key is used to authenticate requests to the plugin’s public API endpoint (/?punnel_api=1), an attacker who sets this key can then perform unauthorized actions such as creating, updating, or deleting posts, pages, and products on the WordPress site. The API endpoint validates requests solely by comparing a POST token against the stored API key, which the attacker controls after exploitation. This vulnerability does not require elevated privileges beyond Subscriber, does not require user interaction, and can be exploited remotely over the network. The CVSS 3.1 base score is 5.3 (medium severity), reflecting the lack of confidentiality impact but significant integrity impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild as of publication. The vulnerability affects all versions up to and including 1.3.1 of the plugin.
Potential Impact
This vulnerability allows attackers with minimal privileges (Subscriber-level) to fully control the plugin’s configuration, including setting the API key, which then enables them to manipulate site content arbitrarily via the plugin’s public API. This can lead to unauthorized content creation, modification, or deletion, potentially defacing websites, injecting malicious content, or disrupting e-commerce operations if products are affected. Although confidentiality is not directly impacted, the integrity and availability of site content are at risk. Attackers could use this to undermine trust in the website, damage brand reputation, or facilitate further attacks such as phishing or malware distribution. Organizations relying on this plugin for landing page management or e-commerce should consider this a significant risk to site integrity and operational continuity.
Mitigation Recommendations
Immediate mitigation steps include restricting access to the WordPress admin area to trusted users only and auditing user roles to ensure no unnecessary Subscriber-level accounts exist. Disable or remove the Punnel plugin if it is not essential. Monitor admin-ajax.php requests for suspicious POST activity related to 'punnel_save_config' and the public API endpoint '/?punnel_api=1'. Implement web application firewall (WAF) rules to block unauthorized POST requests to these endpoints from low-privilege users. Since no official patch is currently available, consider applying custom code to add capability checks (e.g., current_user_can('manage_options')) and nonce verification to the save_config() function to prevent unauthorized configuration changes. Regularly check for plugin updates or vendor advisories and apply patches promptly once released. Conduct thorough site integrity checks to detect unauthorized content changes and reset API keys if compromise is suspected.
Affected Countries
United States, United Kingdom, Germany, France, Canada, Australia, India, Brazil, Japan, Netherlands
CVE-2026-3645: CWE-862 Missing Authorization in punnel Punnel – Landing Page Builder
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.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Punnel – Landing Page Builder plugin for WordPress suffers from a Missing Authorization vulnerability (CWE-862) identified as CVE-2026-3645. The root cause lies in the save_config() function, which handles the 'punnel_save_config' AJAX action but lacks any capability checks (such as current_user_can()) and nonce verification. This flaw allows any authenticated user with at least Subscriber-level access to send a POST request to admin-ajax.php and overwrite the plugin’s entire configuration, including the critical API key. Since the API key is used to authenticate requests to the plugin’s public API endpoint (/?punnel_api=1), an attacker who sets this key can then perform unauthorized actions such as creating, updating, or deleting posts, pages, and products on the WordPress site. The API endpoint validates requests solely by comparing a POST token against the stored API key, which the attacker controls after exploitation. This vulnerability does not require elevated privileges beyond Subscriber, does not require user interaction, and can be exploited remotely over the network. The CVSS 3.1 base score is 5.3 (medium severity), reflecting the lack of confidentiality impact but significant integrity impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild as of publication. The vulnerability affects all versions up to and including 1.3.1 of the plugin.
Potential Impact
This vulnerability allows attackers with minimal privileges (Subscriber-level) to fully control the plugin’s configuration, including setting the API key, which then enables them to manipulate site content arbitrarily via the plugin’s public API. This can lead to unauthorized content creation, modification, or deletion, potentially defacing websites, injecting malicious content, or disrupting e-commerce operations if products are affected. Although confidentiality is not directly impacted, the integrity and availability of site content are at risk. Attackers could use this to undermine trust in the website, damage brand reputation, or facilitate further attacks such as phishing or malware distribution. Organizations relying on this plugin for landing page management or e-commerce should consider this a significant risk to site integrity and operational continuity.
Mitigation Recommendations
Immediate mitigation steps include restricting access to the WordPress admin area to trusted users only and auditing user roles to ensure no unnecessary Subscriber-level accounts exist. Disable or remove the Punnel plugin if it is not essential. Monitor admin-ajax.php requests for suspicious POST activity related to 'punnel_save_config' and the public API endpoint '/?punnel_api=1'. Implement web application firewall (WAF) rules to block unauthorized POST requests to these endpoints from low-privilege users. Since no official patch is currently available, consider applying custom code to add capability checks (e.g., current_user_can('manage_options')) and nonce verification to the save_config() function to prevent unauthorized configuration changes. Regularly check for plugin updates or vendor advisories and apply patches promptly once released. Conduct thorough site integrity checks to detect unauthorized content changes and reset API keys if compromise is suspected.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-03-06T16:19:32.782Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69be1810f4197a8e3b7843aa
Added to database: 3/21/2026, 4:01:20 AM
Last enriched: 3/21/2026, 4:20:48 AM
Last updated: 3/22/2026, 5:03:42 AM
Views: 10
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.