Debug Log Manager <= 2.5.0 - Unauthenticated Improper Output Neutralization for Logs via log_js_errors AJAX Action
Strategic Overview
- Status
- Patched in 2.5.1
- Affected Plugin
- Debug Log Manager – Conveniently Monitor and Inspect Errors
- Affected Version
<= 2.5.0- CVSS
- 5.3Medium
- Weakness type
- CWE-117 · Improper Output Neutralization for Logs
- CVE
CVE-2026-9016
At a glance
CVE-2026-9016 is a medium-severity Improper Output Neutralization for Logs vulnerability in the Debug Log Manager WordPress plugin, affecting versions <= 2.5.0. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 2.5.1; sites on affected versions should update now. Disclosed June 2026, reported by Endang Alfarisi.
Vulnerability Overview
The Debug Log Manager – Conveniently Monitor and Inspect Errors plugin for WordPress is vulnerable to Improper Output Neutralization for Logs in all versions up to, and including, 2.5.0. This is due to the `log_js_errors()` AJAX handler being registered for unauthenticated users via `wp_ajax_nopriv_log_js_errors` and gated only by a nonce that is publicly disclosed in every front-end page's HTML through `wp_localize_script()` whenever JavaScript error logging is enabled, providing no real authorization barrier. This makes it possible for unauthenticated attackers to inject arbitrary forged entries into the site's WordPress debug log by supplying attacker-controlled values for the `message`, `script`, `lineNo`, `columnNo`, and `pageUrl` fields — enabling spoofing of error and incident records, obscuring malicious activity within fabricated log noise, and misleading administrators who rely on the log for triage. This vulnerability is only exploitable when the plugin's JavaScript error logging feature is enabled, as the requisite nonce is only published into the page HTML under that condition.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-117: Improper Output Neutralization for Logs
The product constructs a log message from external input, but it does not neutralize or incorrectly neutralizes special elements when the message is written to a log file.
Remediation
Update to version 2.5.1, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Debug Log Manager 2.5.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Debug Log Manager – Conveniently Monitor and Inspect Errors
- 7.2CVE-2025-3809: Debug Log Manager <= 2.3.4 Stored Cross-Site Scripting
CVE-2025-3809 - 7.2CVE-2025-32613: Debug Log Manager <= 2.3.4 Stored Cross-Site Scripting
CVE-2025-32613 - 7.2CVE-2024-32582: Debug Log Manager <= 2.3.1 Stored Cross-Site Scripting
CVE-2024-32582 - 5.4CVE-2024-35669: Debug Log Manager <= 2.3.1 Missing Authorization
CVE-2024-35669 - 5.3CVE-2023-6383: Debug Log Manager Directory Listing to Info Disclosure
CVE-2023-6383 - 4.3CVE-2024-33915: Debug Log Manager <= 2.3.1 Missing Authorization
CVE-2024-33915 - 4.3CVE-2023-5772: Debug Log Manager <= 2.2.0 Cross-Site Request Forgery
CVE-2023-5772 - 4.3CVE-2023-6136: Debug Log Manager <= 2.2.1 Missing Authorization
CVE-2023-6136
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C