Skip to main content

Debug Log Manager CVE-2026-9016

| EUVDEUVD-2026-34960 MEDIUM
Improper Output Neutralization for Logs (CWE-117)
2026-06-06 Wordfence GHSA-mqgx-5f5c-w96h
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 06, 2026 - 05:21 vuln.today
CVE Published
Jun 06, 2026 - 04:28 nvd
MEDIUM 5.3

DescriptionCVE.org

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.

AnalysisAI

Log injection in the Debug Log Manager WordPress plugin (versions up to and including 2.5.0) allows unauthenticated remote attackers to write arbitrary forged entries into the site's debug log. The root cause is a broken authorization design: the log_js_errors() AJAX handler is registered for unauthenticated users via wp_ajax_nopriv_log_js_errors, and the only gate-a WordPress nonce-is publicly broadcast in every page's front-end HTML via wp_localize_script() whenever JavaScript error logging is enabled, rendering it non-secret and thus non-protective. Exploitation enables log spoofing, masking of real malicious activity behind fabricated noise, and manipulation of administrator triage decisions. No public exploit identified at time of analysis and this CVE is not listed in CISA KEV.

Technical ContextAI

CWE-117 (Improper Output Neutralization for Logs) describes a failure to sanitize or control data written into log files, enabling log injection or log forgery. Here the vulnerability exists in the WordPress plugin debug-log-manager by qriouslad (CPE: cpe:2.3:a:qriouslad:debug_log_manager_-_conveniently_monitor_and_inspect_errors:*:*:*:*:*:*:*:*). WordPress distinguishes privileged AJAX hooks (wp_ajax_*) from unauthenticated ones (wp_ajax_nopriv_*); registering log_js_errors on the nopriv hook explicitly opens it to unauthenticated callers. The nonce mechanism (wp_localize_script) is designed for CSRF protection between authenticated sessions, not as an access control barrier-once the nonce value is embedded in public page HTML, any visitor or automated script can harvest and replay it. The handler accepts attacker-controlled strings for message, script, lineNo, columnNo, and pageUrl, none of which are validated or neutralized before being written to the WordPress debug log, as visible in the referenced source at class-debug-log.php#L1947 and #L1961.

RemediationAI

The primary remediation is to update the Debug Log Manager plugin to a version incorporating changeset 3543321 from the WordPress plugin repository (https://plugins.trac.wordpress.org/changeset?reponame=&old=3543321%40debug-log-manager&new=3543321%40debug-log-manager); note that an exact released patched version number is not independently confirmed from available data-verify the current release tag in the WordPress plugin directory before deploying. As an immediate compensating control, disable the JavaScript error logging feature within the plugin's settings, which eliminates the condition under which the vulnerable nonce is published to page HTML and the AJAX endpoint becomes exploitable-this has no functional impact on PHP error log collection. If JS error logging must remain enabled and patching is delayed, consider implementing a Web Application Firewall rule to block unauthenticated POST requests to wp-admin/admin-ajax.php with action=log_js_errors from sources other than known legitimate front-end clients, though this may interfere with legitimate JS error capture.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-9016 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy