Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-5464

CVE-2026-5464: ExactMetrics WordPress Plugin RCE Vulnerability

CVE-2026-5464 is a remote code execution vulnerability in ExactMetrics WordPress plugin that allows authenticated attackers to install malicious plugins. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-5464 Overview

The ExactMetrics – Google Analytics Dashboard for WordPress (Website Stats Plugin) plugin for WordPress contains a critical authorization bypass vulnerability that allows authenticated attackers to install and activate arbitrary plugins from attacker-controlled URLs. This vulnerability affects all versions up to and including 9.1.2 and can lead to Remote Code Execution (RCE) on affected WordPress installations.

The vulnerability stems from a flawed authentication chain where the reports page exposes the onboarding_key transient to users with the exactmetrics_view_dashboard capability. This key is used as the sole authorization gate for a REST endpoint that returns a one-time hash (OTH) token, which subsequently allows arbitrary plugin installation without proper capability checks or nonce verification.

Critical Impact

Authenticated attackers with Editor-level access or above who have report viewing permissions can install and activate malicious plugins from external URLs, achieving full Remote Code Execution on the WordPress server.

Affected Products

  • ExactMetrics – Google Analytics Dashboard for WordPress (Website Stats Plugin) versions up to and including 9.1.2
  • WordPress installations with the vulnerable plugin installed
  • Any WordPress site where Editors or higher-privileged users have been granted report viewing permissions

Discovery Timeline

  • April 23, 2026 - CVE-2026-5464 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5464

Vulnerability Analysis

This vulnerability represents a classic case of broken access control (CWE-862) where multiple authorization weaknesses combine to create a severe security issue. The attack chain exploits the plugin's onboarding process, which was designed to simplify plugin activation but inadvertently created a pathway for malicious plugin installation.

The attack requires network access and authentication with at least Editor-level privileges combined with the exactmetrics_view_dashboard capability. Once these prerequisites are met, the attacker can leverage the exposed onboarding_key to obtain an OTH token, which then serves as the sole credential for the exactmetrics_connect_process AJAX endpoint.

The impact is severe because this endpoint accepts an arbitrary plugin ZIP URL via the file parameter, allowing attackers to install and activate any code they control on the WordPress server.

Root Cause

The root cause of this vulnerability is the Missing Authorization (CWE-862) in the plugin installation workflow. Specifically, the exactmetrics_connect_process AJAX endpoint lacks:

  1. Capability checks - No verification that the requesting user has permission to install plugins
  2. Nonce verification - No CSRF protection to prevent request forgery
  3. URL validation - Accepts arbitrary external ZIP URLs for plugin installation

The onboarding_key transient is exposed to users who only need dashboard viewing capabilities, but this key unlocks functionality that should require administrator privileges. This violation of the principle of least privilege creates the authorization bypass.

Attack Vector

The attack is conducted over the network and follows a multi-step exploitation chain. An attacker must first authenticate to WordPress with at least Editor-level access and the exactmetrics_view_dashboard capability. From the reports page, the attacker extracts the exposed onboarding_key transient value.

Using this key, the attacker makes a request to the /wp-json/exactmetrics/v1/onboarding/connect-url REST endpoint to obtain a one-time hash (OTH) token. Finally, the attacker calls the exactmetrics_connect_process AJAX endpoint with the OTH token and a file parameter pointing to a malicious plugin ZIP hosted on an attacker-controlled server. The vulnerable endpoint downloads, installs, and activates the malicious plugin, granting the attacker code execution on the server.

For detailed technical analysis of the vulnerable code paths, see the WordPress Plugin Code Snippet, Onboarding Code, and Connect File Code.

Detection Methods for CVE-2026-5464

Indicators of Compromise

  • Unexpected AJAX requests to exactmetrics_connect_process action from non-administrator users
  • HTTP requests to /wp-json/exactmetrics/v1/onboarding/connect-url from Editor-level accounts
  • Newly installed plugins not recognized by administrators, particularly those from external URLs
  • Outbound connections from the WordPress server to unknown external hosts downloading ZIP files

Detection Strategies

  • Monitor WordPress AJAX logs for exactmetrics_connect_process calls, especially those containing file parameters with external URLs
  • Implement file integrity monitoring on the wp-content/plugins/ directory to detect unauthorized plugin installations
  • Review WordPress activity logs for plugin activation events not initiated by administrators
  • Configure web application firewalls to alert on requests to the vulnerable REST endpoints from users without plugin installation capabilities

Monitoring Recommendations

  • Enable verbose logging for the ExactMetrics plugin and WordPress REST API endpoints
  • Implement real-time alerts for any plugin installation or activation events
  • Monitor for network connections to unusual external domains from the web server
  • Review user capability assignments to identify Editor-level users with exactmetrics_view_dashboard permissions

How to Mitigate CVE-2026-5464

Immediate Actions Required

  • Update the ExactMetrics plugin to a version newer than 9.1.2 as soon as a patched version is available
  • Audit all installed WordPress plugins for unexpected or unrecognized additions
  • Review and restrict which users have the exactmetrics_view_dashboard capability
  • Temporarily disable the ExactMetrics plugin if an update is not yet available and the risk is unacceptable

Patch Information

Organizations using the ExactMetrics – Google Analytics Dashboard for WordPress plugin should monitor for an official security update from the plugin developers. The vulnerability affects versions up to and including 9.1.2. Check the official WordPress plugin repository and the Wordfence Vulnerability Analysis for the latest patch information and security advisories.

Workarounds

  • Remove the exactmetrics_view_dashboard capability from all non-administrator users until a patch is applied
  • Implement a web application firewall (WAF) rule to block requests to the /wp-json/exactmetrics/v1/onboarding/connect-url endpoint
  • Restrict AJAX access to the exactmetrics_connect_process action using server-side access controls
  • Consider temporarily deactivating the ExactMetrics plugin in high-risk environments
bash
# WordPress capability restriction example
# Add to your theme's functions.php or a custom plugin

# Remove exactmetrics_view_dashboard capability from editors
# This should be implemented via wp-cli or custom code:
wp cap remove editor exactmetrics_view_dashboard

# Alternatively, use .htaccess to block the vulnerable endpoint:
# Add to WordPress .htaccess file
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteRule ^wp-json/exactmetrics/v1/onboarding/connect-url - [F,L]
# </IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechExactmetrics

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.18%

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

  • WordPress Plugin Onboarding Code

  • WordPress Plugin Connect File Code

  • WordPress Plugin Connect File Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-1993: ExactMetrics Privilege Escalation Flaw

  • CVE-2026-1992: ExactMetrics Plugin Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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