CVE-2026-7459 HIGH

CVE-2026-7459: Simple History – Track, Log, and Audit WordPress Changes <= 5.26.0 - Authenticated (Subscriber+) Account Takeover via Missing Authorization on Event Reaction Endpoint

Vendor Eskapism
Product Simple History – Track, Log, and Audit WordPress Changes
Weakness CWE-640 · Weak password recovery
Published May 30, 2026
Last update June 1, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The Simple History – Track, Log, and Audit WordPress Changes plugin for WordPress is vulnerable to authenticated (Subscriber+) account takeover in all versions up to, and including, 5.26.0 via the event reaction endpoints (react_to_event() / unreact_to_event()). The endpoints register get_items_permissions_check() as their permission_callback, which only verifies the requester is logged in and does not enforce the per-logger capability checks normally applied by Log_Query. As a result, a Subscriber-level user can POST to /wp-json/simple-history/v1/events/<id>/react with the _fields=context query parameter and read the full context of any Simple History event — including SimpleUserLogger entries that record the full password-reset email body (reset URL with the reset key) for any user. The attacker triggers a password reset for an administrator via the lost-password form, brute-forces recent event IDs through the reaction endpoint to read the resulting user_requested_password_reset_link event, extracts the reset key from context.message, and completes the password reset to take over the administrator account. Exploitation requires an administrator to have first enabled the experimental features option (simple_history_experimental_features_enabled), which is not the default.

Explanation of Vulnerability in Simple Terms

02Summary

Simple History versions up to 5.26.0 contain a vulnerability allowing authenticated users with low privileges to read sensitive data, modify site content, and disrupt service. The vulnerability requires network access and high attack complexity. Site administrators should update to a version newer than 5.26.0 immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive data, modify site content, and cause service disruption with a low-privilege WordPress account.

Potential impact on your site

04Site Impact

Authenticated attackers can access audit logs, alter tracked changes, and potentially disrupt site operations.

Conditions required to exploit

05Prerequisites

Attacker needs a low-privilege WordPress user account and network access; no user interaction required.

Key dates

06Disclosure timeline

May 30, 2026 CVE published
June 1, 2026 Record updated

Related vulnerabilities

08Related CVE