Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Visualizer: Tables and Charts Manager for WordPress plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.11.14. This is due to a missing capability check on the renderChartPages() and uploadData() functions, where the wp_ajax_visualizer-create-chart and wp_ajax_visualizer-edit-chart AJAX actions invoke renderChartPages() without any current_user_can() check, and wp_ajax_visualizer-upload-data invokes uploadData() which also lacks a capability check and validates its nonce without an action argument, making it trivially bypassable. This makes it possible for authenticated attackers, with Subscriber-level access and above, to create arbitrary chart posts and access or modify chart data belonging to other users, including administrators.
AnalysisAI
Missing authorization on three AJAX handlers in the Visualizer: Tables and Charts Manager plugin for WordPress (by Themeisle) allows authenticated attackers with Subscriber-level access to create arbitrary chart posts and read or overwrite chart data owned by any site user, including administrators. The wp_ajax_visualizer-create-chart, wp_ajax_visualizer-edit-chart, and wp_ajax_visualizer-upload-data actions invoke renderChartPages() and uploadData() without any current_user_can() capability check; the nonce validation in uploadData() is further trivialized by the absence of an action argument, making it bypassable with any valid WordPress nonce. No public exploit has been identified at time of analysis, and a vendor-released patch is available in version 4.0.1.
Technical ContextAI
The root cause is CWE-862 (Missing Authorization) in the WordPress plugin Visualizer by Themeisle (CPE: cpe:2.3:a:themeisle:visualizer). WordPress's AJAX subsystem routes logged-in requests to wp_ajax_{action} hooks; by convention, handlers must call current_user_can() to verify role-based permissions before operating on content. In Visualizer 3.11.14 and earlier, the renderChartPages() function registered for both visualizer-create-chart and visualizer-edit-chart actions (Chart.php lines 531 and 1221) omits this check entirely. The uploadData() function (Chart.php line 56) for the visualizer-upload-data action similarly lacks a capability check, and its nonce verification uses wp_verify_nonce() without supplying the second 'action' argument - meaning any valid WordPress nonce for any context satisfies the check - effectively neutralizing that security control. The fix, confirmed in changeset 3474710 and visible in the 4.0.1 source tree, adds proper capability checks to all three handlers.
RemediationAI
Upgrade the Visualizer plugin to version 4.0.1 or later; the fix is confirmed in WordPress plugin repository changeset 3474710 (https://plugins.trac.wordpress.org/changeset/3474710), which introduces proper current_user_can() capability checks on all three affected AJAX handlers. Full advisory details are documented by Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/d18e9696-0f96-4478-9871-a93ac2976c11. If immediate upgrade is not feasible, disable open user registration in WordPress (Settings > General > uncheck 'Anyone can register') to eliminate the ability for unknown parties to obtain a Subscriber account; note this does not protect against attackers who already hold a low-privilege account. A WAF rule blocking POST requests to wp-admin/admin-ajax.php where the 'action' parameter equals visualizer-create-chart, visualizer-edit-chart, or visualizer-upload-data from non-admin sessions provides a compensating control, but may break legitimate Subscriber-facing chart creation features. Neither workaround substitutes for patching.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32746
GHSA-m527-mm28-jvgm