← back to popular plugins
wordfence / plugin · simple-history
Simple History – Track, Log, and Audit WordPress Changes
simple-history
total installs
300,000
total vulns
2
critical
0
high
0
medium
2
low
0
latest vuln
—
patched
2
unpatched
0
avg time to patch
—
vulnerabilities
(2)
Simple History <= 5.24.0 - Unauthenticated Information Exposure
medium
✓ patched
cve id
CVE-2026-39473 ↗
cvss score
5.3
cwe
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
published
Mar 22, 2026
The Simple History – Track, Log, and Audit WordPress Changes plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.24.0. This makes it possible for unauthenticated attackers to extract sensitive user or configuration data.
Simple History <= 5.8.1 - Authenticated (Administrator+) Sensitive Information Exposure via Detective Mode
medium
✓ patched
cve id
CVE-2025-5760 ↗
cvss score
4.9
cwe
CWE-256: Plaintext Storage of a Password
published
Jun 5, 2025
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.