LiveActive security incident?Get immediate response
CVE Record

CVE-2025-49954: WordPress WP-Click-Tracker Plugin <= 0.7.3 - Cross Site Scripting (XSS) Vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in mithra62 WP-Click-Tracker wp-click-track allows Reflected XSS.This issue affects WP-Click-Tracker: from n/a through <= 0.7.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the WP-Click-Tracker WordPress plugin (versions through 0.7.3) lets an attacker craft a malicious link that, when clicked by a logged-in user, runs unwanted code in their browser. This could expose admin sessions or be used to deface site content. Risk is limited to sites running this specific plugin.

Executive priority

Medium-high priority for any business running WordPress with this plugin; low for everyone else. Action is cheap (remove or update the plugin) and prevents attacker hijack of admin sessions, which on a marketing site can lead to defacement, SEO poisoning, or malware injection that damages brand trust.

Technical view

Reflected Cross-Site Scripting (CWE-79) in mithra62 WP-Click-Tracker plugin <= 0.7.3. CVSS 3.1 base 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L). Unauthenticated attacker delivers a crafted URL; victim interaction executes script in the victim's browser context with scope change, enabling session theft, admin action abuse, or content manipulation on the WordPress site.

Likely exposure

Limited to WordPress sites that have the WP-Click-Tracker (wp-click-track) plugin installed and active at version 0.7.3 or earlier. The plugin appears to have a small install base, so broad enterprise exposure is unlikely, but any site running it is potentially at risk.

Exploitation context

No KEV listing and no public reports of in-the-wild exploitation cited in the source bundle. Exploitation requires a victim (often an authenticated administrator) to click an attacker-supplied link. Reflected XSS in WordPress plugins is regularly weaponized in phishing campaigns once details circulate.

Researcher notes

CVSS 7.1 with Scope:Changed reflects browser-context impact reaching beyond the vulnerable component. UI:R means a victim must interact with a crafted URL. Affected metadata in the CVE record is sparse (versions:["0"], defaultStatus:"unaffected"), so rely on the Patchstack advisory for the authoritative <= 0.7.3 range. No fixed version is named in the bundle; verify vendor guidance directly.

Mitigation direction

  • Inventory WordPress sites for the WP-Click-Tracker (wp-click-track) plugin.
  • If installed, deactivate and remove the plugin until a vendor-patched version is confirmed.
  • Check Patchstack and the plugin page for an updated release and apply it.
  • Apply WAF rules that block reflected XSS payloads to wp-admin and plugin endpoints.
  • Require admins to avoid clicking unsolicited links to wp-admin URLs.

Validation and detection

  • Search WordPress installs for the wp-click-track plugin slug and record version.
  • Confirm installed version against the <= 0.7.3 affected range from Patchstack.
  • Review web server and WAF logs for suspicious query strings hitting plugin endpoints.
  • After remediation, re-scan with a vulnerability scanner to confirm the plugin is removed or patched.
  • Rotate admin session cookies and credentials if exploitation is suspected.
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-49954 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
0Timeline events
0ADP providers
2Source links

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.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-49954Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
mithra62WP-Click-Trackerwp-click-track, 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.