A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8689

CVE-2026-8689: WordPress Visualizer Auth Bypass Vulnerability

CVE-2026-8689 is an authentication bypass flaw in Visualizer: Tables and Charts Manager for WordPress allowing subscribers to create and modify charts. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-8689 Overview

CVE-2026-8689 is a Missing Authorization vulnerability [CWE-862] affecting the Visualizer: Tables and Charts Manager for WordPress plugin in all versions up to and including 3.11.14. The flaw exists because the renderChartPages() and uploadData() functions lack current_user_can() capability checks. Authenticated attackers with Subscriber-level access or above can invoke the wp_ajax_visualizer-create-chart, wp_ajax_visualizer-edit-chart, and wp_ajax_visualizer-upload-data AJAX actions to create arbitrary chart posts and access or modify chart data owned by other users, including administrators.

Critical Impact

Low-privileged authenticated users can read and modify chart data belonging to administrators, breaking tenant isolation within WordPress sites that depend on Visualizer for content presentation.

Affected Products

  • Visualizer: Tables and Charts Manager for WordPress — all versions through 3.11.14
  • Plugin codebase referenced under classes/Visualizer/Module/Chart.php
  • WordPress sites with Subscriber registration enabled are at elevated risk

Discovery Timeline

  • 2026-05-28 - CVE-2026-8689 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-8689

Vulnerability Analysis

The Visualizer plugin registers three AJAX endpoints that fail to enforce authorization. The wp_ajax_visualizer-create-chart and wp_ajax_visualizer-edit-chart actions both route into the renderChartPages() handler. Neither code path invokes current_user_can() to validate that the caller has the required editorial capability.

The third endpoint, wp_ajax_visualizer-upload-data, calls uploadData(). This function also omits a capability check. Additionally, its nonce is validated without an action argument, which makes the nonce trivially bypassable because WordPress accepts a generic nonce rather than one bound to a specific action.

Because WordPress registers these handlers via wp_ajax_* rather than wp_ajax_nopriv_*, any logged-in user — including Subscribers, the lowest privileged role — can reach the vulnerable code. The impact is unauthorized chart creation, disclosure of chart data, and modification of chart data belonging to administrators.

Root Cause

The root cause is missing access control [CWE-862]. The plugin authors relied on nonce verification alone and did not pair it with a capability check. The weak nonce validation compounds the issue by removing the only authentication barrier present.

Attack Vector

An attacker registers or authenticates as a Subscriber, then issues authenticated POST requests to /wp-admin/admin-ajax.php specifying the vulnerable action parameters. The request bypasses authorization and invokes the chart creation, edit, or upload handler directly. Refer to the Wordfence Vulnerability Analysis and the WordPress Visualizer Chart Code for the precise call sites.

Detection Methods for CVE-2026-8689

Indicators of Compromise

  • Unexpected chart posts created by low-privilege user accounts in wp_posts with post type associated with Visualizer
  • POST requests to /wp-admin/admin-ajax.php carrying action=visualizer-create-chart, action=visualizer-edit-chart, or action=visualizer-upload-data from Subscriber accounts
  • Modifications to chart metadata in wp_postmeta not associated with administrative sessions

Detection Strategies

  • Review web server access logs for admin-ajax.php requests with Visualizer action parameters originating from non-administrative session cookies
  • Audit WordPress activity logs for chart post creation events attributed to Subscriber or Contributor accounts
  • Correlate AJAX request volume against the user role of the authenticated session to spot anomalous low-privilege activity

Monitoring Recommendations

  • Enable verbose logging in a WordPress security plugin or WAF to capture AJAX action names and authenticated user IDs
  • Monitor for new user registrations followed shortly by admin-ajax.php calls targeting Visualizer endpoints
  • Track outbound changes to chart data and alert when modifications occur from sessions lacking the edit_posts capability

How to Mitigate CVE-2026-8689

Immediate Actions Required

  • Update the Visualizer plugin to a version later than 3.11.14 that includes the fix from WordPress Changeset #3474710
  • Audit existing chart posts and wp_postmeta entries for unauthorized modifications attributable to non-administrative users
  • Review Subscriber and Contributor accounts created recently and remove unknown or suspicious entries

Patch Information

The vendor addressed the issue in WordPress Changeset #3474710, which introduces capability checks on the affected AJAX handlers. The fixed code is visible in the updated Visualizer 4.0.1 source. Apply the update through the WordPress plugin dashboard or by deploying the updated package via your configuration management pipeline.

Workarounds

  • Disable open user registration in WordPress general settings to reduce the pool of Subscriber accounts available to attackers
  • Deactivate the Visualizer plugin until the patched version is installed if the plugin is not in active use
  • Restrict access to /wp-admin/admin-ajax.php requests carrying Visualizer action parameters at the WAF layer to authenticated users with the edit_posts capability
bash
# Example WP-CLI commands to update the plugin and disable open registration
wp plugin update visualizer
wp option update users_can_register 0

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Visualizer Chart Code

  • WordPress Visualizer Chart Code

  • WordPress Visualizer Chart Code

  • WordPress Visualizer Chart Code

  • WordPress Visualizer Chart Code

  • WordPress Visualizer Chart Code

  • WordPress Changeset #3474710

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-8682: WordPress 3D Viewer Auth Bypass Flaw

  • CVE-2026-7552: Geo Mashup WordPress Auth Bypass Flaw

  • CVE-2026-7802: Frontend Admin Auth Bypass Vulnerability

  • CVE-2026-3279: WordPress jQuery Helper Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English