Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network access with no interaction required; impact is confidentiality-only chart data disclosure; provided NVD vector is accurate and independently validated.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Visualizer - Tables & Charts Manager with Built-in AI Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.0.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to access and export the contents of any visualizer chart on the site - including charts in draft, private, pending, future, or trash status - as CSV, Excel, or HTML via the /wp-json/visualizer/v1/action/{chart}/{type}/ REST endpoint. This bypass is particularly impactful because the standard WordPress REST endpoint for the non-public 'visualizer' custom post type correctly enforces capability checks and returns HTTP 401 to unauthenticated callers, whereas this plugin-registered route circumvents that protection entirely.
Articles & Coverage 1
AnalysisAI
Authorization bypass in the Themeisle Visualizer - Tables & Charts Manager plugin (all versions ≤ 4.0.3) exposes a plugin-registered REST endpoint /wp-json/visualizer/v1/action/{chart}/{type}/ that lacks the capability checks WordPress enforces on the standard visualizer custom post type REST routes. Unauthenticated remote attackers can enumerate and export the full contents of any chart on the site-including charts in draft, private, pending, future, or trash post status-as CSV, Excel, or HTML without any credentials. No public exploit code has been confirmed and CISA KEV does not list this CVE, though SSVC rates it Automatable:yes, making scripted mass-scanning across WordPress installations practical.
Technical ContextAI
The affected product is the Themeisle Visualizer plugin (CPE: cpe:2.3:a:themeisle:visualizer_-_tables_&_charts_manager_with_built-in_ai_generator:*:*:*:*:*:*:*:*), which registers a custom REST API route in its Frontend.php module (L155, L219) and Module.php (L182). CWE-862 (Missing Authorization) describes the root cause precisely: the plugin-registered route omits the permission_callback that WordPress requires to gate access to non-public post types. The standard WordPress REST endpoint for the visualizer CPT correctly returns HTTP 401 to unauthenticated callers via built-in capability enforcement, but this plugin-added route circumvents that protection entirely. The source code for both versions 4.0.1 and 4.0.3 at plugins.trac.wordpress.org confirms the vulnerable logic; a fix is present in upstream changeset 3591310.
RemediationAI
Update the Visualizer plugin to the version released after 4.0.3 - the upstream fix is available as changeset 3591310 at plugins.trac.wordpress.org, and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/45dbcc5e-2746-4a55-a1d1-a7c67fa2950e should be monitored for the confirmed patched release version. As a compensating control prior to patching, block unauthenticated access to the /wp-json/visualizer/v1/ path via a WAF rule or web server access control (nginx location block or Apache <Location> directive); trade-off: this may break legitimate front-end chart rendering for anonymous visitors if the same route serves public chart data. If the plugin is not actively required, deactivating or removing it entirely is the most complete risk elimination.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40892
GHSA-m84g-2mgp-69wx