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-7459

CVE-2026-7459: Simple History Plugin Auth Bypass Flaw

CVE-2026-7459 is an authentication bypass vulnerability in the Simple History WordPress plugin that allows Subscriber-level users to take over administrator accounts by exploiting event reaction endpoints to access password reset keys.

Published: June 4, 2026

CVE-2026-7459 Overview

CVE-2026-7459 affects the Simple History – Track, Log, and Audit WordPress Changes plugin for WordPress in all versions up to and including 5.26.0. The vulnerability allows authenticated users with Subscriber-level access to read the full context of any logged event through the plugin's event reaction REST API endpoints. Because the plugin records the full body of password-reset emails — including the reset URL with the reset key — an attacker can trigger an administrator password reset, harvest the reset key from the log, and complete account takeover. Exploitation requires the experimental features option (simple_history_experimental_features_enabled) to have been enabled by an administrator, which is not the default state.

Critical Impact

A Subscriber-level user can escalate to full administrator on affected WordPress sites by extracting password-reset links from plugin event logs through unauthorized REST API access.

Affected Products

  • Simple History – Track, Log, and Audit WordPress Changes plugin for WordPress, versions up to and including 5.26.0
  • WordPress installations with the experimental features option enabled
  • Sites using SimpleUserLogger to capture authentication events

Discovery Timeline

  • 2026-05-30 - CVE-2026-7459 published to NVD
  • 2026-06-01 - Last updated in NVD database

Technical Details for CVE-2026-7459

Vulnerability Analysis

The vulnerability is a broken access control flaw [CWE-640] in the plugin's WordPress REST API controller. The react_to_event() and unreact_to_event() endpoints register get_items_permissions_check() as their permission_callback. This callback only verifies that the requester is authenticated and does not enforce the per-logger capability checks normally applied by Log_Query.

A Subscriber-level user can issue a POST request to /wp-json/simple-history/v1/events/<id>/react with the _fields=context query parameter. The endpoint returns the full event context for any event ID, regardless of which logger produced it or which capabilities should gate access.

The most impactful disclosed data is SimpleUserLogger entries of type user_requested_password_reset_link. These entries store the verbatim password-reset email body — including the reset URL and reset key — inside the context.message field.

Root Cause

The root cause is an authorization mismatch between the reaction endpoints and the standard event query path. The plugin's main Log_Query enforces per-logger capability checks before returning event context. The reaction endpoints bypass this check by relying solely on is_user_logged_in() semantics inside get_items_permissions_check(), exposing privileged log content to any authenticated role.

Attack Vector

The attacker authenticates as a Subscriber, then submits the lost-password form for an administrator account. This generates a user_requested_password_reset_link event containing the reset URL. The attacker brute-forces recent event IDs against the reaction endpoint with _fields=context, parses context.message to extract the reset key, then visits the legitimate WordPress reset URL to set a new administrator password. No interaction from the targeted administrator is required.

Technical details and the corrective changeset are available in the WordPress Changeset 3524112 and the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-7459

Indicators of Compromise

  • POST requests from low-privilege users to /wp-json/simple-history/v1/events/<id>/react or /unreact endpoints.
  • Sequential or rapid event ID enumeration against the reaction endpoints by a single authenticated session.
  • Requests to the reaction endpoints carrying the _fields=context query parameter.
  • Successful password resets for administrator accounts that follow Subscriber-level activity on the reaction endpoints.

Detection Strategies

  • Inspect web server and WordPress access logs for POST /wp-json/simple-history/v1/events/ traffic originating from Subscriber, Contributor, or other non-administrative sessions.
  • Correlate user_requested_password_reset_link log entries with subsequent successful password resets from a different source IP or user agent.
  • Alert on any account that performs reaction endpoint enumeration shortly before a privileged password change.

Monitoring Recommendations

  • Continuously monitor REST API traffic to wp-json/simple-history/* and baseline expected callers.
  • Track changes to the simple_history_experimental_features_enabled option and alert when it is enabled.
  • Watch for administrator role assignments or password changes that follow REST API activity from low-privilege accounts.

How to Mitigate CVE-2026-7459

Immediate Actions Required

  • Update the Simple History plugin to the version that includes WordPress Changeset 3524112, which corrects the permission callback.
  • Disable the experimental features option by setting simple_history_experimental_features_enabled to false until patched.
  • Audit recent password-reset events for administrator accounts and force a password rotation for any account whose reset link may have been logged.
  • Review user roles and remove unused Subscriber-level accounts that could be abused for authenticated exploitation.

Patch Information

The vendor corrected the permission callback on the react_to_event() and unreact_to_event() endpoints in WordPress Changeset 3524112. The fix applies the same per-logger capability checks used by Log_Query, preventing low-privilege users from reading event context they are not authorized to view. Refer to the Wordfence Vulnerability Report for the fixed version details.

Workarounds

  • Set the WordPress option simple_history_experimental_features_enabled to false to disable the reaction endpoints' exploitable path.
  • Restrict access to the /wp-json/simple-history/ REST namespace via a web application firewall rule that blocks non-administrative roles.
  • Temporarily restrict new user registration and review existing Subscriber accounts until the patch is applied.
bash
# Disable the experimental features option via WP-CLI
wp option update simple_history_experimental_features_enabled 0

# Verify the current value
wp option get simple_history_experimental_features_enabled

# Update the Simple History plugin to the patched release
wp plugin update simple-history

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

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

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Code Reference

  • WordPress Changeset 3524112

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-10737: WordPress SPDM Auth Bypass Vulnerability

  • CVE-2026-5076: ARMember Premium Auth Bypass Vulnerability

  • CVE-2026-8293: Really Simple Security Auth Bypass Flaw

  • CVE-2026-4290: WP Travel Pro Auth Bypass Vulnerability
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