Vulnerability Description
The The Welcomizer plugin for WordPress is vulnerable to Remote Code Execution in all versions up to and including 2.8.1. This is due to missing authorization checks on the twiz_ajax_callback AJAX action's 'savesection' handler combined with the use of eval() to execute user-supplied 'custom logic' code on the frontend. The AJAX handler at twiz-ajax.php verifies a nonce but performs no current_user_can() capability check for the ACTION_SAVE_SECTION case. Furthermore, the nonce is exposed to any authenticated user through the directly-accessible twiz-ajax.js.php file which loads WordPress and outputs the nonce. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary PHP code via the twiz_custom_logic POST parameter when saving a section with output choice 'twiz_logic_output'.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/the-welcomizer/tags/2.8.1/includes/tw
- https://plugins.trac.wordpress.org/browser/the-welcomizer/tags/2.8.1/includes/tw
- https://plugins.trac.wordpress.org/browser/the-welcomizer/tags/2.8.1/includes/tw
- https://plugins.trac.wordpress.org/browser/the-welcomizer/tags/2.8.1/includes/tw
- https://plugins.trac.wordpress.org/browser/the-welcomizer/tags/2.8.1/twiz-ajax.p
- https://plugins.trac.wordpress.org/browser/the-welcomizer/trunk/includes/twiz.me
- https://plugins.trac.wordpress.org/browser/the-welcomizer/trunk/includes/twiz.me
- https://plugins.trac.wordpress.org/browser/the-welcomizer/trunk/includes/twiz.me
- https://plugins.trac.wordpress.org/browser/the-welcomizer/trunk/includes/twiz.ou
- https://plugins.trac.wordpress.org/browser/the-welcomizer/trunk/twiz-ajax.php#L1
- https://plugins.trac.wordpress.org/log/the-welcomizer/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/73fb7102-66ff-4309-a98
FAQ
What is CVE-2026-4327?
CVE-2026-4327 is a vulnerability with a CVSS score of 8.8 (HIGH). The The Welcomizer plugin for WordPress is vulnerable to Remote Code Execution in all versions up to and including 2.8.1. This is due to missing authorization checks on the twiz_ajax_callback AJAX act...
How severe is CVE-2026-4327?
CVE-2026-4327 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-4327?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.