LiveActive security incident?Get immediate response
CVE Record

CVE-2025-24619: WordPress WP Log Action Plugin <= 0.51 - Reflected Cross Site Scripting (XSS) vulnerability

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.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
3

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-24619 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.1 (3.1)
Known Exploited
No
Published

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

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical 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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. 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
webheadcoderWP Log Actionwp-log-action, 0unaffected
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.