VYPR
High severity7.1NVD Advisory· Published Apr 18, 2024· Updated Apr 28, 2026

CVE-2024-32582

CVE-2024-32582

Description

Stored XSS vulnerability in Debug Log Manager WordPress plugin through 2.3.1 allows attackers to inject arbitrary web scripts via unsanitized input.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS vulnerability in Debug Log Manager WordPress plugin through 2.3.1 allows attackers to inject arbitrary web scripts via unsanitized input.

Vulnerability

The Debug Log Manager plugin for WordPress (versions through 2.3.1) fails to properly neutralize input during web page generation, leading to a stored cross-site scripting (XSS) vulnerability. The plugin allows administrators to view and manage debug logs, but insufficient sanitization of log entries or other input fields enables injection of malicious scripts that are stored and later executed in the context of the admin dashboard. Affected versions: all versions from n/a through 2.3.1. [1]

Exploitation

An attacker with the ability to influence log content (e.g., by triggering a PHP error with a crafted payload) can inject arbitrary JavaScript. The injected script is stored in the debug log and executed when an administrator views the log entries in the WordPress admin area. No special network position is required beyond being able to cause a log entry; however, the attacker must have some means to write to the debug log, such as through a plugin or theme vulnerability that generates a log entry with attacker-controlled data. The attack does not require authentication if the log can be populated via unauthenticated actions, but the XSS payload will only execute in the context of an authenticated admin session.

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser of an administrator viewing the debug log. This can lead to session hijacking, defacement, or theft of sensitive information such as admin credentials or nonces. The impact is limited to the admin dashboard context, but could be leveraged for privilege escalation or further compromise of the WordPress site.

Mitigation

The vendor has released version 2.5.0 which likely addresses this vulnerability; users should update to the latest version immediately. No workarounds are documented. The plugin is actively maintained, and the fix is available via the WordPress plugin repository. [1]

AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.