WordPress
CVE-2025-10186
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
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:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The WhyDonate - FREE Donate button - Crowdfunding - Fundraising plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the remove_row function in all versions up to, and including, 4.0.15. This makes it possible for unauthenticated attackers to delete rows from the wp_wdplugin_style table.
AnalysisAI
Unauthenticated attackers can delete rows from the wp_wdplugin_style database table in the WhyDonate WordPress plugin (versions up to 4.0.15) due to a missing capability check on the remove_row function. This allows unauthorized modification of site styling configuration without authentication, impacting data integrity for affected WordPress installations. No public exploit code or active exploitation has been confirmed at the time of analysis.
Technical ContextAI
The WhyDonate plugin for WordPress implements a remove_row function that lacks proper WordPress capability checks (nonce validation and user role verification). The vulnerability stems from CWE-862 (Missing Authorization), where the function fails to verify that the requesting user has administrative privileges before processing deletion requests. The wp_wdplugin_style table stores plugin styling configuration, and direct manipulation via unauthenticated requests allows arbitrary row deletion. WordPress plugins must implement wp_verify_nonce() and current_user_can() checks before processing state-changing operations; this plugin omits these controls entirely.
Affected ProductsAI
WhyDonate - FREE Donate button - Crowdfunding - Fundraising plugin for WordPress, versions 4.0.15 and earlier. The plugin is distributed via the official WordPress plugin repository at https://wordpress.org/plugins/wp-whydonate/. The vulnerability affects all installations with these versions active in their WordPress environment.
RemediationAI
Update the WhyDonate plugin to version 4.0.16 or later immediately, as the vendor has released a patched version addressing the missing capability check. WordPress administrators should navigate to their WordPress admin dashboard, select Plugins > Installed Plugins, locate WhyDonate, and click the update button if available. If automatic updates are not configured, manual update can be performed via the Plugins menu or by downloading the latest version from https://wordpress.org/plugins/wp-whydonate/ and uploading it via SFTP. No documented workaround exists for earlier versions; patching is the primary remediation path. Verify the update by checking the plugin version in Plugins > Installed Plugins after restart.
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