Description
The Newsletters WordPress plugin before 4.17 does not generate its API key using a sufficiently random source, deriving it from a publicly known value, allowing unauthenticated attackers to compute the key and perform privileged actions such as adding and deleting subscribers and sending emails, when the optional API has been enabled.
Published: 2026-08-29
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Newsletters WordPress plugin prior to version 4.17 derives its API key from a publicly known value instead of a cryptographically secure random source. Because the key calculation is deterministic, an attacker can compute the key without authentication. With the API enabled, the attacker can add and delete subscribers and send emails on the site, effectively gaining privileged control over the mailing list functionality and potentially exposing user data and enabling spam campaigns. The weakness is a predictable random value used for authentication.

Affected Systems

Any WordPress installation using the Newsletters plugin with a version older than 4.17 is affected. The vulnerability applies to all systems that expose the optional API endpoint, regardless of the number of users or the site's traffic volume.

Risk and Exploitability

The vulnerability allows unauthenticated actors to compute the API key and perform privileged actions, which is a high‑impact flaw. The EPSS score is not reported, and the vulnerability is not listed in the CISA KEV catalog, indicating no confirmed widespread exploitation yet. However, because the API endpoint is accessible over the Internet and requires no pre‑existing credentials, the attack vector is remote and easy to exploit once the plugin is discovered to be running an affected version. The lack of a current EPSS score does not mitigate the inherent severity, and site owners should treat this as a high‑risk flaw until mitigated.

Generated by OpenCVE AI on August 29, 2026 at 07:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Newsletters plugin to version 4.17 or later. The newer release mitigates the predictable API key generation issue.
  • Disable the optional API feature within the plugin settings until an update is applied. Turning off the API removes the attack surface entirely.
  • Monitor the site’s outgoing email activity and API usage logs for signs of unauthorized activity, and consider implementing intrusion detection rules that flag repeated requests with a single API key.

Generated by OpenCVE AI on August 29, 2026 at 07:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-330

Sat, 29 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Newsletters WordPress plugin before 4.17 does not generate its API key using a sufficiently random source, deriving it from a publicly known value, allowing unauthenticated attackers to compute the key and perform privileged actions such as adding and deleting subscribers and sending emails, when the optional API has been enabled.
Title Newsletters < 4.17 - Unauthenticated API Access via Predictable API Key
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-29T06:00:19.539Z

Reserved: 2026-07-27T08:15:32.720Z

Link: CVE-2026-17520

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T06:17:12.177

Modified: 2026-08-29T06:17:12.177

Link: CVE-2026-17520

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T08:00:05Z

Weaknesses
  • CWE-330

    Use of Insufficiently Random Values