CVE-2026-1051: CWE-352 Cross-Site Request Forgery (CSRF) in satollo Newsletter – Send awesome emails from WordPress
The Newsletter – Send awesome emails from WordPress plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 9.1.0. This is due to missing or incorrect nonce validation on the hook_newsletter_action() function. This makes it possible for unauthenticated attackers to unsubscribe newsletter subscribers via a forged request granted they can trick a logged-in user into performing an action such as clicking on a link.
AI Analysis
Technical Summary
The vulnerability identified as CVE-2026-1051 affects the 'Newsletter – Send awesome emails from WordPress' plugin developed by satollo, specifically all versions up to and including 9.1.0. It is a Cross-Site Request Forgery (CSRF) vulnerability categorized under CWE-352. The root cause is the absence or improper implementation of nonce validation in the hook_newsletter_action() function, which is responsible for handling newsletter-related actions. Nonces in WordPress are security tokens used to verify that requests originate from legitimate users and not from external malicious sources. Without proper nonce checks, attackers can craft malicious URLs or web pages that, when visited or clicked by an authenticated WordPress user, trigger unintended actions such as unsubscribing newsletter subscribers. This attack vector does not require the attacker to be authenticated or have any privileges on the WordPress site; however, it does require that a logged-in user be tricked into performing the action, typically through social engineering techniques like phishing. The CVSS v3.1 base score is 4.3, reflecting a medium severity level, with the vector indicating network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:N), user interaction required (UI:R), unchanged scope (S:U), no confidentiality impact (C:N), low integrity impact (I:L), and no availability impact (A:N). There are no known exploits in the wild at the time of publication, and no patches are linked yet, indicating that users should monitor vendor updates closely. The vulnerability primarily threatens the integrity of subscriber data by allowing unauthorized unsubscriptions, which could disrupt communication and marketing efforts.
Potential Impact
The primary impact of this vulnerability is on the integrity of newsletter subscription data. Attackers can cause subscribers to be unsubscribed without their consent, potentially disrupting communication channels and marketing campaigns for organizations relying on this plugin. While confidentiality and availability are not directly affected, the unauthorized modification of subscriber lists can lead to loss of customer engagement, damage to brand reputation, and operational inefficiencies. For organizations with large subscriber bases or those that rely heavily on email marketing for revenue or customer retention, this could translate into significant business impact. Additionally, the ease of exploitation—requiring only user interaction without authentication—makes it a practical threat, especially if attackers employ phishing or social engineering tactics to lure logged-in users. Although no known exploits are reported currently, the widespread use of WordPress and this popular plugin means the potential attack surface is large, affecting websites globally. Organizations that do not promptly address this vulnerability risk unauthorized manipulation of their newsletter subscriber data.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first monitor the plugin vendor's official channels for patches or updates that address the nonce validation issue and apply them immediately upon release. In the absence of an official patch, administrators can implement manual nonce validation in the hook_newsletter_action() function by customizing the plugin code or using WordPress hooks to enforce nonce checks before processing newsletter actions. Additionally, organizations should educate users, especially those with WordPress login access, about the risks of clicking unsolicited links and employ anti-phishing training to reduce the likelihood of social engineering exploitation. Implementing Web Application Firewalls (WAFs) with rules to detect and block suspicious CSRF attempts targeting the newsletter plugin endpoints can provide an additional layer of defense. Restricting administrative and editorial access to trusted users and enforcing multi-factor authentication (MFA) can further reduce the risk of exploitation. Regularly auditing plugin usage and subscriber list integrity can help detect unauthorized changes early. Finally, consider alternative newsletter plugins with a strong security track record if timely patching is not feasible.
Affected Countries
United States, United Kingdom, Germany, France, Canada, Australia, India, Brazil, Japan, Netherlands, Italy, Spain
CVE-2026-1051: CWE-352 Cross-Site Request Forgery (CSRF) in satollo Newsletter – Send awesome emails from WordPress
Description
The Newsletter – Send awesome emails from WordPress plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 9.1.0. This is due to missing or incorrect nonce validation on the hook_newsletter_action() function. This makes it possible for unauthenticated attackers to unsubscribe newsletter subscribers via a forged request granted they can trick a logged-in user into performing an action such as clicking on a link.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability identified as CVE-2026-1051 affects the 'Newsletter – Send awesome emails from WordPress' plugin developed by satollo, specifically all versions up to and including 9.1.0. It is a Cross-Site Request Forgery (CSRF) vulnerability categorized under CWE-352. The root cause is the absence or improper implementation of nonce validation in the hook_newsletter_action() function, which is responsible for handling newsletter-related actions. Nonces in WordPress are security tokens used to verify that requests originate from legitimate users and not from external malicious sources. Without proper nonce checks, attackers can craft malicious URLs or web pages that, when visited or clicked by an authenticated WordPress user, trigger unintended actions such as unsubscribing newsletter subscribers. This attack vector does not require the attacker to be authenticated or have any privileges on the WordPress site; however, it does require that a logged-in user be tricked into performing the action, typically through social engineering techniques like phishing. The CVSS v3.1 base score is 4.3, reflecting a medium severity level, with the vector indicating network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:N), user interaction required (UI:R), unchanged scope (S:U), no confidentiality impact (C:N), low integrity impact (I:L), and no availability impact (A:N). There are no known exploits in the wild at the time of publication, and no patches are linked yet, indicating that users should monitor vendor updates closely. The vulnerability primarily threatens the integrity of subscriber data by allowing unauthorized unsubscriptions, which could disrupt communication and marketing efforts.
Potential Impact
The primary impact of this vulnerability is on the integrity of newsletter subscription data. Attackers can cause subscribers to be unsubscribed without their consent, potentially disrupting communication channels and marketing campaigns for organizations relying on this plugin. While confidentiality and availability are not directly affected, the unauthorized modification of subscriber lists can lead to loss of customer engagement, damage to brand reputation, and operational inefficiencies. For organizations with large subscriber bases or those that rely heavily on email marketing for revenue or customer retention, this could translate into significant business impact. Additionally, the ease of exploitation—requiring only user interaction without authentication—makes it a practical threat, especially if attackers employ phishing or social engineering tactics to lure logged-in users. Although no known exploits are reported currently, the widespread use of WordPress and this popular plugin means the potential attack surface is large, affecting websites globally. Organizations that do not promptly address this vulnerability risk unauthorized manipulation of their newsletter subscriber data.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first monitor the plugin vendor's official channels for patches or updates that address the nonce validation issue and apply them immediately upon release. In the absence of an official patch, administrators can implement manual nonce validation in the hook_newsletter_action() function by customizing the plugin code or using WordPress hooks to enforce nonce checks before processing newsletter actions. Additionally, organizations should educate users, especially those with WordPress login access, about the risks of clicking unsolicited links and employ anti-phishing training to reduce the likelihood of social engineering exploitation. Implementing Web Application Firewalls (WAFs) with rules to detect and block suspicious CSRF attempts targeting the newsletter plugin endpoints can provide an additional layer of defense. Restricting administrative and editorial access to trusted users and enforcing multi-factor authentication (MFA) can further reduce the risk of exploitation. Regularly auditing plugin usage and subscriber list integrity can help detect unauthorized changes early. Finally, consider alternative newsletter plugins with a strong security track record if timely patching is not feasible.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-16T16:43:52.499Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 696edf804623b1157ce5dbec
Added to database: 1/20/2026, 1:50:56 AM
Last enriched: 2/26/2026, 6:51:46 PM
Last updated: 3/25/2026, 9:43:47 PM
Views: 103
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.