LiveActive security incident?Get immediate response
CVE Record

CVE-2025-31459: WordPress Login Alert plugin <= 0.2.1 - CSRF to Stored XSS vulnerability

Cross-Site Request Forgery (CSRF) vulnerability in PasqualePuzio Login Alert login-alert allows Stored XSS.This issue affects Login Alert: from n/a through <= 0.2.1.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-31459 affects the WordPress Login Alert plugin. A forged request could cause a stored cross-site scripting condition, meaning malicious script may be saved and later run in a visitor’s browser. The public record rates it high at CVSS 7.1.

Executive priority

Treat as a high-priority WordPress plugin exposure. Focus first on confirming whether the plugin exists in production, then remove, disable, or update based on vendor guidance.

Technical view

The issue is a CSRF flaw in PasqualePuzio Login Alert, package login-alert, reported for versions through 0.2.1. The CVSS vector is AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L, indicating network reachability, low complexity, required user interaction, and limited confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to WordPress sites with the Login Alert plugin installed at version 0.2.1 or earlier. Sites not using this plugin are not indicated as affected by the provided sources.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector requires user interaction. Public evidence confirms the vulnerability class and affected plugin range, but not real-world exploitation.

Researcher notes

The affected-version evidence is concise and somewhat sparse: the description says through 0.2.1, while structured affected data is limited. Do not assume broader WordPress, theme, or plugin impact without additional vendor evidence.

Mitigation direction

  • Inventory WordPress sites for the Login Alert plugin and installed version.
  • Check the vendor and Patchstack entry for fixed-version or workaround guidance.
  • Prioritize removing or disabling affected installations if no vendor fix is available.
  • Restrict WordPress administrative access and monitor for unexpected plugin setting changes.

Validation and detection

  • Confirm whether package login-alert is installed on each WordPress site.
  • Verify installed versions are not 0.2.1 or earlier.
  • Review affected sites for unexpected stored content or script in plugin-controlled fields.
  • Track the CVE and Patchstack record for remediation updates.
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-352: 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-31459 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-31459Attack 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
PasqualePuzioLogin Alertlogin-alert, 0unaffected
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.