Description
The Newsletter WordPress plugin before 9.3.7 does not validate the destination of the redirect performed after a public subscription action, allowing unauthenticated attackers to redirect users to arbitrary external sites and to disclose a subscriber token that grants access to that subscriber record's front-end actions.
Published: 2026-09-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect & Token Exposure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises because the Newsletter WordPress plugin fails to validate the target URL supplied during a public subscription process. This omission permits an attacker to supply a malicious URL and redirect unsuspecting users to arbitrary external sites, thereby enabling phishing or other social‑engineering attacks. In addition, the same flaw leaks the subscriber token that grants access to the subscriber record’s front‑end actions, exposing a sensitive credential that could be abused for unauthorized account activity or content manipulation. The combination of an open redirect and a token disclosure represents a significant privacy and security risk, as both affect confidentiality and trust in the application.

Affected Systems

Systems running the Newsletter WordPress plugin version earlier than 9.3.7 are impacted. The attack does not depend on any user‑authentication, so any publicly accessible WordPress site that has this plugin installed and enabled is vulnerable. No specific host or domain information is provided, but the risk applies to all affected installations regardless of geographic location.

Risk and Exploitability

The EPSS score is reported as less than 1%, indicating a very low but non‑zero likelihood of exploitation at the time of analysis. The vulnerability is not listed in the CISA KEV catalog. The attack path is simple: an attacker crafts a subscription link that points to the vulnerable plugin’s redirect endpoint with a malicious ncu parameter. When a user clicks that link, the plugin redirects the browser to the supplied address while simultaneously returning the subscriber token in the response. Because the flaw is unauthenticated, it can be exploited against any user visiting the site, though the actual exploitation would depend on successful social‑engineering or user interest in subscribing.

Generated by OpenCVE AI on September 16, 2026 at 16:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Newsletter plugin to version 9.3.7 or later to resolve the redirect validation and token disclosure flaws
  • If upgrading is not immediately possible, configure the WordPress instance to enforce a whitelist of allowed redirect destinations or block the ncu parameter entirely, ensuring no external URLs can be supplied
  • Implement monitoring of HTTP traffic for unexpected redirect patterns or exposure of subscriber tokens, and audit user access logs for abnormal activity linked to subscriber records

Generated by OpenCVE AI on September 16, 2026 at 16:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 16 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-601

Wed, 16 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Newsletter
Newsletter newsletter
Wordpress
Wordpress wordpress
Vendors & Products Newsletter
Newsletter newsletter
Wordpress
Wordpress wordpress

Wed, 16 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Newsletter WordPress plugin before 9.3.7 does not validate the destination of the redirect performed after a public subscription action, allowing unauthenticated attackers to redirect users to arbitrary external sites and to disclose a subscriber token that grants access to that subscriber record's front-end actions.
Title Newsletter < 9.3.7 - Unauthenticated Open Redirect and Subscriber Token Disclosure via ncu Parameter
References

Subscriptions

Newsletter Newsletter
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-17T12:33:42.412Z

Reserved: 2026-09-08T14:20:35.409Z

Link: CVE-2026-86823

cve-icon Vulnrichment

Updated: 2026-09-17T12:16:04.217Z

cve-icon NVD

Status : Deferred

Published: 2026-09-16T06:16:35.043

Modified: 2026-09-17T13:16:54.037

Link: CVE-2026-86823

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T16:45:18Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')