Description
The Newsletters plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.17. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with author-level access and above, to send arbitrary newsletter emails to users of any WordPress role, including administrators, by forging POST fields during a normal post submission. This allows an attacker-supplied role slug via the newsletters_mailinglistsroles POST field to be passed directly to get_users(), enabling unauthorized mass-mailing and potential phishing against privileged site users through the site's own outbound email channel.
Published: 2026-08-25
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Newsletters plugin for WordPress permits any logged‑in user with author‑level permissions to modify the newsletters_mailinglistsroles POST field, bypassing the plugin’s authorization checks. By supplying an arbitrary role slug, an attacker can invoke get_users() to retrieve all users of that role—including administrators—and trigger the mailing of newsletters to them. This turns the site’s outbound email channel into a vector for mass phishing or spam messages.

Affected Systems

WordPress Newsletters plugin (contribid:Newsletters) versions up to and including 4.17 are affected. Sites running these plugin versions, regardless of the WordPress installation or user role structure, are vulnerable.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity. No EPSS data is available and the vulnerability is not listed in CISA KEV. Exploitation requires an authenticated author or higher role; an attacker can craft a POST request during normal form submission to set newsletters_mailinglistsroles to any desired role. While the impact is limited to unauthorized email sending rather than code execution, the ability to target privileged users makes this a concern for sites with many authoritative accounts.

Generated by OpenCVE AI on August 25, 2026 at 12:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Newsletters plugin to the latest version, which removes the authorization bypass.
  • If an immediate upgrade is not possible, restrict author and higher roles from using the mailing list feature, for example by removing the email sending capability from those roles.
  • Patch the plugin to validate newsletters_mailinglistsroles against a whitelist of allowed roles before calling get_users() or remove the ability to override the role via POST.

Generated by OpenCVE AI on August 25, 2026 at 12:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description The Newsletters plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.17. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with author-level access and above, to send arbitrary newsletter emails to users of any WordPress role, including administrators, by forging POST fields during a normal post submission. This allows an attacker-supplied role slug via the newsletters_mailinglistsroles POST field to be passed directly to get_users(), enabling unauthorized mass-mailing and potential phishing against privileged site users through the site's own outbound email channel.
Title Newsletters <= 4.17 - Missing Authorization to Authenticated (Author+) Arbitrary Modification via 'newsletters_mailinglistsroles' POST Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-25T11:27:10.516Z

Reserved: 2026-08-18T14:59:22.463Z

Link: CVE-2026-75908

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T12:16:24.927

Modified: 2026-08-25T12:16:24.927

Link: CVE-2026-75908

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T12:30:17Z

Weaknesses