CVE-2026-3645

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.
Configurations

No configuration.

History

24 Apr 2026, 16:27

Type Values Removed Values Added
Summary
  • (es) El plugin Punnel – Landing Page Builder para WordPress es vulnerable a la falta de autorización en todas las versiones hasta la 1.3.1, inclusive. La función save_config(), que maneja la acción AJAX 'punnel_save_config', carece de cualquier verificación de capacidad (current_user_can()) y verificación de nonce. Esto hace posible que atacantes autenticados, con acceso de nivel Suscriptor y superior, sobrescriban la configuración completa del plugin, incluyendo la clave API, a través de una solicitud POST a admin-ajax.php. Una vez que la clave API es conocida (porque el atacante la configuró), el atacante puede usar el endpoint API público del plugin (sniff_requests() en /?punnel_api=1) — que solo valida las solicitudes comparando un token POST con la api_key almacenada — para crear, actualizar o eliminar publicaciones, páginas y productos arbitrarios en el sitio.

21 Mar 2026, 04:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-21 04:17

Updated : 2026-04-24 16:27


NVD link : CVE-2026-3645

Mitre link : CVE-2026-3645

CVE.ORG link : CVE-2026-3645


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization