Severity by source
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
Lifecycle Timeline
2DescriptionCVE.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.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-117 – Improper Output Neutralization for Logs
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34960
GHSA-mqgx-5f5c-w96h