Skip to main content

Visualizer WordPress Plugin CVE-2026-8689

| EUVDEUVD-2026-32746 MEDIUM
Missing Authorization (CWE-862)
2026-05-28 Wordfence GHSA-m527-mm28-jvgm
4.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.3 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 28, 2026 - 09:22 vuln.today
CVE Published
May 28, 2026 - 07:43 nvd
MEDIUM 4.3

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

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-8689 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy