Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/debug-log-manager/tags/2.4.3/bootstra
- https://plugins.trac.wordpress.org/browser/debug-log-manager/tags/2.4.3/bootstra
- https://plugins.trac.wordpress.org/browser/debug-log-manager/tags/2.4.3/classes/
- https://plugins.trac.wordpress.org/browser/debug-log-manager/tags/2.4.3/classes/
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old
- https://www.wordfence.com/threat-intel/vulnerabilities/id/25abca87-1be2-427e-ab0
FAQ
What is CVE-2026-9016?
CVE-2026-9016 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 t...
How severe is CVE-2026-9016?
CVE-2026-9016 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9016?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.