LiveActive security incident?Get immediate response
CVE Record

CVE-2025-3809: Debug Log Manager <= 2.3.4 - Unauthenticated Stored Cross-Site Scripting

The Debug Log Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the auto-refresh debug log in all versions up to, and including, 2.3.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. CVE-2025-32613 is a duplicate of this CVE.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A remote, unauthenticated attacker may place malicious browser code into Debug Log Manager content. That code can run when someone later views the affected page, potentially exposing information or allowing limited actions in that viewer’s WordPress session. The supplied assessment scores it 7.2, High.

Executive priority

Treat as a high-priority WordPress remediation where the plugin is installed, especially on externally reachable or privileged sites. Promptly inventory, verify vendor guidance, and update or disable. There is no supplied evidence of active exploitation, so this is urgent risk reduction rather than a confirmed incident.

Technical view

Debug Log Manager through 2.3.4 reportedly fails to sanitize untrusted debug-log input and escape it during auto-refresh rendering, creating stored cross-site scripting (CWE-79). The CVSS 3.1 vector is network-accessible, low-complexity, unauthenticated, scope-changing, with low confidentiality and integrity impact and no stated availability impact.

Likely exposure

Likely exposure is limited to WordPress installations running Debug Log Manager version 2.3.4 or earlier. Risk is greatest where the vulnerable auto-refresh log view is used. The bundle’s structured affected-version entry is inconsistent with its description, so confirm applicability against the vendor record.

Exploitation context

The source bundle does not identify this CVE as CISA KEV and provides no evidence of active exploitation. Exploitation is nevertheless described as remotely reachable without authentication. Successful impact depends on stored attacker-controlled content being rendered in a user’s browser.

Researcher notes

CVE-2025-32613 is identified as a duplicate. The bundle links Wordfence and WordPress changeset records but does not explicitly name a fixed release. Its structured affected entry lists version “0” with default status unaffected, conflicting with the narrative’s through-2.3.4 range; validate authoritative vendor metadata before final scoping.

Mitigation direction

  • Inventory WordPress sites and identify installed Debug Log Manager versions.
  • Check the vendor and WordPress plugin guidance for a confirmed fixed release, then update promptly.
  • If no fixed release is confirmed, disable or remove the plugin until guidance is available.
  • Restrict access to debugging interfaces as defense in depth; this does not correct unsafe rendering.
  • Review and safely remove confirmed malicious stored log content after preserving necessary evidence.

Validation and detection

  • Confirm the plugin version on every WordPress installation, including inactive copies.
  • Verify the installed release against the vendor’s confirmed affected and fixed version information.
  • Inspect debug logs as plain text for unexpected script-like or HTML content; avoid rendering it.
  • Confirm untrusted log content is encoded during display and auto-refresh after remediation.
  • Review relevant access and administrative logs for suspicious activity around debug-log viewing.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-3809 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
4Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2025-3809Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineWordfence

    Disclosed

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
qriousladDebug Log Manager – Conveniently Monitor and Inspect Errors0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.