LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53420: WordPress WPLMS plugin <= 1.9.9.8 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in VibeThemes WPLMS wplms_plugin allows Reflected XSS.This issue affects WPLMS: from n/a through <= 1.9.9.8.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the WPLMS WordPress plugin lets an attacker craft a malicious link that, when clicked by a logged-in user, runs attacker-controlled scripts in their browser. This can hijack sessions, steal data shown on the page, or trick admins into making changes. Sites running WPLMS 1.9.9.8 or older that host learning portals or member areas should treat this as a real risk.

Executive priority

Treat as a high-priority patching item for any business unit running WPLMS-powered training or membership sites. Not an emergency in the absence of confirmed exploitation, but it should be remediated within the next standard patch cycle to protect admin accounts and learner data.

Technical view

CVE-2025-53420 is a reflected cross-site scripting (XSS) issue in VibeThemes WPLMS plugin versions through 1.9.9.8 (CWE-79). User-supplied input is reflected into the rendered page without proper neutralization, allowing script execution in the victim's browser when they follow a crafted URL. CVSS 3.1 base score is 7.1 with a scope-changed vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), reflecting unauthenticated network reach with required user interaction.

Likely exposure

Exposure is limited to WordPress sites running the WPLMS learning management plugin at version 1.9.9.8 or earlier. Public-facing course, training, and membership sites that link the plugin's reflected parameters from email, social, or referral sources are most at risk; admin-targeted phishing increases impact.

Exploitation context

No known active exploitation; CVE is not on CISA KEV. Patchstack catalogs the issue as a reflected XSS, which typically requires a victim to click an attacker-supplied link. No public proof-of-concept is cited in the provided bundle, but reflected XSS in widely deployed WordPress plugins is routinely abused once disclosed.

Researcher notes

Scope-changed CVSS (S:C) signals impact crossing the vulnerable component's security authority, consistent with reflected XSS executing in an authenticated admin context. The bundle's affected entry lists versions ["0"] with defaultStatus "unaffected", which conflicts with the description's "n/a through <= 1.9.9.8" range; treat the description as authoritative and verify the fixed version on Patchstack before closing tickets.

Mitigation direction

  • Inventory WordPress sites and confirm whether VibeThemes WPLMS plugin is installed and its exact version.
  • Check VibeThemes and Patchstack advisories for a fixed release and apply the vendor update once available.
  • If no patch exists, restrict admin access via IP allowlist and MFA, and limit plugin exposure on public pages.
  • Deploy or tune WAF rules (Patchstack, Wordfence) to block reflected XSS patterns targeting WPLMS endpoints.
  • Brief administrators and instructors to avoid unsolicited WPLMS links until remediation is verified.

Validation and detection

  • Enumerate WordPress installs and list active plugin versions; flag any WPLMS install <= 1.9.9.8.
  • Review web server and WAF logs for suspicious query parameters reflecting script-like content into WPLMS pages.
  • After patching, retest affected parameters in a staging copy to confirm input is encoded on output.
  • Rotate administrator session cookies and credentials if logs show prior interaction with crafted WPLMS URLs.
  • Subscribe to Patchstack and VibeThemes advisories to confirm the fixed version and any follow-up guidance.
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-53420 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-53420Attack 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
VibeThemesWPLMSwplms_plugin, 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.