The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-1992

CVE-2026-1992: ExactMetrics Plugin Auth Bypass Vulnerability

CVE-2026-1992 is an authentication bypass flaw in ExactMetrics WordPress plugin that allows attackers to install arbitrary plugins and achieve remote code execution. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-1992 Overview

The ExactMetrics – Google Analytics Dashboard for WordPress plugin contains an Insecure Direct Object Reference (IDOR) vulnerability in versions 8.6.0 through 9.0.2. The vulnerability exists in the store_settings() method within the ExactMetrics_Onboarding class, where a user-supplied triggered_by parameter is improperly used instead of the current user's ID for permission verification. This flaw allows authenticated attackers with the exactmetrics_save_settings capability to bypass the install_plugins capability check by specifying an administrator's user ID in the triggered_by parameter, enabling them to install arbitrary plugins and ultimately achieve Remote Code Execution.

Critical Impact

Authenticated attackers can bypass authorization controls to install arbitrary plugins, potentially leading to complete site compromise through Remote Code Execution.

Affected Products

  • ExactMetrics – Google Analytics Dashboard for WordPress versions 8.6.0 through 9.0.2
  • WordPress sites where administrators have granted non-admin users permission to view reports

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-1992 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-1992

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when an application uses user-controlled input to access authorization decisions. In this case, the store_settings() method in the ExactMetrics_Onboarding class accepts a triggered_by parameter from user input and uses this value to check permissions rather than determining the actual authenticated user's ID server-side.

The vulnerability has a network-based attack vector with low complexity requirements. An attacker needs only low privileges (specifically the exactmetrics_save_settings capability) and no user interaction to exploit this flaw. The impact is significant across all three security dimensions—confidentiality, integrity, and availability—as successful exploitation can lead to arbitrary plugin installation and subsequent Remote Code Execution.

Root Cause

The root cause of this vulnerability lies in the trust placed in user-supplied data for authorization decisions. The store_settings() method accepts a triggered_by parameter from the HTTP request and uses this value to perform capability checks instead of retrieving the current user's actual ID from the WordPress authentication system. This violates the security principle of never trusting client-supplied data for access control decisions.

The vulnerability is limited in scope to WordPress sites where administrators have explicitly granted non-administrator users the permission to view analytics reports, which is a prerequisite for obtaining the exactmetrics_save_settings capability.

Attack Vector

The attack exploits the flawed authorization logic in the plugin's onboarding settings functionality. An attacker with the exactmetrics_save_settings capability can craft a malicious request to the store_settings() endpoint, including a triggered_by parameter set to an administrator's user ID. When the application processes this request, it checks the capabilities of the user specified in triggered_by rather than the actual requesting user, effectively allowing the attacker to inherit administrator permissions for the install_plugins capability check.

Once the authorization bypass is achieved, the attacker can install arbitrary plugins. By uploading a malicious plugin containing PHP webshell code or other backdoor functionality, the attacker achieves Remote Code Execution on the WordPress server.

The vulnerable code can be examined at the WordPress Plugin Source Code reference, and the security fix is documented in the WordPress Changeset Update.

Detection Methods for CVE-2026-1992

Indicators of Compromise

  • Unexpected plugin installations, particularly plugins not from the official WordPress repository
  • Web server logs showing POST requests to ExactMetrics onboarding endpoints with triggered_by parameters containing administrator user IDs
  • Newly created or modified PHP files in the wp-content/plugins/ directory with suspicious content
  • Unusual user activity from accounts with limited ExactMetrics permissions attempting administrative actions

Detection Strategies

  • Monitor WordPress audit logs for plugin installation events initiated by non-administrator users
  • Implement Web Application Firewall (WAF) rules to detect requests containing triggered_by parameters targeting administrator user IDs
  • Review access control configurations in ExactMetrics to identify which users have been granted the exactmetrics_save_settings capability
  • Perform regular file integrity monitoring on the WordPress installation to detect unauthorized plugin uploads

Monitoring Recommendations

  • Enable verbose logging for WordPress plugin management activities
  • Configure alerts for any plugin installation events from users without explicit install_plugins capability
  • Monitor network traffic for suspicious POST requests to /wp-admin/admin-ajax.php containing ExactMetrics-related actions
  • Regularly audit user capabilities and permissions within the ExactMetrics plugin settings

How to Mitigate CVE-2026-1992

Immediate Actions Required

  • Update the ExactMetrics – Google Analytics Dashboard for WordPress plugin to version 9.0.3 or later immediately
  • Review and restrict which user roles have been granted permission to view ExactMetrics reports
  • Audit recently installed plugins for any unauthorized or suspicious additions
  • Review server logs for evidence of exploitation attempts targeting the store_settings() endpoint
  • Consider temporarily disabling the ExactMetrics plugin until the update can be applied

Patch Information

The vulnerability has been addressed in ExactMetrics versions released after 9.0.2. The fix ensures that the current authenticated user's ID is used for capability checks instead of accepting user-supplied values. Site administrators should update to the latest version through the WordPress admin dashboard or by downloading the patched version from the WordPress plugin repository.

For additional details on the vulnerability and patch, refer to the Wordfence Vulnerability Report.

Workarounds

  • Immediately revoke the exactmetrics_save_settings capability from all non-administrator users until the plugin is updated
  • Implement WAF rules to block requests containing triggered_by parameters to ExactMetrics endpoints
  • Restrict access to WordPress admin AJAX endpoints using server-level access controls
  • Consider using a security plugin to enforce strict capability checks on plugin installation actions
bash
# Restrict ExactMetrics endpoint access via .htaccess (temporary mitigation)
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax.php$
    RewriteCond %{QUERY_STRING} exactmetrics [NC,OR]
    RewriteCond %{REQUEST_BODY} triggered_by [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechExactmetrics

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

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

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1993: ExactMetrics Privilege Escalation Flaw
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