Description
The Simple History plugin for WordPress is vulnerable to sensitive data exposure via Detective Mode due to improper sanitization within the append_debug_info_to_context() function in versions prior to 5.8.1. When Detective Mode is enabled, the plugin’s logger captures the entire contents of $_POST (and sometimes raw request bodies or $_GET) without redacting any password‐related keys. As a result, whenever a user submits a login form, whether via native wp_login or a third‐party login widget, their actual password is written in clear text into the logs. An authenticated attacker or any user whose actions generate a login event will have their password recorded; an administrator (or anyone with database read access) can then read those logs and retrieve every captured password.
Published: 2025-06-06
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Information Exposure
Action: Apply Patch
AI Analysis

Impact

The Simple History plugin for WordPress has a flaw where enabled Detective Mode causes the logger to write the entire contents of $_POST, and sometimes raw request bodies or $_GET, to audit logs without removing password-related keys. This means that whenever a user submits a login form—whether through the native wp_login routine or a third‑party authentication widget—their actual password is recorded in plain text. An authenticated user with sufficient privileges, such as an administrator or anyone with database read rights, can then read those logs and retrieve all captured passwords. The weakness stems from improper input sanitization (CWE‑256), leading to data leakage rather than code execution or denial of service.

Affected Systems

WordPress installations that use the eskapism:Simple History plugin in any version up to and including 5.8.1 are vulnerable. Site administrators should verify the current plugin version; any release before 5.8.1 is affected and requires remediation.

Risk and Exploitability

With a CVSS score of 4.9 and an EPSS value of less than 1%, the likelihood of exploitation is low but not negligible. The vulnerability is listed as not being in the CISA KEV catalog, suggesting no widespread exploitation has been reported to date. An attacker needs only to be authenticated with sufficient privileges to access the audit logs; the attack vector is local data access rather than remote exploitation. The potential impact is the exposure of users’ plaintext passwords, which could enable credential stuffing or account compromise elsewhere.

Generated by OpenCVE AI on April 20, 2026 at 20:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Simple History to version 5.8.1 or newer.
  • Disable Detective Mode in the plugin settings to stop logging sensitive request data.
  • Clear or redact existing audit logs that may contain plaintext passwords, then restrict database access to trusted administrators only.

Generated by OpenCVE AI on April 20, 2026 at 20:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-17112 The Simple History plugin for WordPress is vulnerable to sensitive data exposure via Detective Mode due to improper sanitization within the append_debug_info_to_context() function in versions prior to 5.8.1. When Detective Mode is enabled, the plugin’s logger captures the entire contents of $_POST (and sometimes raw request bodies or $_GET) without redacting any password‐related keys. As a result, whenever a user submits a login form, whether via native wp_login or a third‐party login widget, their actual password is written in clear text into the logs. An authenticated attacker or any user whose actions generate a login event will have their password recorded; an administrator (or anyone with database read access) can then read those logs and retrieve every captured password.
History

Fri, 06 Jun 2025 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 06 Jun 2025 11:30:00 +0000

Type Values Removed Values Added
Description The Simple History plugin for WordPress is vulnerable to sensitive data exposure via Detective Mode due to improper sanitization within the append_debug_info_to_context() function in versions prior to 5.8.1. When Detective Mode is enabled, the plugin’s logger captures the entire contents of $_POST (and sometimes raw request bodies or $_GET) without redacting any password‐related keys. As a result, whenever a user submits a login form, whether via native wp_login or a third‐party login widget, their actual password is written in clear text into the logs. An authenticated attacker or any user whose actions generate a login event will have their password recorded; an administrator (or anyone with database read access) can then read those logs and retrieve every captured password.
Title Simple History <= 5.8.1 - Authenticated (Administrator+) Sensitive Information Exposure via Detective Mode
Weaknesses CWE-256
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:17:22.668Z

Reserved: 2025-06-05T21:55:51.664Z

Link: CVE-2025-5760

cve-icon Vulnrichment

Updated: 2025-06-06T15:41:56.770Z

cve-icon NVD

Status : Deferred

Published: 2025-06-06T12:15:25.333

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-5760

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T20:30:16Z

Weaknesses