Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in webheadcoder WP Log Action wp-log-action allows Reflected XSS.This issue affects WP Log Action: from n/a through <= 0.51.
Security readout for executives and security teams
Plain-English summary
CVE-2025-24619 is a reflected cross-site scripting issue in the WordPress WP Log Action plugin through version 0.51. An attacker could trick a user into opening a crafted link, potentially causing script execution in that user’s browser. This is most urgent for sites where the plugin is installed and exposed to untrusted visitors.
Executive priority
Treat as a high-priority plugin exposure check, not a confirmed breach indicator. Prioritize public WordPress sites and environments where administrators or privileged users may follow external links. If the plugin is present and no safe update is available, consider removal or replacement.
Technical view
The CVE describes CWE-79 improper input neutralization during web page generation in webheadcoder WP Log Action. CVSS 3.1 is 7.1 high: AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L. The issue is reflected XSS, requires user interaction, and affects WP Log Action through <= 0.51.
Likely exposure
Exposure is limited to WordPress sites running the WP Log Action plugin through version 0.51. The CVE data does not identify other affected products. Sites not using this plugin are not indicated as affected by the provided sources.
Exploitation context
The vulnerability is remotely reachable and does not require attacker authentication, but it does require a victim to interact with malicious content. The source bundle does not show CISA KEV listing or cited evidence of active exploitation.
Researcher notes
Evidence is limited to the CVE record and Patchstack database reference. The CVE states affected versions through 0.51, but the provided bundle does not name a patched version. Do not assert exploitation in the wild without additional cited evidence.
Mitigation direction
Inventory WordPress sites for the WP Log Action plugin.
Check the installed plugin version against <= 0.51.
Review vendor or Patchstack guidance for any fixed version or workaround.
Disable or remove the plugin if it is unused or cannot be safely maintained.
Apply compensating controls for suspicious links and untrusted input handling.
Validation and detection
Confirm whether WP Log Action is installed on each WordPress site.
Record the plugin version from WordPress administration or asset inventory.
Verify whether vendor guidance names a patched release or mitigation.
Review web logs for unusual requests targeting plugin-related pages.
Confirm user security awareness covers suspicious links to administrative users.
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.
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.
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.
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.