Visualizer: Tables and Charts Manager for WordPress <= 3.10.15 - Missing Authorization to Arbitrary SQL Execution
Strategic Overview
- Status
- Patched in 3.11.0
- Affected Version
<= 3.10.15- CVSS
- 8.8High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2024-3750
At a glance
CVE-2024-3750 is a high-severity Missing Authorization vulnerability in the Visualizer WordPress plugin, affecting versions <= 3.10.15. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 3.11.0; sites on affected versions should update now. Disclosed May 2024, reported by Krzysztof Zając.
Vulnerability Overview
The Visualizer: Tables and Charts Manager for WordPress plugin for WordPress is vulnerable to unauthorized modification and retrieval of data due to a missing capability check on the getQueryData() function in all versions up to, and including, 3.10.15. This makes it possible for authenticated attackers, with subscriber-level access and above, to perform arbitrary SQL queries that can be leveraged for privilege escalation among many other actions.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-862: Missing Authorization
Visualizer <= 3.10.15 carries this weakness at getQueryData(), and reaching it takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Visualizer the fix is 3.11.0: builds <= 3.10.15 are affected, anything from 3.11.0 onward is not.
Remediation
Update to version 3.11.0, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Visualizer 3.11.0 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
- 7.5CVE-2026-13468: Visualizer <= 4.0.3 Unauthenticated Info Disclosure
CVE-2026-13468 - 5.3CVE-2024-1047: ThemeIsle SDK <= Various Versions Missing Authorization
CVE-2024-1047 - 4.3CVE-2026-19726: Visualizer Missing Authorization
CVE-2026-19726 - 4.3CVE-2026-8689: Visualizer Authenticated (Subscriber+) Arbitrary Chart
CVE-2026-8689
Other vulnerabilities in Visualizer – Tables & Charts Manager with Built-in AI Generator
- 9.9CVE-2024-35736: Visualizer <= 3.11.1 SQL Injection
CVE-2024-35736 - 9.3CVE-2019-16932: Visualizer SSRF
CVE-2019-16932 - 8.8CVE-2022-2256: Visualizer PHAR Deserialization
CVE-2022-2256 - 8.8CVE-2022-2444: Visualizer PHAR Deserialization
CVE-2022-2444 - 7.5CVE-2024-45293: PHPSpreadsheet Library < 2.3.0 XXE Injection
CVE-2024-45293 - 6.5CVE-2026-65526: Visualizer SQL Injection
CVE-2026-65526 - 6.5CVE-2025-12483: Visualizer SQL Injection
CVE-2025-12483 - 6.4CVE-2026-14939: Visualizer: Tables and Charts Manager <= 4.0.5 SSRF
CVE-2026-14939
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C