CVE-2026-13468 HIGH

CVE-2026-13468: Visualizer <= 4.0.3 - Missing Authorization to Unauthenticated Sensitive Information Disclosure via /visualizer/v1/action/{chart}/{type}/ REST Endpoint

Vendor Themeisle
Product Visualizer – Tables & Charts Manager with Built-in AI Generator
Weakness CWE-862 · Missing authorization
Published July 1, 2026
Last update July 1, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

The Visualizer plugin for WordPress fails to check user permissions before allowing access to sensitive data and functions. An unauthenticated attacker can read confidential information without logging in or performing any special steps. This affects all versions up to 4.0.3. Update to a version newer than 4.0.3 to resolve the issue.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the plugin without authentication.

Potential impact on your site

04Site Impact

Confidential data stored or managed by the plugin is exposed to anyone on the internet.

Conditions required to exploit

05Prerequisites

Network access to the WordPress site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 1, 2026 CVE published

Related vulnerabilities

08Related CVE