Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
The WP DSGVO Tools (GDPR) plugin for WordPress is vulnerable to unauthorized account destruction in all versions up to, and including, 3.1.38. This is due to the super-unsubscribe AJAX action accepting a process_now parameter from unauthenticated users, which bypasses the intended email-confirmation flow and immediately triggers irreversible account anonymization. This makes it possible for unauthenticated attackers to permanently destroy any non-administrator user account (password randomized, username/email overwritten, roles stripped, comments anonymized, sensitive usermeta wiped) by submitting the victim's email address with process_now=1. The nonce required for the request is publicly available on any page containing the [unsubscribe_form] shortcode.
AnalysisAI
The WP DSGVO Tools (GDPR) plugin for WordPress contains an authentication bypass vulnerability that allows unauthenticated attackers to permanently destroy any non-administrator user account. Attackers can trigger immediate and irreversible account anonymization (randomizing passwords, overwriting usernames/emails, stripping roles, anonymizing comments, and wiping sensitive metadata) by submitting a victim's email address with a publicly available nonce. All versions up to and including 3.1.38 are affected, with a CVSS score of 9.1 indicating critical severity.
Technical ContextAI
This vulnerability affects the WP DSGVO Tools (GDPR) plugin (CPE: cpe:2.3:a:legalweb:wp_dsgvo_tools_(gdpr):*:*:*:*:*:*:*:*), a WordPress plugin designed to help site owners comply with European GDPR data protection regulations. The root cause is CWE-862 (Missing Authorization), specifically in the 'super-unsubscribe' AJAX action handler found in the class-sp-dsgvo-ajax-action.php file. The vulnerable code accepts a 'process_now' parameter from unauthenticated requests without proper authorization checks, bypassing the intended email confirmation workflow that should gate destructive account operations. The nonce protection mechanism is ineffective because the nonce value is publicly exposed on any page displaying the [unsubscribe_form] shortcode, making it trivial for attackers to construct valid requests. When exploited, the vulnerability triggers the unsubscriber model and data collector classes to perform irreversible account anonymization operations designed for legitimate GDPR data deletion requests.
RemediationAI
Immediately upgrade the WP DSGVO Tools (GDPR) plugin to version 3.1.39 or later, which addresses this vulnerability as indicated by the changeset reference at https://plugins.trac.wordpress.org/changeset?old_path=/shapepress-dsgvo/tags/3.1.38&new_path=/shapepress-dsgvo/tags/3.1.39. Site administrators should verify the update through the WordPress plugin management interface and confirm they are running the patched version. Until patching is completed, consider temporarily disabling the plugin if GDPR unsubscribe functionality is not immediately critical, or remove all instances of the [unsubscribe_form] shortcode from public-facing pages to prevent nonce exposure. Review user account logs for suspicious anonymization events that may indicate prior exploitation. Detailed vulnerability information and code references are available through Wordfence Threat Intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/21389122-cb39-45d1-a889-b830d3a55603?source=cve.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14735