Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Europe Ecologie Les Verts EELV Newsletter eelv-newsletter allows Reflected XSS.This issue affects EELV Newsletter: from n/a through <= 4.8.2.
Security readout for executives and security teams
Plain-English summary
A WordPress newsletter plugin from Europe Ecologie Les Verts has a reflected XSS issue through version 4.8.2. An attacker would need a user to follow a crafted request, but successful abuse could run script in the victim’s browser and affect session data or page integrity.
Executive priority
Treat this as a high-priority WordPress plugin exposure where the plugin is installed. Prioritize public-facing sites, sites with authenticated user sessions, and sites handling sensitive visitor or campaign data.
Technical view
CVE-2025-23602 is CWE-79 improper input neutralization during web page generation in the WordPress EELV Newsletter plugin. The CVSS 3.1 score is 7.1 with network attack vector, low complexity, no privileges required, user interaction required, and changed scope.
Likely exposure
Exposure is limited to WordPress sites running the EELV Newsletter plugin at version 4.8.2 or earlier. The provided source metadata does not identify affected endpoints, exploit prerequisites beyond user interaction, or a fixed version.
Exploitation context
The source bundle does not show CISA KEV listing or other evidence of active exploitation. Risk remains meaningful because reflected XSS can be triggered remotely and requires no attacker authentication, but it depends on victim interaction.
Researcher notes
The provided data identifies reflected XSS and CVSS details but does not include vulnerable parameter names, proof-of-concept material, or a named patched version. The affected metadata is sparse, so rely on the description’s through-4.8.2 scope unless vendor guidance says otherwise.
Mitigation direction
Inventory WordPress sites for the EELV Newsletter plugin.
Remove or disable the plugin if it is unnecessary.
If installed at version 4.8.2 or earlier, check vendor or Patchstack guidance.
Apply any vendor-provided fixed release when confirmed.
Use compensating controls to reduce untrusted reflected input exposure.
Validation and detection
Confirm whether the eelv-newsletter plugin is installed on each WordPress site.
Record installed plugin versions and flag version 4.8.2 or earlier.
Review vendor, CVE, and Patchstack records for fixed-version guidance.
Check access logs for unusual requests targeting plugin-controlled pages or parameters.
Validate that removal, disablement, or update does not break newsletter workflows.
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.