Description
The Newsletters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the logging functionality in all versions up to, and including, 4.9.9.7 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2025-03-26
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored XSS enabling arbitrary script execution by unauthenticated users
Action: Patch Immediately
AI Analysis

Impact

The Newsletters plugin for WordPress suffers from a stored cross‑site scripting flaw caused by insufficient input sanitization and output escaping in its logging functionality. An unauthenticated attacker can inject malicious scripts into logs that are subsequently served to anyone who views a page containing the injected entry, leading to defacement, session hijacking, or other client‑side attacks.

Affected Systems

WordPress sites running the Newsletters plugin version 4.9.9.7 or older are vulnerable. The flaw applies to all releases up to and including 4.9.9.7 and affects the logging component accessible via the plugin’s settings and logs pages.

Risk and Exploitability

The CVSS score of 7.2 indicates high severity, while the EPSS score of less than 1% suggests a very low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is an unauthenticated user accessing a log page through which arbitrary script is injected; any user who then loads that page would have the injected code executed in their browser. The impact is client‑side compromise, potentially leading to credential theft, phishing, or defacement.

Generated by OpenCVE AI on April 21, 2026 at 21:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Newsletters plugin to version 4.9.9.8 or later where the log sanitization issue is fixed.
  • If an upgrade is not immediately possible, disable the logging feature or restrict public access to the log page to prevent injection via logs.
  • Implement proper input validation and output escaping on any user‑supplied data that is stored in logs, following WordPress best practices such as using wp_kses or esc_html.

Generated by OpenCVE AI on April 21, 2026 at 21:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-8113 The Newsletters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the logging functionality in all versions up to, and including, 4.9.9.7 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
History

Wed, 26 Mar 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Mar 2025 08:30:00 +0000

Type Values Removed Values Added
Description The Newsletters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the logging functionality in all versions up to, and including, 4.9.9.7 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title Newsletters <= 4.9.9.7 - Unauthenticated Stored Cross-Site Scripting
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:46:28.049Z

Reserved: 2025-03-05T21:38:05.900Z

Link: CVE-2025-2009

cve-icon Vulnrichment

Updated: 2025-03-26T14:13:10.604Z

cve-icon NVD

Status : Deferred

Published: 2025-03-26T09:15:16.140

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-2009

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T21:45:25Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')