CVE-2025-14339 MEDIUM

CVE-2025-14339: weMail <= 2.0.7 - Missing Authorization to Unauthenticated Form Deletion

Vendor Wedevs
Product weMail: Email Marketing, Email Automation, Newsletters, Subscribers & Email Optins for WooCommerce
Weakness CWE-862 · Missing authorization
Published February 21, 2026
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

The weMail - Email Marketing, Lead Generation, Optin Forms, Email Newsletters, A/B Testing, and Automation plugin for WordPress is vulnerable to unauthorized form deletion in all versions up to, and including, 2.0.7. This is due to the `Forms::permission()` callback only validating the `X-WP-Nonce` header without checking user capabilities. Since the REST nonce is exposed to unauthenticated visitors via the `weMail` JavaScript object on pages with weMail forms, any unauthenticated user can permanently delete all weMail forms by extracting the nonce from the page source and sending a DELETE request to the forms endpoint.

Explanation of Vulnerability in Simple Terms

02Summary

weMail versions up to 2.0.7 lack proper authorization checks, allowing unauthenticated attackers to modify data and disrupt service. The vulnerability affects the email marketing plugin for WooCommerce without requiring user interaction. Site administrators should update immediately to a version newer than 2.0.7.

What an attacker can do

03Attacker Capabilities

Modify plugin data and disrupt email marketing functionality without logging in.

Potential impact on your site

04Site Impact

Attackers can tamper with email campaigns, subscriber lists, and automation settings without credentials.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

February 21, 2026 CVE published
April 8, 2026 Record updated